Skip to content

Commit b633495

Browse files
committed
Update Python dependencies
1 parent e7b6aef commit b633495

File tree

3 files changed

+12
-14
lines changed

3 files changed

+12
-14
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
livereload==2.6.2;python_version>="3.6"
22
mkdocs==1.1.2
3-
mkdocs-material==5.3.0
3+
mkdocs-material==5.3.3
44
mkdocs-simple-hooks==0.1.1
55
mkdocs-material-extensions==1.0
66
mkdocs-minify-plugin==0.3.0

requirements.txt

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,23 @@ setuptools-scm>=4.1.2
66
wheel>=0.34.2
77
six==1.15.0
88
nose==1.3.7
9-
ipdb==0.13.2
9+
ipdb==0.13.3
1010
idna==2.9
1111
chardet==3.0.4
1212
urllib3==1.25.9
1313
requests==2.24.0
1414
selenium==3.141.0
1515
pluggy==0.13.1
1616
attrs>=19.3.0
17-
py==1.8.1;sys_platform=="win32"
18-
py==1.8.2;sys_platform!="win32"
17+
py==1.8.1
1918
pytest==4.6.11;python_version<"3.5"
2019
pytest==5.4.3;python_version>="3.5"
2120
pytest-cov==2.10.0
22-
pytest-forked==1.1.3
21+
pytest-forked==1.2.0
2322
pytest-html==1.22.1;python_version<"3.6"
2423
pytest-html==2.0.1;python_version>="3.6"
2524
pytest-metadata==1.8.0;python_version<"3.6"
26-
pytest-metadata==1.9.0;python_version>="3.6"
25+
pytest-metadata==1.10.0;python_version>="3.6"
2726
pytest-ordering==0.6
2827
pytest-rerunfailures==8.0;python_version<"3.6"
2928
pytest-rerunfailures==9.0;python_version>="3.6"
@@ -43,11 +42,11 @@ coverage==5.1
4342
pyotp==2.3.0
4443
boto==2.49.0
4544
cffi==1.14.0
46-
rich==2.2.3;python_version>="3.6" and python_version<"4.0"
45+
rich==2.2.6;python_version>="3.6" and python_version<"4.0"
4746
flake8==3.7.9;python_version<"3.5"
4847
flake8==3.8.3;python_version>="3.5"
4948
pyflakes==2.1.1;python_version<"3.5"
5049
pyflakes==2.2.0;python_version>="3.5"
51-
certifi>=2020.4.5.2
50+
certifi>=2020.6.20
5251
pdfminer.six==20191110;python_version<"3.5"
5352
pdfminer.six==20200517;python_version>="3.5"

setup.py

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,16 +106,15 @@
106106
'selenium==3.141.0',
107107
'pluggy==0.13.1',
108108
'attrs>=19.3.0',
109-
'py==1.8.1;sys_platform=="win32"',
110-
'py==1.8.2;sys_platform!="win32"',
109+
'py==1.8.1',
111110
'pytest==4.6.11;python_version<"3.5"',
112111
'pytest==5.4.3;python_version>="3.5"',
113112
'pytest-cov==2.10.0',
114-
'pytest-forked==1.1.3',
113+
'pytest-forked==1.2.0',
115114
'pytest-html==1.22.1;python_version<"3.6"',
116115
'pytest-html==2.0.1;python_version>="3.6"',
117116
'pytest-metadata==1.8.0;python_version<"3.6"',
118-
'pytest-metadata==1.9.0;python_version>="3.6"',
117+
'pytest-metadata==1.10.0;python_version>="3.6"',
119118
'pytest-ordering==0.6',
120119
'pytest-rerunfailures==8.0;python_version<"3.6"',
121120
'pytest-rerunfailures==9.0;python_version>="3.6"',
@@ -135,12 +134,12 @@
135134
'pyotp==2.3.0',
136135
'boto==2.49.0',
137136
'cffi==1.14.0',
138-
'rich==2.2.3;python_version>="3.6" and python_version<"4.0"',
137+
'rich==2.2.6;python_version>="3.6" and python_version<"4.0"',
139138
'flake8==3.7.9;python_version<"3.5"',
140139
'flake8==3.8.3;python_version>="3.5"',
141140
'pyflakes==2.1.1;python_version<"3.5"',
142141
'pyflakes==2.2.0;python_version>="3.5"',
143-
'certifi>=2020.4.5.2',
142+
'certifi>=2020.6.20',
144143
'pdfminer.six==20191110;python_version<"3.5"',
145144
'pdfminer.six==20200517;python_version>="3.5"',
146145
],

0 commit comments

Comments
 (0)