From f7c77d52cd1e45e5dc0dd60b5278795e08994a03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 17:33:19 +0000 Subject: [PATCH] Bump aiohttp from 3.8.3 to 3.10.2 in /custom-nb-image/requirements Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.3 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.8.3...v3.10.2) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- custom-nb-image/requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-nb-image/requirements/requirements.txt b/custom-nb-image/requirements/requirements.txt index 35b5d559..938fb24a 100644 --- a/custom-nb-image/requirements/requirements.txt +++ b/custom-nb-image/requirements/requirements.txt @@ -7,7 +7,7 @@ -i https://pypi.org/simple aiohttp-cors==0.7.0 -aiohttp==3.8.3 +aiohttp==3.10.2 aiorwlock==1.3.0 aiosignal==1.2.0; python_version >= '3.6' anyio==3.6.1; python_full_version >= '3.6.2'