From 551128ca188854ef1c77d160f378564bd1533bfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 12:53:02 +0000 Subject: [PATCH] Bump httpx from 0.26.0 to 0.27.0 in /backend Bumps [httpx](https://github.com/encode/httpx) from 0.26.0 to 0.27.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.26.0...0.27.0) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements-docker.txt | 2 +- backend/src/requirements_docker.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements-docker.txt b/backend/requirements-docker.txt index e913c30..d084e90 100644 --- a/backend/requirements-docker.txt +++ b/backend/requirements-docker.txt @@ -1,7 +1,7 @@ ariadne==0.22 asyncpg==0.29.0 fastapi==0.109.2 -httpx==0.26.0 +httpx==0.27.0 pydantic==2.6.1 python-multipart==0.0.9 python-jose==3.3.0 diff --git a/backend/src/requirements_docker.txt b/backend/src/requirements_docker.txt index ff5b22d..a8a907b 100644 --- a/backend/src/requirements_docker.txt +++ b/backend/src/requirements_docker.txt @@ -1,6 +1,6 @@ ariadne==0.21 fastapi==0.109.2 -httpx==0.26.0 +httpx==0.27.0 psycopg2-binary==2.9.9 pydantic==2.5.3 python-multipart==0.0.7