summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Pradet <quentin.pradet@gmail.com>2020-11-16 03:11:14 +0400
committerGitHub <noreply@github.com>2020-11-15 17:11:14 -0600
commitb50eb1ed6961df22a7e4c8d7fcf5e00f26fe1244 (patch)
tree1549a42045bfebb44ce8f0d092168aa376598982
parenta6007b5972da22e60923c924eec26afb11a1153a (diff)
downloadurllib3-b50eb1ed6961df22a7e4c8d7fcf5e00f26fe1244.tar.gz
Update dev-requirements.txt
We no longer support Python 2.7, so we can stop worrying about the PySocks bug and can install latest version of pytest. We also remove gcp-devrel-py-tool that was installed to test Google App Engine.
-rw-r--r--dev-requirements.txt18
1 files changed, 7 insertions, 11 deletions
diff --git a/dev-requirements.txt b/dev-requirements.txt
index fccf89ec..eb3c1577 100644
--- a/dev-requirements.txt
+++ b/dev-requirements.txt
@@ -1,14 +1,10 @@
-coverage~=5.0
-tornado==6.0.3
+coverage==5.3
+tornado==6.1
PySocks==1.7.1
-# https://github.com/Anorov/PySocks/issues/131
-win-inet-pton==1.1.0
-pytest==4.6.9
-pytest-timeout==1.3.4
+pytest==6.1.2
+pytest-timeout==1.4.2
pytest-freezegun==0.4.2
-flaky==3.6.1
-trustme==0.5.3
-cryptography==3.2
-gcp-devrel-py-tools==0.0.15
-
+flaky==3.7.0
+trustme==0.6.0
+cryptography==3.2.1
python-dateutil==2.8.1