Skip to content

Commit a8decd1

Browse files
Bump cryptography from 41.0.7 to 42.0.0
Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.7 to 42.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@41.0.7...42.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0369639 commit a8decd1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies = [
2828
"asyncpg==0.29.0",
2929
"certifi==2024.2.2",
3030
"click==8.1.7",
31-
"cryptography==41.0.7",
31+
"cryptography==42.0.0",
3232
"gunicorn==21.2.0",
3333
"keystoneauth1==5.5.0",
3434
"oidcrp==2.1.4",

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ redis==5.0.1
44
asyncpg==0.29.0
55
certifi==2024.2.2
66
click==8.1.7
7-
cryptography==41.0.7
7+
cryptography==42.0.0
88
gunicorn==21.2.0
99
keystoneauth1==5.5.0
1010
oidcrp==2.1.4

0 commit comments

Comments
 (0)