From 39fa1aecdea9cc0835f348bfb1349507c8d86e6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jan 2024 10:52:01 -0500 Subject: [PATCH] Bump aiohttp from 3.8.6 to 3.9.1 (#1000) Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.6 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.6...v3.9.1) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 279ca3317..48db4d973 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ aiodns>=1.1 # aiodns speeds up DNS resolving aiofile>=2.0.0 -aiohttp==3.8.6 +aiohttp==3.9.1 cchardet cython order_book==0.6.0 diff --git a/setup.py b/setup.py index a4f8587f6..8ab002d47 100644 --- a/setup.py +++ b/setup.py @@ -77,7 +77,7 @@ def run_tests(self): "requests>=2.18.4", "websockets>=10.0", "pyyaml", - "aiohttp==3.8.6", + "aiohttp==3.9.1", "aiofile>=2.0.0", "yapic.json>=1.6.3", 'uvloop ; platform_system!="Windows"',