Skip to content

Commit c408066

Browse files
build(deps): bump the dependencies group with 2 updates
Bumps the dependencies group with 2 updates: [cryptography](https://github.com/pyca/cryptography) and [coverage[toml]](https://github.com/nedbat/coveragepy). Updates `cryptography` from 45.0.3 to 45.0.4 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@45.0.3...45.0.4) Updates `coverage[toml]` from 7.8.2 to 7.9.1 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@7.8.2...7.9.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 45.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: coverage[toml] dependency-version: 7.9.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1ff624d commit c408066

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/pinned.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
cffi==1.17.1
88
# via cryptography
9-
cryptography==45.0.3
9+
cryptography==45.0.4
1010
# via securesystemslib
1111
pycparser==2.22
1212
# via cffi

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
-r pinned.txt
55

66
# coverage measurement
7-
coverage[toml]==7.8.2
7+
coverage[toml]==7.9.1
88
freezegun==1.5.2

0 commit comments

Comments
 (0)