summaryrefslogtreecommitdiff
path: root/www/py-httpcore/files/patch-setup.py
blob: d70a1b2e8e61332c93f2dac52d4e343aff4dae4c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- setup.py.orig	2022-01-18 11:44:56 UTC
+++ setup.py
@@ -54,7 +54,7 @@ setup(
     include_package_data=True,
     zip_safe=False,
     install_requires=[
-        "h11>=0.11,<0.13",
+        "h11>=0.11,<0.14",
         "sniffio==1.*",
         "anyio==3.*",
         "certifi",