Skip to content

Commit 2a4c578

Browse files
authored
Merge pull request #2904 from theupdateframework/dependabot/pip/test-and-lint-dependencies-4baf793881
build(deps): bump the test-and-lint-dependencies group with 2 updates
2 parents c8bfe78 + bf5ddf8 commit 2a4c578

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/specification-version-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
contents: read
3434
issues: write
3535
needs: get-supported-tuf-version
36-
uses: theupdateframework/specification/.github/workflows/check-latest-spec-version.yml@master
36+
uses: theupdateframework/specification/.github/workflows/check-latest-spec-version.yml@master # zizmor: ignore[unpinned-uses]
3737
with:
3838
tuf-version: ${{needs.get-supported-tuf-version.outputs.version}}

requirements/lint.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
# Lint tools
77
# (We are not so interested in the specific versions of the tools: the versions
88
# are pinned to prevent unexpected linting failures when tools update)
9-
ruff==0.14.11
9+
ruff==0.14.13
1010
mypy==1.19.1
11-
zizmor==1.20.0
11+
zizmor==1.22.0
1212

1313
# Required for type stubs
1414
freezegun==1.5.5

0 commit comments

Comments
 (0)