From a9b216fca03ebb5eb29a5803f9c2b50b4187a382 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 17:52:29 -0800 Subject: [PATCH] Bump aiohttp from 3.8.6 to 3.9.0 in /tests/semantic_segmentation_course (#110) Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.6 to 3.9.0. - [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.6...v3.9.0) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tests/semantic_segmentation_course/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/semantic_segmentation_course/requirements.txt b/tests/semantic_segmentation_course/requirements.txt index 3eef9ac..9e68e52 100644 --- a/tests/semantic_segmentation_course/requirements.txt +++ b/tests/semantic_segmentation_course/requirements.txt @@ -1,5 +1,5 @@ aiofiles==22.1.0 -aiohttp==3.8.6 +aiohttp==3.9.0 aiosignal==1.3.1 aiosqlite==0.19.0 annotated-types==0.5.0