From b05dafdc4d6b857b1fd72a12622973ef25ab30b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 13:59:12 +0000 Subject: [PATCH] Update dependency httpcore to v1.0.7 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bdd0027..3429436 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ exceptiongroup==1.2.0 ; python_version >= "3.10" and python_version < "3.11" fastapi==0.109.2 ; python_version >= "3.10" and python_version < "3.11" greenlet==3.0.3 ; python_version >= "3.10" and python_version < "3.11" and (platform_machine == "win32" or platform_machine == "WIN32" or platform_machine == "AMD64" or platform_machine == "amd64" or platform_machine == "x86_64" or platform_machine == "ppc64le" or platform_machine == "aarch64") h11==0.14.0 ; python_version >= "3.10" and python_version < "3.11" -httpcore==1.0.2 ; python_version >= "3.10" and python_version < "3.11" +httpcore==1.0.7 ; python_version >= "3.10" and python_version < "3.11" httpx==0.26.0 ; python_version >= "3.10" and python_version < "3.11" idna==3.6 ; python_version >= "3.10" and python_version < "3.11" mako==1.3.2 ; python_version >= "3.10" and python_version < "3.11"