From 9d33e3849c25ff88ef743468e162398994dacc1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 16:22:01 +0000 Subject: [PATCH] Update httpcore requirement from <0.19.0,>=0.18.0 to >=0.18.0,<1.1.0 Updates the requirements on [httpcore](https://github.com/encode/httpcore) to permit the latest version. - [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.18.0...1.0.0) --- updated-dependencies: - dependency-name: httpcore dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index baa92e9a43..46d2beac3f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ classifiers = [ ] dependencies = [ "certifi", - "httpcore>=0.18.0,<0.19.0", + "httpcore>=0.18.0,<1.1.0", "idna", "sniffio", ]