From 60c45aa234420f0517665afcde531b08cb0120ec Mon Sep 17 00:00:00 2001 From: dnns01 <github@dnns01.de> Date: Tue, 24 Jan 2023 14:19:55 +0100 Subject: [PATCH] Update requirements.txt --- requirements.txt | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/requirements.txt b/requirements.txt index 400421f..982825e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,20 +1,21 @@ aiohttp==3.8.1 aioredis==1.3.1 aiosignal==1.2.0 -asgiref==3.5.0 +asgiref==3.6.0 async-timeout==4.0.2 attrs==21.4.0 -autobahn==22.3.2 +autobahn==23.1.1 Automat==20.2.0 +certifi==2022.12.7 cffi==1.15.0 -channels==3.0.4 -channels-redis==3.4.0 +channels==4.0.0 +channels-redis==4.0.0 charset-normalizer==2.0.12 constantly==15.1.0 cryptography==37.0.0 cycler==0.11.0 -daphne==3.0.2 -Django==4.0.7 +daphne==4.0.0 +Django==4.1.5 fonttools==4.33.3 frozenlist==1.3.0 hiredis==2.0.0 @@ -28,7 +29,7 @@ msgpack==1.0.3 multidict==6.0.2 numpy==1.22.3 packaging==21.3 -Pillow==9.1.1 +Pillow==9.4.0 pyasn1==0.4.8 pyasn1-modules==0.2.8 pycparser==2.21 @@ -36,16 +37,17 @@ pyOpenSSL==22.0.0 pyparsing==3.0.8 python-dateutil==2.8.2 python-dotenv==0.20.0 +redis==4.4.2 +requests==2.28.2 service-identity==21.1.0 six==1.16.0 sqlparse==0.4.2 -Twisted==22.4.0 -twitchio==2.2.0 +Twisted==22.10.0 +twitchio==2.5.0 txaio==22.2.1 -typing-extensions==4.2.0 +typing_extensions==4.2.0 +urllib3==1.26.14 websockets==10.3 wordcloud==1.8.1 yarl==1.7.2 zope.interface==5.4.0 -requests -redis \ No newline at end of file -- GitLab