From 29d48d15beb198eb803a433116542be6b79a2180 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 04:46:52 +0000 Subject: [PATCH] Bump httpcore from 0.17.2 to 0.17.3 Bumps [httpcore](https://github.com/encode/httpcore) from 0.17.2 to 0.17.3. - [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.17.2...0.17.3) --- updated-dependencies: - dependency-name: httpcore dependency-type: direct:development update-type: version-update:semver-patch ... 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 69fee2f9..d9077dd5 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.2 ; python_version >= '3.7' +httpcore==0.17.3 ; python_version >= '3.7' httpx[http2]==0.24.1