Skip to content

Commit

Permalink
Update httpcore requirement from <0.17.0,>=0.15.0 to >=0.15.0,<0.18.0 (
Browse files Browse the repository at this point in the history
…#2642)

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](encode/httpcore@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>
  • Loading branch information
dependabot[bot] committed Apr 5, 2023
1 parent 70f6ff8 commit 46a5d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -29,7 +29,7 @@ classifiers = [
]
dependencies = [
"certifi",
"httpcore>=0.15.0,<0.17.0",
"httpcore>=0.15.0,<0.18.0",
"idna",
"sniffio",
]
Expand Down

0 comments on commit 46a5d38

Please sign in to comment.