From 9fd87870c65ee80e3419d38bafe63d8970659c20 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Sun, 8 Nov 2020 01:01:07 +0200 Subject: [PATCH] Bump requirements --- requirements.txt | 6 +++--- setup.py | 9 +++++---- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7f7dc1ac..6f393257 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -aiohttp>=3.5.4,<4.0.0 -Babel>=2.6.0 -certifi>=2019.3.9 +aiohttp>=3.7.2,<4.0.0 +Babel>=2.8.0 +certifi>=2020.6.20 diff --git a/setup.py b/setup.py index b21b4e57..bd82cf7d 100755 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ setup( license='MIT', author='Alex Root Junior', requires_python='>=3.7', - author_email='jroot.junior@gmail.com', + author_email='im@aiogram.dev', description='Is a pretty simple and fully asynchronous framework for Telegram Bot API', long_description=get_description(), classifiers=[ @@ -57,12 +57,13 @@ setup( 'License :: OSI Approved :: MIT License', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', 'Topic :: Software Development :: Libraries :: Application Frameworks', ], install_requires=[ - 'aiohttp>=3.5.4,<4.0.0', - 'Babel>=2.6.0', - 'certifi>=2019.3.9', + 'aiohttp>=3.7.2,<4.0.0', + 'Babel>=2.8.0', + 'certifi>=2020.6.20', ], extras_require={ 'proxy': [