From 4c2048497c1ecca430e62bb50641ed2e95196d48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 09:47:21 +0000 Subject: [PATCH 1/2] chore(deps-dev): bump httpx[http2] from 0.24.1 to 0.25.0 Bumps [httpx[http2]](https://github.com/encode/httpx) from 0.24.1 to 0.25.0. - [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.0) --- updated-dependencies: - dependency-name: httpx[http2] dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 82b1b90f..5c9e0f3e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -138,7 +138,7 @@ hpack==4.0.0 ; python_full_version >= '3.6.1' httpcore==0.17.3 ; python_version >= '3.7' -httpx[http2]==0.24.1 +httpx[http2]==0.25.0 hyperframe==6.0.1 ; python_full_version >= '3.6.1' From a9e87588a5524d3483b8a95ee52fe1697213dc78 Mon Sep 17 00:00:00 2001 From: samwelkanda Date: Tue, 12 Sep 2023 12:54:37 +0300 Subject: [PATCH 2/2] FIx dependency conflict --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 5c9e0f3e..0034410c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -136,7 +136,7 @@ h2==4.1.0 hpack==4.0.0 ; python_full_version >= '3.6.1' -httpcore==0.17.3 ; python_version >= '3.7' +httpcore==0.18.0 ; python_version >= '3.7' httpx[http2]==0.25.0