From 0561e0b9ecb70012b23160f698729a3d8162c3c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 10:22:46 +0000 Subject: [PATCH] Bump httpx from 0.27.2 to 0.28.0 Bumps [httpx](https://github.com/encode/httpx) from 0.27.2 to 0.28.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.27.2...0.28.0) --- 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 9c6cce0..f50d524 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ couchbase==4.3.4 fastapi==0.115.5 -httpx==0.27.2 +httpx==0.28.0 pydantic==2.10.2 pydantic_settings==2.6.1 pytest==8.3.4