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 6556e89 commit 0db051aCopy full SHA for 0db051a
pyproject.toml
@@ -22,7 +22,7 @@ classifiers = [
22
]
23
dependencies = [
24
"aiohttp-session==2.12.1",
25
- "aiohttp==3.10.10",
+ "aiohttp==3.10.11",
26
"redis==5.1.1",
27
"asyncpg==0.29.0",
28
"certifi==2024.8.30",
requirements.txt
@@ -1,4 +1,4 @@
1
-aiohttp==3.10.10
+aiohttp==3.10.11
2
aiohttp-session==2.12.1
3
redis==5.1.1
4
asyncpg==0.29.0
0 commit comments