From 3d784d93c351443e215e4db9c6c787adc77298d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 21:19:54 +0000 Subject: [PATCH] build(deps): bump aiohttp from 3.10.2 to 3.10.11 in /server Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.10.2 to 3.10.11. - [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.10.2...v3.10.11) --- 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 3e654fd..39651e5 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile --no-annotate --output-file=requirements.txt # -aiohttp==3.10.2 +aiohttp==3.10.11 aiosignal==1.3.1 async-timeout==4.0.3 attrs==23.2.0 diff --git a/server/test-requirements.txt b/server/test-requirements.txt index 322badd..ccdd347 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.10.2 +aiohttp==3.10.11 aioresponses==0.7.6 aiosignal==1.3.1 astroid==3.2.2