From cafe369d06f8f74ad04e627605a4f56edb7e6dd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 22:45:23 +0000 Subject: [PATCH] Bump httpx from 0.26.0 to 0.27.2 Bumps [httpx](https://github.com/encode/httpx) from 0.26.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.26.0...0.27.2) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 31fc624..b47bb0e 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -11,7 +11,7 @@ djangorestframework==3.15.1 gunicorn==22.0.0 h11==0.14.0 httpcore==1.0.2 -httpx==0.26.0 +httpx==0.27.2 idna==3.7 openai==1.12.0 packaging==24.0