Skip to content

Commit f5a6d5e

Browse files
committed
Update pip, urllib3, and pdfminer.six dependencies
1 parent d4c41d5 commit f5a6d5e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pip>=19.3.1
1+
pip>=20.0.1
22
setuptools>=44.0.0;python_version<"3"
33
setuptools>=45.1.0;python_version>="3"
44
setuptools-scm>=3.4.2
@@ -8,7 +8,7 @@ nose==1.3.7
88
ipdb==0.12.3
99
idna==2.8
1010
chardet==3.0.4
11-
urllib3==1.25.7
11+
urllib3==1.25.8
1212
requests==2.22.0
1313
selenium==3.141.0
1414
pluggy>=0.13.1
@@ -43,4 +43,4 @@ tqdm>=4.41.1
4343
flake8==3.7.9
4444
certifi>=2019.11.28
4545
pdfminer.six==20191110;python_version<"3.5"
46-
pdfminer.six==20200104;python_version>="3.5"
46+
pdfminer.six==20200121;python_version>="3.5"

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"Programming Language :: Python :: 3.8",
8282
],
8383
install_requires=[
84-
'pip>=19.3.1', # >= 19.3.1 required for Python 3.8+
84+
'pip>=20.0.1',
8585
'setuptools',
8686
'setuptools-scm',
8787
'wheel',
@@ -90,7 +90,7 @@
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.7', # Must stay in sync with "requests"
93+
'urllib3==1.25.8', # Must stay in sync with "requests"
9494
'requests==2.22.0',
9595
'selenium==3.141.0',
9696
'pluggy>=0.13.1',
@@ -125,7 +125,7 @@
125125
'flake8==3.7.9',
126126
'certifi>=2019.11.28',
127127
'pdfminer.six==20191110;python_version<"3.5"',
128-
'pdfminer.six==20200104;python_version>="3.5"',
128+
'pdfminer.six==20200121;python_version>="3.5"',
129129
],
130130
packages=[
131131
'seleniumbase',

0 commit comments

Comments
 (0)