From a312a16f64bff5c8bad9ec5d272aa1fee91ce153 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 18:22:22 +0000 Subject: [PATCH] chore(deps): bump aiohttp from 3.9.4 to 3.10.2 in /rootfs Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.4 to 3.10.2. - [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.4...v3.10.2) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rootfs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/requirements.txt b/rootfs/requirements.txt index 6a79ceb15..dac0e9403 100644 --- a/rootfs/requirements.txt +++ b/rootfs/requirements.txt @@ -3,7 +3,7 @@ inotify==0.2.10 backoff==2.2.1 django==4.2.15 channels==4.1.0 -aiohttp==3.9.4 +aiohttp==3.10.2 django-cors-headers==4.3.1 django-guardian==2.4.0 djangorestframework==3.15.2