]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Update httpcore requirement from <0.17.0,>=0.15.0 to >=0.15.0,<0.18.0 (#2642)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 5 Apr 2023 10:05:31 +0000 (11:05 +0100)
committerGitHub <noreply@github.com>
Wed, 5 Apr 2023 10:05:31 +0000 (11:05 +0100)
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.15.0...0.17.0)

---
updated-dependencies:
- dependency-name: httpcore
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pyproject.toml

index b11c02825ba479682dea668b03fc40b130f650fd..e5bd0d993b570ce0cb86e7adca290106bc08bbb9 100644 (file)
@@ -29,7 +29,7 @@ classifiers = [
 ]
 dependencies = [
     "certifi",
-    "httpcore>=0.15.0,<0.17.0",
+    "httpcore>=0.15.0,<0.18.0",
     "idna",
     "sniffio",
 ]