From b61fa50ab0ab42ca782795bcb89c5f8c74ed4f1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 15:41:39 +0000 Subject: [PATCH] build(deps): bump aiohttp Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.1 to 3.8.5. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/v3.8.5/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.8.1...v3.8.5) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../backend/backend-stack/source-code/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/backend/backend-stack/source-code/python/requirements.txt b/tutorials/backend/backend-stack/source-code/python/requirements.txt index d6071c3aa..3a2c3f7eb 100644 --- a/tutorials/backend/backend-stack/source-code/python/requirements.txt +++ b/tutorials/backend/backend-stack/source-code/python/requirements.txt @@ -1,4 +1,4 @@ -aiohttp==3.8.1 +aiohttp==3.8.5 aiosignal==1.2.0 anyio==3.6.1 asgiref==3.5.2