From 734e834d1033ef24008ef51b40fa3421321d5928 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 06:25:42 +0000 Subject: [PATCH] Bump httpcore from 0.18.0 to 1.0.0 Bumps [httpcore](https://github.com/encode/httpcore) from 0.18.0 to 1.0.0. - [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.0) --- updated-dependencies: - dependency-name: httpcore dependency-type: direct:development update-type: version-update:semver-major ... 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 23e9a6d9e9b..ca8ca984783 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -86,7 +86,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.0 ; python_version >= '3.7' httpx[http2]==0.25.0 ; python_version >= '3.7'