From 6ec95c72bf69a3b41810c9bf824219c3c646f3b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 13:03:44 +0000 Subject: [PATCH 1/2] Bump httpx[http2] from 0.25.1 to 0.25.2 in /it/python Bumps [httpx[http2]](https://github.com/encode/httpx) from 0.25.1 to 0.25.2. - [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.25.1...0.25.2) --- updated-dependencies: - dependency-name: httpx[http2] dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- it/python/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it/python/requirements-dev.txt b/it/python/requirements-dev.txt index a7fb186b78..f6fa0a8671 100644 --- a/it/python/requirements-dev.txt +++ b/it/python/requirements-dev.txt @@ -94,7 +94,7 @@ hpack==4.0.0 ; python_full_version >= '3.6.1' httpcore==0.18.0 ; python_version >= '3.7' -httpx[http2]==0.25.1 +httpx[http2]==0.25.2 hyperframe==6.0.1 ; python_full_version >= '3.6.1' From b8aafff162567d539114db90738de852267d0e87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 13:18:00 +0000 Subject: [PATCH 2/2] Bump httpcore from 0.18.0 to 1.0.2 in /it/python Bumps [httpcore](https://github.com/encode/httpcore) from 0.18.0 to 1.0.2. - [Release notes](https://github.com/encode/httpcore/releases) - [Changelog](https://github.com/encode/httpcore/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/httpcore/compare/0.18.0...1.0.2) --- updated-dependencies: - dependency-name: httpcore dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- it/python/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it/python/requirements-dev.txt b/it/python/requirements-dev.txt index a7fb186b78..f7b17dcc40 100644 --- a/it/python/requirements-dev.txt +++ b/it/python/requirements-dev.txt @@ -92,7 +92,7 @@ h2==4.1.0 hpack==4.0.0 ; python_full_version >= '3.6.1' -httpcore==0.18.0 ; python_version >= '3.7' +httpcore==1.0.2 ; python_version >= '3.7' httpx[http2]==0.25.1