From 44c28fa38a7157d6acd6b33ba86ac43b00e1fced Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 02:33:18 +0000 Subject: [PATCH] chore(deps-dev): bump httpcore from 1.0.3 to 1.0.4 Bumps [httpcore](https://github.com/encode/httpcore) from 1.0.3 to 1.0.4. - [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.3...1.0.4) --- 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 8997cdaec3f..f009ddc1b4f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -32,7 +32,7 @@ h2==4.1.0 hpack==4.0.0 -httpcore==1.0.3 +httpcore==1.0.4 httpx==0.26.0