From 302b82b07323328055cc4abf5180a49f2fb4c0bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Feb 2024 16:43:50 +0000 Subject: [PATCH] Update httpx requirement from ~=0.26.0 to ~=0.27.0 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.26.0...0.27.0) --- 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 6f0effb..bba120f 100644 --- a/code/function/requirements.txt +++ b/code/function/requirements.txt @@ -6,7 +6,7 @@ azure-functions~=1.18.0 fastapi~=0.109.2 pydantic-settings~=2.2.1 -httpx~=0.26.0 +httpx~=0.27.0 azure-monitor-opentelemetry-exporter==1.0.0b22 opentelemetry-instrumentation-fastapi==0.43b0 opentelemetry-instrumentation-httpx~=0.43b0