From 543286c24593013b9f05fcb7c4e15574f3944dbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 00:05:38 +0000 Subject: [PATCH] Update httpx requirement from ^0.23 to >=0.23,<0.28 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.27.2) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d83e9e1..0bcb18c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ python = "^3.8" typing-extensions = {version = "^4.0.0", python = "<3.10"} requests = {version = "*", optional = true} pydantic = {version = ">=2.0,<3.0", optional = true} -httpx = {version = "^0.23", optional = true} +httpx = {version = ">=0.23,<0.28", optional = true} [tool.poetry.dev-dependencies] pytest = "*"