We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6375010 + e5a2db7 commit 64640d2Copy full SHA for 64640d2
pyproject.toml
@@ -27,7 +27,7 @@ dependencies = [
27
"asyncpg==0.30.0",
28
"certifi==2025.1.31",
29
"click==8.1.8",
30
- "cryptography==44.0.1",
+ "cryptography==44.0.2",
31
"gunicorn==23.0.0",
32
"keystoneauth1==5.9.1",
33
"oidcrp==2.1.4",
requirements.txt
@@ -4,7 +4,7 @@ redis==5.2.1
4
asyncpg==0.30.0
5
certifi==2025.1.31
6
click==8.1.8
7
-cryptography==44.0.1
+cryptography==44.0.2
8
gunicorn==23.0.0
9
keystoneauth1==5.9.1
10
oidcrp==2.1.4
0 commit comments