From 41ff0af0796064ca09fbee8e204aff8ad7655a2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 15:09:47 +0000 Subject: [PATCH] build(deps): bump aiohttp from 3.7.4 to 3.8.5 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.7.4 to 3.8.5. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/v3.8.5/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.7.4...v3.8.5) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",