diff options
author | Daniele Tricoli <eriol@mornie.org> | 2015-05-04 03:31:59 +0000 |
---|---|---|
committer | Daniele Tricoli <eriol@mornie.org> | 2015-05-04 03:31:59 +0000 |
commit | 4349b4895ec0799511082492420eb34dacb1bd6c (patch) | |
tree | fac3b6197c6d9b05134e07e0109210e5a64ef4fe /debian/control | |
parent | b172f87848a137cda716f02e78d984f0bf9ba0d9 (diff) | |
download | python-requests-4349b4895ec0799511082492420eb34dacb1bd6c.tar python-requests-4349b4895ec0799511082492420eb34dacb1bd6c.tar.gz |
Bump python{,3}-urllib3 to 1.10.4
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/control b/debian/control index a950cf3..a6b2d11 100644 --- a/debian/control +++ b/debian/control @@ -9,11 +9,11 @@ Build-Depends: python-all (>= 2.6.6-3), python-chardet, python-setuptools, - python-urllib3 (>= 1.9.1), + python-urllib3 (>= 1.10.4), python3-all, python3-chardet, python3-setuptools, - python3-urllib3 (>= 1.7.1), + python3-urllib3 (>= 1.10.4), python3-wheel Standards-Version: 3.9.6 X-Python-Version: >= 2.7 @@ -29,7 +29,7 @@ Depends: ${python:Depends}, ca-certificates, python-chardet, - python-urllib3 (>= 1.9.1) + python-urllib3 (>= 1.10.4) Suggests: python-ndg-httpsclient, python-openssl, @@ -60,7 +60,7 @@ Depends: ${python3:Depends}, ca-certificates, python3-chardet, - python3-urllib3 (>= 1.9.1) + python3-urllib3 (>= 1.10.4) Suggests: python3-ndg-httpsclient, python3-openssl, |