mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
build(deps): bump the dependencies group across 1 directory with 2 updates
Bumps the dependencies group with 2 updates in the / directory: [cryptography](https://github.com/pyca/cryptography) and [ruff](https://github.com/astral-sh/ruff). Updates `cryptography` from 44.0.3 to 45.0.2 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/44.0.3...45.0.2) Updates `ruff` from 0.11.9 to 0.11.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.11.9...0.11.10) --- updated-dependencies: - dependency-name: cryptography dependency-version: 45.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: ruff dependency-version: 0.11.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
4bfca1f97e
commit
5cec62cd03
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
|||
# 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.11.9
|
||||
ruff==0.11.10
|
||||
mypy==1.15.0
|
||||
zizmor==1.7.0
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
cffi==1.17.1
|
||||
# via cryptography
|
||||
cryptography==44.0.3
|
||||
cryptography==45.0.2
|
||||
# via securesystemslib
|
||||
pycparser==2.22
|
||||
# via cffi
|
||||
|
|
|
|||
Loading…
Reference in a new issue