Skip to content

Commit 46a5d38

Browse files
Update httpcore requirement from <0.17.0,>=0.15.0 to >=0.15.0,<0.18.0 (#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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 70f6ff8 commit 46a5d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ classifiers = [
2929
]
3030
dependencies = [
3131
"certifi",
32-
"httpcore>=0.15.0,<0.17.0",
32+
"httpcore>=0.15.0,<0.18.0",
3333
"idna",
3434
"sniffio",
3535
]

0 commit comments

Comments
 (0)