Skip to content

Commit be9c5e2

Browse files
committed
Update Python dependencies
1 parent 38d42cc commit be9c5e2

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
pip>=20.0.1
1+
pip>=20.0.2
22
setuptools>=44.0.0;python_version<"3"
33
setuptools>=45.1.0;python_version>="3"
4-
setuptools-scm>=3.4.2
4+
setuptools-scm>=3.4.3
55
wheel>=0.33.6
66
six==1.14.0
77
nose==1.3.7
@@ -31,7 +31,7 @@ portalocker==1.5.2
3131
cryptography==2.8
3232
asn1crypto==1.3.0
3333
pyopenssl==19.1.0
34-
packaging>=20.0
34+
packaging>=20.1
3535
pygments==2.5.2
3636
colorama==0.4.3
3737
coverage>=5.0.3
@@ -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==20200121;python_version>="3.5"
46+
pdfminer.six==20200124;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>=20.0.1',
84+
'pip>=20.0.2',
8585
'setuptools',
8686
'setuptools-scm',
8787
'wheel',
@@ -113,7 +113,7 @@
113113
'cryptography==2.8',
114114
'asn1crypto==1.3.0',
115115
'pyopenssl==19.1.0',
116-
'packaging>=20.0',
116+
'packaging>=20.1',
117117
'pygments>=2.5.2',
118118
'colorama==0.4.3',
119119
'coverage>=5.0.3',
@@ -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==20200121;python_version>="3.5"',
128+
'pdfminer.six==20200124;python_version>="3.5"',
129129
],
130130
packages=[
131131
'seleniumbase',

0 commit comments

Comments
 (0)