Skip to content

Commit 82a5777

Browse files
committed
Update multiple requirements
1 parent abf269f commit 82a5777

File tree

2 files changed

+36
-34
lines changed

2 files changed

+36
-34
lines changed

requirements.txt

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ pip>=19.3.1
22
setuptools>=42.0.2
33
setuptools-scm>=3.3.3
44
wheel>=0.33.6
5-
six>=1.13.0
6-
nose>=1.3.7
7-
ipdb>=0.12.2
5+
six==1.13.0
6+
nose==1.3.7
7+
ipdb==0.12.3
88
idna==2.8
99
chardet==3.0.4
10-
urllib3==1.25.6
11-
requests>=2.22.0
10+
urllib3==1.25.7
11+
requests==2.22.0
1212
selenium==3.141.0
1313
pluggy>=0.13.1
1414
attrs>=19.3.0
15-
pytest>=4.6.6;python_version<"3"
15+
pytest>=4.6.7;python_version<"3"
1616
pytest>=5.3.1;python_version>="3"
1717
pytest-cov>=2.8.1
1818
pytest-forked>=1.1.3
@@ -24,19 +24,20 @@ pytest-rerunfailures>=8.0
2424
pytest-timeout>=1.3.3
2525
pytest-xdist>=1.30.0
2626
parameterized>=0.7.1
27-
beautifulsoup4>=4.6.0
28-
atomicwrites>=1.3.0
29-
portalocker>=1.5.2
30-
cryptography>=2.8
31-
asn1crypto>=1.2.0
32-
pyopenssl>=19.1.0
33-
pygments>=2.5.2
34-
colorama>=0.4.1
35-
pymysql>=0.9.3
36-
pyotp>=2.3.0
37-
boto>=2.49.0
27+
soupsieve==1.9.5
28+
beautifulsoup4==4.8.1
29+
atomicwrites==1.3.0
30+
portalocker==1.5.2
31+
cryptography==2.8
32+
asn1crypto==1.2.0
33+
pyopenssl==19.1.0
34+
pygments==2.5.2
35+
colorama==0.4.1
36+
pymysql==0.9.3
37+
pyotp==2.3.0
38+
boto==2.49.0
3839
cffi>=1.13.2
39-
tqdm>=4.40.0
40-
flake8>=3.7.9
40+
tqdm>=4.40.1
41+
flake8==3.7.9
4142
certifi>=2019.11.28
4243
pdfminer.six==20191110

setup.py

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,12 @@
9090
'ipdb',
9191
'idna==2.8', # Must stay in sync with "requests"
9292
'chardet==3.0.4', # Must stay in sync with "requests"
93-
'urllib3==1.25.6', # Must stay in sync with "requests"
94-
'requests>=2.22.0',
93+
'urllib3==1.25.7', # Must stay in sync with "requests"
94+
'requests==2.22.0',
9595
'selenium==3.141.0',
9696
'pluggy>=0.13.1',
9797
'attrs>=19.3.0',
98-
'pytest>=4.6.6;python_version<"3"', # For Python 2 compatibility
98+
'pytest>=4.6.7;python_version<"3"', # For Python 2 compatibility
9999
'pytest>=5.3.1;python_version>="3"',
100100
'pytest-cov>=2.8.1',
101101
'pytest-forked>=1.1.3',
@@ -107,20 +107,21 @@
107107
'pytest-timeout>=1.3.3',
108108
'pytest-xdist>=1.30.0',
109109
'parameterized>=0.7.1',
110-
'beautifulsoup4>=4.6.0', # Keep at >=4.6.0 while using "bs4"
111-
'atomicwrites>=1.3.0',
112-
'portalocker>=1.5.2',
113-
'cryptography>=2.8',
114-
'asn1crypto>=1.2.0',
115-
'pyopenssl>=19.1.0',
110+
'soupsieve==1.9.5',
111+
'beautifulsoup4==4.8.1',
112+
'atomicwrites==1.3.0',
113+
'portalocker==1.5.2',
114+
'cryptography==2.8',
115+
'asn1crypto==1.2.0',
116+
'pyopenssl==19.1.0',
116117
'pygments>=2.5.2',
117-
'colorama>=0.4.1',
118-
'pymysql>=0.9.3',
119-
'pyotp>=2.3.0',
120-
'boto>=2.49.0',
118+
'colorama==0.4.1',
119+
'pymysql==0.9.3',
120+
'pyotp==2.3.0',
121+
'boto==2.49.0',
121122
'cffi>=1.13.2',
122-
'tqdm>=4.40.0',
123-
'flake8>=3.7.9',
123+
'tqdm>=4.40.1',
124+
'flake8==3.7.9',
124125
'certifi>=2019.11.28',
125126
'pdfminer.six==20191110',
126127
],

0 commit comments

Comments
 (0)