From 96f7097dcf7cfd9cd3ceda8ec97d8ccf1a608472 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 16:11:09 +0000 Subject: [PATCH] Bump httpcore from 0.17.3 to 1.0.0 Bumps [httpcore](https://github.com/encode/httpcore) from 0.17.3 to 1.0.0. - [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.3...1.0.0) --- updated-dependencies: - dependency-name: httpcore dependency-type: direct:development update-type: version-update:semver-major ... 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 5e9cbf2..b98ad69 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -50,7 +50,7 @@ h11==0.14.0 # uvicorn h5py==3.9.0 # via datahub (pyproject.toml) -httpcore==0.18.0 +httpcore==1.0.0 # via httpx httpx==0.25.0 # via datahub (pyproject.toml)