From 5174d2dc0f8a24670ee524c3ade11cd1932e48ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 10:46:23 +0100 Subject: [PATCH] Bump aiohttp from 3.11.9 to 3.11.10 in /server (#289) Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.11.9 to 3.11.10. - [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.11.9...v3.11.10) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index a363094a..c1f91f0d 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -1,6 +1,6 @@ # prod aiofile==3.9.* -aiohttp==3.11.9 +aiohttp==3.11.10 beautifulsoup4==4.12.* celery==5.4.* channels==4.2.*