From e374e17be23bb78b3f803ec849740a58c7f9098d Mon Sep 17 00:00:00 2001 From: Stepan Burlakov Date: Wed, 26 Apr 2023 11:06:23 +0300 Subject: [PATCH 1/2] update httpx version --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 44b13c7f60f..449f852fbf9 100755 --- a/setup.cfg +++ b/setup.cfg @@ -27,7 +27,7 @@ install_requires = appdirs>=1.4.4 appdirs-stubs>=0.1.0 cryptography>=3.4.0 - httpx[http2]==0.23.0 + httpx[http2]==0.24.0 pydantic[dotenv]>=1.8.2 python-dateutil>=2.8.2 readerwriterlock==1.0.9 From 5f07d4ebf9098b0b25ba6c58a976e9376006d5b4 Mon Sep 17 00:00:00 2001 From: Stepan Burlakov Date: Wed, 26 Apr 2023 11:52:50 +0300 Subject: [PATCH 2/2] update pytest-httpx --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 449f852fbf9..7bef79a1a55 100755 --- a/setup.cfg +++ b/setup.cfg @@ -52,7 +52,7 @@ dev = pytest==6.2.5 pytest-asyncio==0.19.0 pytest-cov==3.0.0 - pytest-httpx==0.21.0 + pytest-httpx==0.22.0 pytest-mock==3.6.1 pytest-timeout==2.1.0 pytest-xdist==2.5.0