From aa46502b81afb282d96ae16e7ac1821eb4b2320c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 15:59:49 +0000 Subject: [PATCH] chore(deps): bump httpcore from 1.0.6 to 1.0.7 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: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 22d2d1e..7fab814 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ frozenlist==1.4.1 gevent==24.2.1 greenlet==3.1.1 h11==0.14.0 -httpcore==1.0.6 +httpcore==1.0.7 httptools==0.6.4 httpx==0.27.2 idna==3.10