diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control index a30593a..bed863d 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Build-Depends: python-chardet, python-pytest, python-setuptools, - python-urllib3 (>= 1.7.1), + python-urllib3 (>= 1.9.1), python3-all, python3-chardet, python3-pytest, @@ -31,7 +31,7 @@ Depends: ${python:Depends}, ca-certificates, python-chardet, - python-urllib3 (>= 1.7.1) + python-urllib3 (>= 1.9.1) Recommends: python-ndg-httpsclient, python-openssl, @@ -62,7 +62,7 @@ Depends: ${python3:Depends}, ca-certificates, python3-chardet, - python3-urllib3 (>= 1.5) + python3-urllib3 (>= 1.9.1) Suggests: python3-ndg-httpsclient, python3-openssl, |