From 1966fb25c51baa0ab79ffd79de6d126abeb40a0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Apr 2023 11:20:36 +0200 Subject: [PATCH] Update `httpx` requirement from ~=0.23.3 to ~=0.24.0 (#3660) Co-authored-by: Bibo-Joshi <22366557+Bibo-Joshi@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 70e15ca22..f4f768863 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,4 @@ # versions and only increase the lower bound if necessary # httpx has no stable release yet, so let's be cautious for now -httpx ~= 0.23.3 +httpx ~= 0.24.0