From 1cde2e9df8a5e7abb84bf1e8274d4f9f289eccc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 10:14:57 +0000 Subject: [PATCH] chore(deps-dev): bump httpcore from 1.0.8 to 1.0.9 Bumps [httpcore](https://github.com/encode/httpcore) from 1.0.8 to 1.0.9. - [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.8...1.0.9) --- updated-dependencies: - dependency-name: httpcore dependency-version: 1.0.9 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 1c4845e0..ecd91c4e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -139,7 +139,7 @@ h2==4.2.0 hpack==4.1.0 ; python_full_version >= '3.6.1' -httpcore==1.0.8 ; python_version >= '3.7' +httpcore==1.0.9 ; python_version >= '3.7' httpx[http2]==0.28.1