From f9d70e24a52d13b4d21d2642082923462c9bfe0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 10:54:28 +0000 Subject: [PATCH] Update httpx requirement from ~=0.27.0 to ~=0.27.2 in /code/function Updates the requirements on [httpx](https://github.com/encode/httpx) to permit the latest version. - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/httpx/compare/0.27.0...0.27.2) --- updated-dependencies: - dependency-name: httpx 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 6a8bdad..484e26c 100644 --- a/code/function/requirements.txt +++ b/code/function/requirements.txt @@ -6,7 +6,7 @@ azure-functions~=1.20.0 fastapi~=0.112.1 pydantic-settings~=2.4.0 -httpx~=0.27.0 +httpx~=0.27.2 azure-monitor-opentelemetry-exporter==1.0.0b28 opentelemetry-instrumentation-fastapi==0.47b0 opentelemetry-instrumentation-httpx~=0.47b0