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
This commit is contained in:
Lukas Pühringer 2026-02-03 08:32:02 +01:00 committed by GitHub
commit 2a4c578e4f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -33,6 +33,6 @@ jobs:
contents: read
issues: write
needs: get-supported-tuf-version
uses: theupdateframework/specification/.github/workflows/check-latest-spec-version.yml@master
uses: theupdateframework/specification/.github/workflows/check-latest-spec-version.yml@master # zizmor: ignore[unpinned-uses]
with:
tuf-version: ${{needs.get-supported-tuf-version.outputs.version}}

View file

@ -6,9 +6,9 @@
# Lint tools
# (We are not so interested in the specific versions of the tools: the versions
# are pinned to prevent unexpected linting failures when tools update)
ruff==0.14.11
ruff==0.14.13
mypy==1.19.1
zizmor==1.20.0
zizmor==1.22.0
# Required for type stubs
freezegun==1.5.5