From f4cf7ccd999931050b262873c8ac2119f81c2777 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Oct 2023 10:49:13 +0000 Subject: [PATCH] Update aiohttp requirement from ~=3.8.5 to ~=3.8.6 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/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] --- 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 ac72939..163ff82 100644 --- a/code/function/requirements.txt +++ b/code/function/requirements.txt @@ -6,6 +6,6 @@ azure-functions~=1.17.0 fastapi~=0.103.2 pydantic-settings~=2.0.3 -aiohttp~=3.8.5 +aiohttp~=3.8.6 opentelemetry-instrumentation-fastapi==0.41b0 azure-monitor-opentelemetry-exporter==1.0.0b17