From 1951c79b273d76c9c78cbe70725f65c889940ad7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Aug 2023 18:33:00 +0000 Subject: [PATCH] Bump aiohttp from 3.8.1 to 3.8.5 in /python Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.1 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.8.1...v3.8.5) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/requirements-test.txt | 2 +- python/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/requirements-test.txt b/python/requirements-test.txt index 0b679c3b9..654b025c0 100644 --- a/python/requirements-test.txt +++ b/python/requirements-test.txt @@ -13,5 +13,5 @@ requests==2.20.0 pyserial==3.4 # keep this in sync with requirement.txt, as otherwise pytest-aiohttp always pulls the latest -aiohttp==3.8.1 +aiohttp==3.8.5 yarl==1.7.2 diff --git a/python/requirements.txt b/python/requirements.txt index 75e8a090c..999e3b143 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,5 +1,5 @@ # Common - REST interface -aiohttp==3.8.1 +aiohttp==3.8.5 aiohttp_cors==0.7.0 cchardet==2.1.4;python_version<"3.9" cchardet==2.1.7;python_version>="3.9"