mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
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:
commit
2a4c578e4f
2 changed files with 3 additions and 3 deletions
|
|
@ -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}}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue