Skip to content

Commit ea4ddb1

Browse files
Update h11 requirement from <0.13,>=0.11 to >=0.11,<0.14
Updates the requirements on [h11](https://github.com/python-hyper/h11) to permit the latest version. - [Release notes](https://github.com/python-hyper/h11/releases) - [Commits](python-hyper/h11@v0.11.0...v0.13.0) --- updated-dependencies: - dependency-name: h11 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 44b8eed commit ea4ddb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def get_packages(package):
5454
include_package_data=True,
5555
zip_safe=False,
5656
install_requires=[
57-
"h11>=0.11,<0.13",
57+
"h11>=0.11,<0.14",
5858
"sniffio==1.*",
5959
"anyio==3.*",
6060
"certifi",

0 commit comments

Comments
 (0)