Skip to content

Commit ecf402b

Browse files
committed
Update Python dependencies
1 parent 3d71565 commit ecf402b

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,6 +1,6 @@
11
pip>=20.1
22
setuptools>=44.1.0;python_version<"3.5"
3-
setuptools>=46.2.0;python_version>="3.5"
3+
setuptools>=46.3.0;python_version>="3.5"
44
setuptools-scm>=3.5.0
55
wheel>=0.34.2
66
six==1.14.0
@@ -13,7 +13,7 @@ requests==2.23.0
1313
selenium==3.141.0
1414
pluggy==0.13.1
1515
attrs>=19.3.0
16-
pytest==4.6.9;python_version<"3.5"
16+
pytest==4.6.10;python_version<"3.5"
1717
pytest==5.4.2;python_version>="3.5"
1818
pytest-cov==2.8.1
1919
pytest-forked==1.1.3
@@ -41,8 +41,8 @@ coverage==5.1
4141
pyotp==2.3.0
4242
boto==2.49.0
4343
cffi==1.14.0
44-
flake8==3.7.9
45-
pyflakes==2.1.1
44+
flake8==3.8.1
45+
pyflakes==2.2.0
4646
certifi>=2020.4.5.1
4747
pdfminer.six==20191110;python_version<"3.5"
4848
pdfminer.six==20200402;python_version>="3.5"

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
'selenium==3.141.0',
9898
'pluggy==0.13.1',
9999
'attrs>=19.3.0',
100-
'pytest==4.6.9;python_version<"3.5"',
100+
'pytest==4.6.10;python_version<"3.5"',
101101
'pytest==5.4.2;python_version>="3.5"',
102102
'pytest-cov==2.8.1',
103103
'pytest-forked==1.1.3',
@@ -125,8 +125,8 @@
125125
'pyotp==2.3.0',
126126
'boto==2.49.0',
127127
'cffi==1.14.0',
128-
'flake8==3.7.9',
129-
'pyflakes==2.1.1',
128+
'flake8==3.8.1',
129+
'pyflakes==2.2.0',
130130
'certifi>=2020.4.5.1',
131131
'pdfminer.six==20191110;python_version<"3.5"',
132132
'pdfminer.six==20200402;python_version>="3.5"',

0 commit comments

Comments
 (0)