From b9462de2334926e750239d038bfca32cde395a80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 00:11:55 +0000 Subject: [PATCH] chore(deps): bump aiohttp from 3.9.0 to 3.9.2 in /rootfs Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.0 to 3.9.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.0...v3.9.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 324cb5549..31ce32bb7 100644 --- a/rootfs/requirements.txt +++ b/rootfs/requirements.txt @@ -2,7 +2,7 @@ backoff==2.2.1 django==4.2.7 channels==4.0.0 -aiohttp==3.9.0 +aiohttp==3.9.2 django-cors-headers==4.1.0 django-guardian==2.4.0 djangorestframework==3.14.0