From 79eb290bdf68d165c2653ea2699987a89cb1295c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 12:20:56 +0000 Subject: [PATCH] Bump httpcore from 1.0.6 to 1.0.7 in /src Bumps [httpcore](https://github.com/encode/httpcore) from 1.0.6 to 1.0.7. - [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.6...1.0.7) --- updated-dependencies: - dependency-name: httpcore dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 79ce074..19f4682 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -19,7 +19,7 @@ h2==4.1.0 # via httpx hpack==4.0.0 # via h2 -httpcore==1.0.6 +httpcore==1.0.7 # via httpx httpx[http2]==0.27.2 # via -r requirements.in