From 87627732d2d12ea11f9abc898c69fac5eefdace9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 20:42:47 +0000 Subject: [PATCH] Update dependency httpcore to v0.18.0 --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 956ae50..113b90c 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -13,7 +13,7 @@ grpclib==0.4.7 ; python_version >= "3.11" and python_version < "4.0" h11==0.14.0 ; python_version >= "3.11" and python_version < "4.0" h2==4.1.0 ; python_version >= "3.11" and python_version < "4.0" hpack==4.0.0 ; python_version >= "3.11" and python_version < "4.0" -httpcore==0.16.3 ; python_version >= "3.11" and python_version < "4.0" +httpcore==0.18.0 ; python_version >= "3.11" and python_version < "4.0" httpx==0.23.3 ; python_version >= "3.11" and python_version < "4.0" hyperframe==6.0.1 ; python_version >= "3.11" and python_version < "4.0" idna==3.8 ; python_version >= "3.11" and python_version < "4.0"