mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
build(deps): bump the dependencies group with 3 updates (#2837)
Bumps the dependencies group with 3 updates: [cryptography](https://github.com/pyca/cryptography), [coverage[toml]](https://github.com/nedbat/coveragepy) and [freezegun](https://github.com/spulec/freezegun). Updates `cryptography` from 45.0.2 to 45.0.3 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/45.0.2...45.0.3) Updates `coverage[toml]` from 7.8.0 to 7.8.2 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.8.0...7.8.2) Updates `freezegun` from 1.5.1 to 1.5.2 - [Release notes](https://github.com/spulec/freezegun/releases) - [Changelog](https://github.com/spulec/freezegun/blob/master/CHANGELOG) - [Commits](https://github.com/spulec/freezegun/compare/1.5.1...1.5.2) --- updated-dependencies: - dependency-name: cryptography dependency-version: 45.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: coverage[toml] dependency-version: 7.8.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: freezegun dependency-version: 1.5.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
877ac5076e
commit
4e654fe698
3 changed files with 4 additions and 4 deletions
|
|
@ -11,4 +11,4 @@ mypy==1.15.0
|
|||
zizmor==1.7.0
|
||||
|
||||
# Required for type stubs
|
||||
freezegun==1.5.1
|
||||
freezegun==1.5.2
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
cffi==1.17.1
|
||||
# via cryptography
|
||||
cryptography==45.0.2
|
||||
cryptography==45.0.3
|
||||
# via securesystemslib
|
||||
pycparser==2.22
|
||||
# via cffi
|
||||
|
|
|
|||
|
|
@ -4,5 +4,5 @@
|
|||
-r pinned.txt
|
||||
|
||||
# coverage measurement
|
||||
coverage[toml]==7.8.0
|
||||
freezegun==1.5.1
|
||||
coverage[toml]==7.8.2
|
||||
freezegun==1.5.2
|
||||
|
|
|
|||
Loading…
Reference in a new issue