diff --git a/setup.py b/setup.py index 3a46eb3..183f7f5 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ entry_points = { 'console_scripts': ['github=github_tool:main'], }, - install_requires = ['aiohttp==3.7.4'], + install_requires = ['aiohttp==3.8.5'], py_modules=['github_tool'], author = "Willem Hengeveld", author_email = "itsme@xs4all.nl",