From a3c3fcfee8943f7067e61f7dbf08a81a59f1b156 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 06:00:14 +0000 Subject: [PATCH] build(deps): update httpx requirement from >=0.25,<0.27 to >=0.25,<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.25.0...0.27.0) --- 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 01b2c0a..065403b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ python = ">=3.8" authlib = ">=1,<3" # As per httpx recommendation we will lock to a fixed minor version until 1.0 is released -httpx = ">=0.25,<0.27" +httpx = ">=0.25,<0.28" pydantic = "^2.4.2" orjson = { version = "~3", optional = true } ipython = { version = "~8", optional = true, python = "^3.8" }