From 5db0e109cfaf433a46da4857cb671659b99b5776 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 13:06:58 -0800 Subject: [PATCH] Bump aiohttp from 3.8.5 to 3.8.6 in /tests/semantic_segmentation_course (#109) Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.5 to 3.8.6. - [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.5...v3.8.6) --- 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 97455dc..3eef9ac 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.5 +aiohttp==3.8.6 aiosignal==1.3.1 aiosqlite==0.19.0 annotated-types==0.5.0