dependabot[bot]
a4fa00ea97
build(deps): bump the test-and-lint-dependencies group with 2 updates
...
Bumps the test-and-lint-dependencies group with 2 updates: [coverage](https://github.com/coveragepy/coveragepy ) and [mypy](https://github.com/python/mypy ).
Updates `coverage` from 7.13.5 to 7.14.0
- [Release notes](https://github.com/coveragepy/coveragepy/releases )
- [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst )
- [Commits](https://github.com/coveragepy/coveragepy/compare/7.13.5...7.14.0 )
Updates `mypy` from 1.20.2 to 2.1.0
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md )
- [Commits](https://github.com/python/mypy/compare/v1.20.2...v2.1.0 )
---
updated-dependencies:
- dependency-name: coverage
dependency-version: 7.14.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: test-and-lint-dependencies
- dependency-name: mypy
dependency-version: 2.1.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: test-and-lint-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-05-19 06:43:18 +00:00
Jussi Kukkonen
353bdb767d
Merge pull request #2942 from jku/release-prep
...
CI / test (push) Waiting to run
CI / test-with-sslib-main (push) Waiting to run
CodeQL Analysis / Analyze (push) Waiting to run
Conformance / conformance (push) Waiting to run
Scorecards analysis / Scorecards analysis (push) Waiting to run
Prepare 7.0 release
2026-05-18 10:58:45 +03:00
Jussi Kukkonen
85ce3e87e1
Prepare 7.0 release
...
Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
2026-05-18 10:49:12 +03:00
Jussi Kukkonen
1a620205cc
Merge commit from fork
...
Fix incorrect targetpath comparison on Windows
2026-05-18 10:48:54 +03:00
Jussi Kukkonen
5c0c36d4b4
Merge pull request #2938 from theupdateframework/dependabot/pip/test-and-lint-dependencies-a23ce36e0c
...
CI / test (push) Has been cancelled
CI / test-with-sslib-main (push) Has been cancelled
CodeQL Analysis / Analyze (push) Has been cancelled
Conformance / conformance (push) Has been cancelled
Scorecards analysis / Scorecards analysis (push) Has been cancelled
build(deps): bump the test-and-lint-dependencies group with 2 updates
2026-05-13 15:24:59 +03:00
Jussi Kukkonen
57cc1a7b45
Merge pull request #2937 from theupdateframework/dependabot/pip/build-and-release-dependencies-9e3f53043a
...
build(deps): bump build from 1.4.3 to 1.4.4 in the build-and-release-dependencies group
2026-05-13 15:24:06 +03:00
Jussi Kukkonen
9d7d1b9b58
Merge pull request #2939 from theupdateframework/dependabot/pip/dependencies-13be1a88ef
...
build(deps): bump cryptography from 46.0.7 to 47.0.0 in the dependencies group
2026-05-13 15:23:39 +03:00
Jussi Kukkonen
be4f314d75
Merge pull request #2941 from theupdateframework/dependabot/github_actions/action-dependencies-36c9f0f7bd
...
build(deps): bump the action-dependencies group across 1 directory with 2 updates
2026-05-13 15:22:54 +03:00
dependabot[bot]
6348502301
build(deps): bump the action-dependencies group across 1 directory with 2 updates
...
Bumps the action-dependencies group with 2 updates in the / directory: [github/codeql-action](https://github.com/github/codeql-action ) and [actions/dependency-review-action](https://github.com/actions/dependency-review-action ).
Updates `github/codeql-action` from 4 to 4.35.3
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/v4...v4.35.3 )
Updates `actions/dependency-review-action` from 4 to 4.9.0
- [Release notes](https://github.com/actions/dependency-review-action/releases )
- [Commits](https://github.com/actions/dependency-review-action/compare/v4...v4.9.0 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 4.35.3
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: action-dependencies
- dependency-name: actions/dependency-review-action
dependency-version: 4.9.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: action-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-05-12 03:58:04 +00:00
dependabot[bot]
4b6e35a306
build(deps): bump cryptography in the dependencies group
...
Bumps the dependencies group with 1 update: [cryptography](https://github.com/pyca/cryptography ).
Updates `cryptography` from 46.0.7 to 47.0.0
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/46.0.7...47.0.0 )
---
updated-dependencies:
- dependency-name: cryptography
dependency-version: 47.0.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-05-05 01:14:31 +00:00
dependabot[bot]
4883f02955
build(deps): bump the test-and-lint-dependencies group with 2 updates
...
Bumps the test-and-lint-dependencies group with 2 updates: [ruff](https://github.com/astral-sh/ruff ) and [mypy](https://github.com/python/mypy ).
Updates `ruff` from 0.15.10 to 0.15.12
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.15.10...0.15.12 )
Updates `mypy` from 1.20.1 to 1.20.2
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md )
- [Commits](https://github.com/python/mypy/compare/v1.20.1...v1.20.2 )
---
updated-dependencies:
- dependency-name: ruff
dependency-version: 0.15.12
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: test-and-lint-dependencies
- dependency-name: mypy
dependency-version: 1.20.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: test-and-lint-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-05-05 01:14:11 +00:00
dependabot[bot]
4500e99718
build(deps): bump build in the build-and-release-dependencies group
...
Bumps the build-and-release-dependencies group with 1 update: [build](https://github.com/pypa/build ).
Updates `build` from 1.4.3 to 1.4.4
- [Release notes](https://github.com/pypa/build/releases )
- [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pypa/build/compare/1.4.3...1.4.4 )
---
updated-dependencies:
- dependency-name: build
dependency-version: 1.4.4
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: build-and-release-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-05-05 01:13:47 +00:00
Jussi Kukkonen
51ce592041
Merge pull request #2936 from theupdateframework/dependabot/github_actions/action-dependencies-078d3be901
...
build(deps): bump the action-dependencies group across 1 directory with 3 updates
2026-04-28 11:59:33 +03:00
Jussi Kukkonen
1b084291df
Merge pull request #2933 from theupdateframework/dependabot/pip/dependencies-3344959f9f
...
build(deps): bump cryptography from 46.0.6 to 46.0.7 in the dependencies group
2026-04-28 11:58:57 +03:00
Jussi Kukkonen
46e92ea75e
Merge pull request #2932 from theupdateframework/dependabot/pip/test-and-lint-dependencies-309305523a
...
build(deps): bump the test-and-lint-dependencies group with 3 updates
2026-04-28 11:58:32 +03:00
Jussi Kukkonen
a781bc5614
Merge pull request #2931 from theupdateframework/dependabot/pip/build-and-release-dependencies-a437830d55
...
build(deps): bump build from 1.4.2 to 1.4.3 in the build-and-release-dependencies group
2026-04-28 11:58:06 +03:00
dependabot[bot]
2ca88cf8c4
build(deps): bump the action-dependencies group across 1 directory with 3 updates
...
Bumps the action-dependencies group with 3 updates in the / directory: [actions/upload-artifact](https://github.com/actions/upload-artifact ), [actions/github-script](https://github.com/actions/github-script ) and [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish ).
Updates `actions/upload-artifact` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](bbbca2ddaa...043fb46d1a )
Updates `actions/github-script` from 8.0.0 to 9.0.0
- [Release notes](https://github.com/actions/github-script/releases )
- [Commits](ed597411d8...3a2844b7e9 )
Updates `pypa/gh-action-pypi-publish` from 1.13.0 to 1.14.0
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases )
- [Commits](ed0c53931b...cef221092e )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: 7.0.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: action-dependencies
- dependency-name: actions/github-script
dependency-version: 9.0.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: action-dependencies
- dependency-name: pypa/gh-action-pypi-publish
dependency-version: 1.14.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: action-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-04-28 00:46:06 +00:00
Jussi Kukkonen
8ed4414946
Fix incorrect targetpath comparison on Windows
...
fnmatch() will do case-normalization if the OS expects it:
we do not want this as
* the path is more a URL than a file path
* results need to not change based on OS
Fix the result on Windows by using fnmatchcase()
Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
2026-04-21 12:27:16 +03:00
dependabot[bot]
e21bbb45fb
build(deps): bump cryptography in the dependencies group
...
Bumps the dependencies group with 1 update: [cryptography](https://github.com/pyca/cryptography ).
Updates `cryptography` from 46.0.6 to 46.0.7
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/46.0.6...46.0.7 )
---
updated-dependencies:
- dependency-name: cryptography
dependency-version: 46.0.7
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-04-20 23:08:38 +00:00
dependabot[bot]
7b9b8c5492
build(deps): bump the test-and-lint-dependencies group with 3 updates
...
Bumps the test-and-lint-dependencies group with 3 updates: [ruff](https://github.com/astral-sh/ruff ), [mypy](https://github.com/python/mypy ) and [zizmor](https://github.com/zizmorcore/zizmor ).
Updates `ruff` from 0.15.9 to 0.15.10
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.15.9...0.15.10 )
Updates `mypy` from 1.20.0 to 1.20.1
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md )
- [Commits](https://github.com/python/mypy/compare/v1.20.0...v1.20.1 )
Updates `zizmor` from 1.23.1 to 1.24.1
- [Release notes](https://github.com/zizmorcore/zizmor/releases )
- [Changelog](https://github.com/zizmorcore/zizmor/blob/main/docs/release-notes.md )
- [Commits](https://github.com/zizmorcore/zizmor/compare/v1.23.1...v1.24.1 )
---
updated-dependencies:
- dependency-name: ruff
dependency-version: 0.15.10
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: test-and-lint-dependencies
- dependency-name: mypy
dependency-version: 1.20.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: test-and-lint-dependencies
- dependency-name: zizmor
dependency-version: 1.24.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: test-and-lint-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-04-20 23:08:18 +00:00
dependabot[bot]
d9227e40b7
build(deps): bump build in the build-and-release-dependencies group
...
Bumps the build-and-release-dependencies group with 1 update: [build](https://github.com/pypa/build ).
Updates `build` from 1.4.2 to 1.4.3
- [Release notes](https://github.com/pypa/build/releases )
- [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pypa/build/compare/1.4.2...1.4.3 )
---
updated-dependencies:
- dependency-name: build
dependency-version: 1.4.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: build-and-release-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-04-20 23:07:48 +00:00
Lukas Pühringer
56324a600d
Merge pull request #2930 from theupdateframework/dependabot/pip/test-and-lint-dependencies-d706b6e332
...
build(deps): bump the test-and-lint-dependencies group with 2 updates
2026-04-14 08:51:26 +02:00
dependabot[bot]
0bc0f708b2
build(deps): bump the test-and-lint-dependencies group with 2 updates
...
Bumps the test-and-lint-dependencies group with 2 updates: [ruff](https://github.com/astral-sh/ruff ) and [mypy](https://github.com/python/mypy ).
Updates `ruff` from 0.15.8 to 0.15.9
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.15.8...0.15.9 )
Updates `mypy` from 1.19.1 to 1.20.0
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md )
- [Commits](https://github.com/python/mypy/compare/v1.19.1...v1.20.0 )
---
updated-dependencies:
- dependency-name: ruff
dependency-version: 0.15.9
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: test-and-lint-dependencies
- dependency-name: mypy
dependency-version: 1.20.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: test-and-lint-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-04-13 22:17:03 +00:00
Jussi Kukkonen
62d643043e
Merge pull request #2929 from theupdateframework/dependabot/pip/dependencies-6ba9ca5f64
...
build(deps): bump cryptography from 46.0.5 to 46.0.6 in the dependencies group
2026-04-07 10:24:10 +03:00
Jussi Kukkonen
b0eaf4cb53
Merge pull request #2928 from theupdateframework/dependabot/pip/test-and-lint-dependencies-aeea8a7b5e
...
build(deps): bump ruff from 0.15.7 to 0.15.8 in the test-and-lint-dependencies group
2026-04-07 10:23:21 +03:00
Jussi Kukkonen
f3939ed80f
Merge pull request #2927 from theupdateframework/dependabot/pip/build-and-release-dependencies-38c64a645c
...
build(deps): bump build from 1.4.0 to 1.4.2 in the build-and-release-dependencies group
2026-04-07 10:22:41 +03:00
dependabot[bot]
7fac4698ba
build(deps): bump cryptography in the dependencies group
...
Bumps the dependencies group with 1 update: [cryptography](https://github.com/pyca/cryptography ).
Updates `cryptography` from 46.0.5 to 46.0.6
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/46.0.5...46.0.6 )
---
updated-dependencies:
- dependency-name: cryptography
dependency-version: 46.0.6
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-04-06 21:45:19 +00:00
dependabot[bot]
1fbf3ff94a
build(deps): bump ruff in the test-and-lint-dependencies group
...
Bumps the test-and-lint-dependencies group with 1 update: [ruff](https://github.com/astral-sh/ruff ).
Updates `ruff` from 0.15.7 to 0.15.8
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.15.7...0.15.8 )
---
updated-dependencies:
- dependency-name: ruff
dependency-version: 0.15.8
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: test-and-lint-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-04-06 21:44:58 +00:00
dependabot[bot]
8972b6ed03
build(deps): bump build in the build-and-release-dependencies group
...
Bumps the build-and-release-dependencies group with 1 update: [build](https://github.com/pypa/build ).
Updates `build` from 1.4.0 to 1.4.2
- [Release notes](https://github.com/pypa/build/releases )
- [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pypa/build/compare/1.4.0...1.4.2 )
---
updated-dependencies:
- dependency-name: build
dependency-version: 1.4.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: build-and-release-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-04-06 21:44:38 +00:00
Jussi Kukkonen
47b9b71388
Merge pull request #2926 from theupdateframework/dependabot/pip/test-and-lint-dependencies-ad56fbbede
...
build(deps): bump the test-and-lint-dependencies group with 2 updates
2026-03-31 09:49:01 +03:00
dependabot[bot]
e22abf3170
build(deps): bump the test-and-lint-dependencies group with 2 updates
...
Bumps the test-and-lint-dependencies group with 2 updates: [coverage](https://github.com/coveragepy/coveragepy ) and [ruff](https://github.com/astral-sh/ruff ).
Updates `coverage` from 7.13.4 to 7.13.5
- [Release notes](https://github.com/coveragepy/coveragepy/releases )
- [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst )
- [Commits](https://github.com/coveragepy/coveragepy/compare/7.13.4...7.13.5 )
Updates `ruff` from 0.15.6 to 0.15.7
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.15.6...0.15.7 )
---
updated-dependencies:
- dependency-name: coverage
dependency-version: 7.13.5
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: test-and-lint-dependencies
- dependency-name: ruff
dependency-version: 0.15.7
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: test-and-lint-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-03-30 22:22:05 +00:00
Jussi Kukkonen
46471aaa5a
Merge pull request #2924 from theupdateframework/dependabot/pip/test-and-lint-dependencies-e2a6343733
...
build(deps): bump ruff from 0.15.5 to 0.15.6 in the test-and-lint-dependencies group
2026-03-24 13:39:24 +02:00
Jussi Kukkonen
38d8c2bd96
Merge pull request #2925 from theupdateframework/dependabot/github_actions/action-dependencies-1fa769d870
...
build(deps): bump actions/download-artifact from 8.0.0 to 8.0.1 in the action-dependencies group
2026-03-24 13:39:10 +02:00
dependabot[bot]
78674bd772
build(deps): bump actions/download-artifact
...
Bumps the action-dependencies group with 1 update: [actions/download-artifact](https://github.com/actions/download-artifact ).
Updates `actions/download-artifact` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](70fc10c6e5...3e5f45b2cf )
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-version: 8.0.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: action-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-03-23 21:44:20 +00:00
dependabot[bot]
b3ea1a1cc7
build(deps): bump ruff in the test-and-lint-dependencies group
...
Bumps the test-and-lint-dependencies group with 1 update: [ruff](https://github.com/astral-sh/ruff ).
Updates `ruff` from 0.15.5 to 0.15.6
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.15.5...0.15.6 )
---
updated-dependencies:
- dependency-name: ruff
dependency-version: 0.15.6
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: test-and-lint-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-03-23 21:42:51 +00:00
Lukas Pühringer
485451e5b4
Merge pull request #2923 from jku/remove-obsolete-docs
...
docs: Remove some obsolete advice
2026-03-23 11:30:51 +01:00
Jussi Kukkonen
36c0f08f34
docs: Remove some obsolete advice
...
Governance docs does not need to talk about linting tools.
Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
2026-03-23 12:21:57 +02:00
Lukas Pühringer
08c4892a11
Merge pull request #2922 from jku/link-fix
...
README: Fix image link
2026-03-23 11:05:44 +01:00
Jussi Kukkonen
cb08653746
README: Fix image link
...
rawgit.com is not related to github in any way and is deprecated,
let's not use it.
Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
2026-03-20 13:03:37 +02:00
Jussi Kukkonen
fdda739713
Merge pull request #2921 from theupdateframework/dependabot/pip/test-and-lint-dependencies-90eaf0b91b
...
build(deps): bump the test-and-lint-dependencies group with 2 updates
2026-03-17 13:07:26 +02:00
dependabot[bot]
312bee6a84
build(deps): bump the test-and-lint-dependencies group with 2 updates
...
Bumps the test-and-lint-dependencies group with 2 updates: [ruff](https://github.com/astral-sh/ruff ) and [zizmor](https://github.com/zizmorcore/zizmor ).
Updates `ruff` from 0.15.4 to 0.15.5
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.15.4...0.15.5 )
Updates `zizmor` from 1.22.0 to 1.23.1
- [Release notes](https://github.com/zizmorcore/zizmor/releases )
- [Changelog](https://github.com/zizmorcore/zizmor/blob/main/docs/release-notes.md )
- [Commits](https://github.com/zizmorcore/zizmor/compare/v1.22.0...v1.23.1 )
---
updated-dependencies:
- dependency-name: ruff
dependency-version: 0.15.5
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: test-and-lint-dependencies
- dependency-name: zizmor
dependency-version: 1.23.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: test-and-lint-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-03-16 21:45:19 +00:00
Jussi Kukkonen
94ea4f4d35
Merge pull request #2919 from theupdateframework/dependabot/github_actions/action-dependencies-8264a15060
...
build(deps): bump actions/upload-artifact from 6.0.0 to 7.0.0 in the action-dependencies group
2026-03-10 09:50:43 +02:00
Jussi Kukkonen
21956edfd7
Merge pull request #2918 from theupdateframework/dependabot/pip/test-and-lint-dependencies-e2c2ef3a76
...
build(deps): bump ruff from 0.15.2 to 0.15.4 in the test-and-lint-dependencies group
2026-03-10 09:50:05 +02:00
dependabot[bot]
51b3ee7800
build(deps): bump actions/upload-artifact
...
Bumps the action-dependencies group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact ).
Updates `actions/upload-artifact` from 6.0.0 to 7.0.0
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](b7c566a772...bbbca2ddaa )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: 7.0.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: action-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-03-09 22:24:05 +00:00
dependabot[bot]
e5ec130756
build(deps): bump ruff in the test-and-lint-dependencies group
...
Bumps the test-and-lint-dependencies group with 1 update: [ruff](https://github.com/astral-sh/ruff ).
Updates `ruff` from 0.15.2 to 0.15.4
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.15.2...0.15.4 )
---
updated-dependencies:
- dependency-name: ruff
dependency-version: 0.15.4
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: test-and-lint-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-03-09 22:22:27 +00:00
Lukas Pühringer
0020fd77c2
Merge pull request #2916 from theupdateframework/dependabot/pip/test-and-lint-dependencies-75011380db
...
build(deps): bump ruff from 0.15.1 to 0.15.2 in the test-and-lint-dependencies group
2026-03-03 09:07:12 +01:00
Lukas Pühringer
7a1ba61a05
Merge pull request #2917 from theupdateframework/dependabot/github_actions/action-dependencies-a3a0f643bf
...
build(deps): bump actions/download-artifact from 7.0.0 to 8.0.0 in the action-dependencies group
2026-03-03 09:06:53 +01:00
Lukas Pühringer
d503d18e2d
Merge pull request #2915 from theupdateframework/dependabot/pip/build-and-release-dependencies-c5d741827e
...
build(deps-dev): bump hatchling from 1.28.0 to 1.29.0 in the build-and-release-dependencies group
2026-03-03 08:57:42 +01:00
dependabot[bot]
4c720e1f41
build(deps): bump actions/download-artifact
...
Bumps the action-dependencies group with 1 update: [actions/download-artifact](https://github.com/actions/download-artifact ).
Updates `actions/download-artifact` from 7.0.0 to 8.0.0
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](37930b1c2a...70fc10c6e5 )
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-version: 8.0.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: action-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-03-02 23:22:48 +00:00
dependabot[bot]
0e31c525ae
build(deps): bump ruff in the test-and-lint-dependencies group
...
Bumps the test-and-lint-dependencies group with 1 update: [ruff](https://github.com/astral-sh/ruff ).
Updates `ruff` from 0.15.1 to 0.15.2
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.15.1...0.15.2 )
---
updated-dependencies:
- dependency-name: ruff
dependency-version: 0.15.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: test-and-lint-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-03-02 23:15:19 +00:00