We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa5d566 + 0df1d9b commit 6375010Copy full SHA for 6375010
pyproject.toml
@@ -22,7 +22,7 @@ classifiers = [
22
]
23
dependencies = [
24
"aiohttp-session==2.12.1",
25
- "aiohttp==3.11.11",
+ "aiohttp==3.11.13",
26
"redis==5.2.1",
27
"asyncpg==0.30.0",
28
"certifi==2025.1.31",
requirements.txt
@@ -1,4 +1,4 @@
1
-aiohttp==3.11.11
+aiohttp==3.11.13
2
aiohttp-session==2.12.1
3
redis==5.2.1
4
asyncpg==0.30.0
0 commit comments