We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c11af2 commit 28e108dCopy full SHA for 28e108d
pyproject.toml
@@ -26,7 +26,7 @@ dependencies = [
26
"aiohttp==3.9.5",
27
"redis==5.0.7",
28
"asyncpg==0.29.0",
29
- "certifi==2024.6.2",
+ "certifi==2024.7.4",
30
"click==8.1.7",
31
"cryptography==42.0.8",
32
"gunicorn==22.0.0",
requirements.txt
@@ -2,7 +2,7 @@ aiohttp==3.9.5
2
aiohttp-session==2.12.0
3
redis==5.0.7
4
asyncpg==0.29.0
5
-certifi==2024.6.2
+certifi==2024.7.4
6
click==8.1.7
7
cryptography==42.0.8
8
gunicorn==22.0.0
0 commit comments