From ad2b1169d0cf973324352255215fd12d3d84c339 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 22:50:01 +0000 Subject: [PATCH] Bump httpcore from 1.0.2 to 1.0.5 Bumps [httpcore](https://github.com/encode/httpcore) from 1.0.2 to 1.0.5. - [Release notes](https://github.com/encode/httpcore/releases) - [Changelog](https://github.com/encode/httpcore/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/httpcore/compare/1.0.2...1.0.5) --- updated-dependencies: - dependency-name: httpcore dependency-type: direct:production update-type: version-update:semver-patch ... 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 66ca47e..b421bd7 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -10,7 +10,7 @@ django-cors-headers==4.2.0 djangorestframework==3.15.2 gunicorn==22.0.0 h11==0.14.0 -httpcore==1.0.2 +httpcore==1.0.5 httpx==0.26.0 idna==3.7 openai==1.12.0