From 63ea7a7b7e5e7b8e226c4ba6fd36a49e0d13990c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 08:21:28 +0000 Subject: [PATCH] Bump httpcore from 1.0.4 to 1.0.5 in /it/python Bumps [httpcore](https://github.com/encode/httpcore) from 1.0.4 to 1.0.5. - [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/1.0.4...1.0.5) --- updated-dependencies: - dependency-name: httpcore 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 d39aba2b08..9e5d121244 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==1.0.4 ; python_version >= '3.7' +httpcore==1.0.5 ; python_version >= '3.7' httpx[http2]==0.27.0