We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f6acc7 + 0e3a3a3 commit 0369639Copy full SHA for 0369639
pyproject.toml
@@ -26,7 +26,7 @@ dependencies = [
26
"aiohttp==3.9.3",
27
"redis==5.0.1",
28
"asyncpg==0.29.0",
29
- "certifi==2023.11.17",
+ "certifi==2024.2.2",
30
"click==8.1.7",
31
"cryptography==41.0.7",
32
"gunicorn==21.2.0",
requirements.txt
@@ -2,7 +2,7 @@ aiohttp==3.9.3
2
aiohttp-session==2.12.0
3
redis==5.0.1
4
asyncpg==0.29.0
5
-certifi==2023.11.17
+certifi==2024.2.2
6
click==8.1.7
7
cryptography==41.0.7
8
gunicorn==21.2.0
0 commit comments