summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Sateler <fsateler@debian.org>2019-11-22 20:56:55 -0300
committerFelipe Sateler <fsateler@debian.org>2019-11-22 20:56:55 -0300
commitea42c34f50e4fcd17f3c10a4ef22d8b4903756af (patch)
tree9b82655f09dda296057b7cc0ce9e4def56acc434
parent3f9a8392bb8dd13baef20d58914f822202947664 (diff)
Refresh patches
-rw-r--r--debian/patches/requirements.patch56
1 files changed, 33 insertions, 23 deletions
diff --git a/debian/patches/requirements.patch b/debian/patches/requirements.patch
index e20baa4..f8e9195 100644
--- a/debian/patches/requirements.patch
+++ b/debian/patches/requirements.patch
@@ -5,58 +5,68 @@ Subject: Unpin dependencies so newer versions satisfy them appropriately
Forwarded: https://github.com/dotcloud/docker-py/issues/101 (upstream has no interest)
Patch-Name: requirements.patch
+---
+ requirements.txt | 37 +++++++++++++++++++------------------
+ test-requirements.txt | 12 ++++++------
+ 2 files changed, 25 insertions(+), 24 deletions(-)
+diff --git a/requirements.txt b/requirements.txt
+index 804a78a..95d8fa6 100644
--- a/requirements.txt
+++ b/requirements.txt
-@@ -1,18 +1,18 @@
+@@ -1,19 +1,20 @@
-appdirs==1.4.3
-asn1crypto==0.22.0
-backports.ssl-match-hostname==3.5.0.1
-cffi==1.10.0
--cryptography==1.9
--docker-pycreds==0.3.0
+-cryptography==2.3
-enum34==1.1.6
-idna==2.5
-ipaddress==1.0.18
-packaging==16.8
+-paramiko==2.4.2
-pycparser==2.17
--pyOpenSSL==17.0.0
+-pyOpenSSL==18.0.0
-pyparsing==2.2.0
-pypiwin32==219; sys_platform == 'win32' and python_version < '3.6'
--pypiwin32==220; sys_platform == 'win32' and python_version >= '3.6'
--requests==2.14.2
--six==1.10.0
--websocket-client==0.40.0
+appdirs>=1.4.3
+asn1crypto>=0.22.0
+backports.ssl-match-hostname>=3.5.0.1
+cffi>=1.10.0
-+cryptography>=1.9
-+docker-pycreds>=0.3.0
++cryptography>=2.3
+enum34>=1.1.6
+idna>=2.5
+ipaddress>=1.0.18
+packaging>=16.8
++paramiko>=2.4.2
+pycparser>=2.17
-+pyOpenSSL>=17.0.0
++pyOpenSSL>=18.0.0
+pyparsing>=2.2.0
+pypiwin32>=219; sys_platform == 'win32' and python_version < '3.6'
-+pypiwin32>=220; sys_platform == 'win32' and python_version >= '3.6'
-+requests>=2.14.2
+ pypiwin32==223; sys_platform == 'win32' and python_version >= '3.6'
+-requests==2.20.0
+-six==1.10.0
+-urllib3==1.24.3
+-websocket-client==0.56.0
++requests>=2.20.2
+six>=1.10.0
+websocket-client>=0.40.0
++urllib3>=1.24.3
++websocket-client>=0.56.0
+diff --git a/test-requirements.txt b/test-requirements.txt
+index 0b01e56..ebc74f2 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,6 +1,6 @@
--coverage==3.7.1
--flake8==3.4.1
+-coverage==4.5.2
+-flake8==3.6.0
-mock==1.0.1
--pytest==2.9.1
--pytest-cov==2.1.0
--pytest-timeout==1.2.1
-+coverage>=3.7.1
-+flake8>=3.4.1
+-pytest==4.3.1
+-pytest-cov==2.6.1
+-pytest-timeout==1.3.3
++coverage>=4.5.2
++flake8>=3.6.0
+mock>=1.0.1
-+pytest>=2.9.1
-+pytest-cov>=2.1.0
-+pytest-timeout>=1.2.1
++pytest>=4.3.1
++pytest-cov>=2.6.1
++pytest-timeout>=1.3.3