From 0bc7e194e9144a9928bcd1de66878ae6d61a1821 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 00:35:18 +0000 Subject: [PATCH] Bump httpx from 0.24.1 to 0.25.2 Bumps [httpx](https://github.com/encode/httpx) from 0.24.1 to 0.25.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.24.1...0.25.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 f9b4d26..c9e02e8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ pydantic==2.5.1 pydantic-settings==2.1.0 uvicorn[standard] loguru==0.7.2 -httpx==0.24.1 +httpx==0.25.2 websockets==11.0.3 ariadne==0.21 redis[hiredis]