From 5a4dfa23e7c3dbb2d55ddbedfa922799114b0e84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 08:10:19 +0000 Subject: [PATCH] chore(deps): update httpx requirement in /packages/http/httpx 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.23.0...0.28.0) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/http/httpx/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/http/httpx/pyproject.toml b/packages/http/httpx/pyproject.toml index 0faf559..403a81c 100644 --- a/packages/http/httpx/pyproject.toml +++ b/packages/http/httpx/pyproject.toml @@ -29,7 +29,7 @@ python = ">=3.8,<4.0" microsoft-kiota-abstractions = {path="../../abstractions/", develop=true} opentelemetry-api = ">=1.27.0" opentelemetry-sdk = ">=1.27.0" -httpx = {extras = ["http2"], version = ">=0.23,<0.28"} +httpx = {extras = ["http2"], version = ">=0.23,<0.29"} urllib3 = "^2.2.2" [tool.poetry.group.dev.dependencies]