From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 10:29:31 +0000 (+0200) Subject: ⬆ Update httpx requirement from <0.25.0,>=0.23.0 to >=0.23.0,<0.28.0 (#11509) X-Git-Tag: 0.115.3~44 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=91672fb9edf4a504a0106b5396f9be16ffbf40b1;p=thirdparty%2Ffastapi%2Ffastapi.git ⬆ Update httpx requirement from <0.25.0,>=0.23.0 to >=0.23.0,<0.28.0 (#11509) 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.0) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/requirements-docs-tests.txt b/requirements-docs-tests.txt index 40b956e510..331d2a5b31 100644 --- a/requirements-docs-tests.txt +++ b/requirements-docs-tests.txt @@ -1,4 +1,4 @@ # For mkdocstrings and tests -httpx >=0.23.0,<0.25.0 +httpx >=0.23.0,<0.28.0 # For linting and generating docs versions ruff ==0.6.4