From b9e2e0721966a2ada11261142281ec91d78491f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 20:57:00 +0000 Subject: [PATCH] Bump httpx from 0.23.0 to 0.27.2 Bumps [httpx](https://github.com/encode/httpx) from 0.23.0 to 0.27.2. - [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.2) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4b736f6..0b19aa8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ uvicorn==0.30.5 pydantic==1.10.10 pytest==7.4.2 pytest-cov==4.1.0 -httpx==0.23.0 \ No newline at end of file +httpx==0.27.2 \ No newline at end of file