From 9110aad65e5e2cabc145e6caca69bd8f96e19238 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 16:40:58 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Update=20httpx=20requirement=20from?= =?UTF-8?q?=20<0.16.0,>=3D0.15.5=20to=20>=3D0.15.5,<0.26.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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.15.5...0.25.0) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 51a560c..a19392b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ PyGithub pydantic>=2.0.0 pydantic-settings -httpx>=0.15.5,<0.16.0 +httpx>=0.15.5,<0.26.0 email-validator Jinja2