From 6565914bd23481bef56f3921f96f5794138a54ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jun 2024 04:04:37 +0000 Subject: [PATCH] build(deps): bump aiohttp from 3.9.0 to 3.9.4 in /server Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.0 to 3.9.4. - [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.0...v3.9.4) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- server/test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/requirements.txt b/server/requirements.txt index 9484e4d..6f33ac9 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile --no-annotate --output-file=requirements.txt # -aiohttp==3.9.0 +aiohttp==3.9.4 aiosignal==1.3.1 async-timeout==4.0.3 attrs==23.1.0 diff --git a/server/test-requirements.txt b/server/test-requirements.txt index 53de059..f81d0a9 100644 --- a/server/test-requirements.txt +++ b/server/test-requirements.txt @@ -4,7 +4,7 @@ # # pip-compile --extra=test --no-annotate --output-file=test-requirements.txt # -aiohttp==3.9.0 +aiohttp==3.9.4 aioresponses==0.7.6 aiosignal==1.3.1 astroid==3.0.0