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.
2 parents bb7598f + 558c940 commit cee644cCopy full SHA for cee644c
pyproject.toml
@@ -23,7 +23,7 @@ classifiers = [
23
dependencies = [
24
"aiohttp-session==2.12.0",
25
"aiohttp==3.8.4",
26
- "redis==4.5.1",
+ "redis==4.5.4",
27
"asyncpg==0.27.0",
28
"certifi==2022.12.7",
29
"click==8.1.3",
requirements.txt
@@ -1,6 +1,6 @@
1
aiohttp==3.8.4
2
aiohttp-session==2.12.0
3
-redis==4.5.1
+redis==4.5.4
4
asyncpg==0.27.0
5
certifi==2022.12.7
6
click==8.1.3
0 commit comments