From 9912072f8500ea38add0663392bca0bf7b811ff8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 22:14:11 +0200 Subject: [PATCH] Build(deps): Bump aiohttp from 3.9.1 to 3.9.2 (#89) * Build(deps): Bump aiohttp from 3.9.1 to 3.9.2 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.1 to 3.9.2. - [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.9.1...v3.9.2) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Update setup.cfg Co-authored-by: skshetry <18718008+skshetry@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ruslan Kuprieiev Co-authored-by: skshetry <18718008+skshetry@users.noreply.github.com> --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 3bd4fc4..aa0939b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -26,7 +26,7 @@ package_dir= =src include_package_data = True install_requires = - aiohttp==3.9.1 + aiohttp>=3.9.1,<4 oss2==2.18.1 [options.extras_require]