From 880e6d4134c8d89310f05eebd0febfc54fc6d371 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 16:12:25 +0000 Subject: [PATCH] Build(deps): Bump aiohttp from 3.8.5 to 3.9.1 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.5 to 3.9.1. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.8.5...v3.9.1) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 50fb866..3bd4fc4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -26,7 +26,7 @@ package_dir= =src include_package_data = True install_requires = - aiohttp==3.8.5 + aiohttp==3.9.1 oss2==2.18.1 [options.extras_require]