From eb4257f31a9b4a142922ce66e2b3a5516b42613f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 11:25:07 +0000 Subject: [PATCH] Update aiohttp requirement from ~=3.8.4 to ~=3.8.5 in /code/function Updates the requirements on [aiohttp](https://github.com/aio-libs/aiohttp) to permit the latest version. - [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.4...v3.8.5) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- code/function/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/function/requirements.txt b/code/function/requirements.txt index 4714a8b..fd27ff1 100644 --- a/code/function/requirements.txt +++ b/code/function/requirements.txt @@ -6,6 +6,6 @@ azure-functions~=1.15.0 fastapi~=0.101.0 pydantic-settings~=2.0.2 -aiohttp~=3.8.4 +aiohttp~=3.8.5 opentelemetry-instrumentation-fastapi==0.39b0 azure-monitor-opentelemetry-exporter==1.0.0b14