From a302c75679b54ec1e2d79cbf3522fcf60da1f74b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 22:39:43 -0500 Subject: [PATCH] Bump httpx from 0.24.1 to 0.25.0 (#2138) Bumps [httpx](https://github.com/encode/httpx) from 0.24.1 to 0.25.0. - [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.24.1...0.25.0) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b9b852ae9..d006a35b4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ trustme==1.1.0 cryptography==41.0.4 coverage==7.3.1 coverage-conditional-plugin==0.9.0 -httpx==0.24.1 +httpx==0.25.0 watchgod==0.8.2 # Documentation