From 7ee5e3f8aac5f84a2325042053f276cf3f000e58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Thu, 15 Apr 2021 23:45:50 +0200 Subject: [PATCH] Update requirements.txt --- requirements.txt | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index f58da93..ccfe603 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,18 +1,19 @@ -aiohttp==3.7.4 +aiohttp==3.7.4.post0 APScheduler==3.7.0 async-timeout==3.0.1 attrs==20.3.0 -chardet==3.0.4 +chardet==4.0.0 dateparser==1.0.0 -discord.py==1.6.0 +discord.py==1.7.1 +greenlet==1.0.0 idna==3.1 multidict==5.1.0 python-dateutil==2.8.1 -python-dotenv==0.15.0 +python-dotenv==0.17.0 pytz==2021.1 -regex==2020.11.13 +regex==2021.4.4 six==1.15.0 -SQLAlchemy==1.3.23 +SQLAlchemy==1.4.8 typing-extensions==3.7.4.3 tzlocal==2.1 yarl==1.6.3