From d895c4b33d80600b6babe3d72c28099a6d10e3b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Feb 2024 16:43:47 +0000 Subject: [PATCH] Update httpx requirement from ~=0.26.0 to ~=0.27.0 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0e9a846..e77f93b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ pre-commit~=3.6.2 pytest~=8.0.2 -httpx~=0.26.0 +httpx~=0.27.0