Skip to content

Commit 07ea388

Browse files
committed
Update Python dependencies
1 parent 6709d15 commit 07ea388

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pymdown-extensions==8.1.1
99
lunr==0.5.8
1010
mkdocs==1.1.2
1111
mkdocs-material==6.2.3
12-
mkdocs-exclude-search==0.3.1
12+
mkdocs-exclude-search==0.4.0
1313
mkdocs-simple-hooks==0.1.2
1414
mkdocs-material-extensions==1.0.1
1515
mkdocs-minify-plugin==0.4.0

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pip>=21.0.1;python_version>="3.6"
33
packaging>=20.9
44
setuptools>=44.1.1;python_version<"3.5"
55
setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"
6-
setuptools>=53.1.0;python_version>="3.6"
6+
setuptools>=54.0.0;python_version>="3.6"
77
setuptools-scm>=5.0.1
88
wheel>=0.36.2
99
attrs>=20.3.0
@@ -69,7 +69,7 @@ importlib-metadata==2.0.0;python_version<"3.6"
6969
virtualenv>=20.4.2
7070
pymysql==0.10.1;python_version<"3.6"
7171
pymysql==1.0.2;python_version>="3.6"
72-
coverage==5.4
72+
coverage==5.5
7373
brython==3.9.1
7474
pyotp==2.6.0
7575
boto==2.49.0
@@ -78,7 +78,7 @@ toml==0.10.2
7878
Pillow==6.2.2;python_version<"3.5"
7979
Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"
8080
Pillow==8.1.0;python_version>="3.6"
81-
rich==9.12.0;python_version>="3.6" and python_version<"4.0"
81+
rich==9.12.3;python_version>="3.6" and python_version<"4.0"
8282
flake8==3.7.9;python_version<"3.5"
8383
flake8==3.8.4;python_version>="3.5"
8484
pyflakes==2.1.1;python_version<"3.5"

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
'packaging>=20.9',
108108
'setuptools>=44.1.1;python_version<"3.5"',
109109
'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"',
110-
'setuptools>=53.1.0;python_version>="3.6"',
110+
'setuptools>=54.0.0;python_version>="3.6"',
111111
'setuptools-scm>=5.0.1',
112112
'wheel>=0.36.2',
113113
'attrs>=20.3.0',
@@ -173,7 +173,7 @@
173173
'virtualenv>=20.4.2', # Sync with importlib-metadata and pathlib2
174174
'pymysql==0.10.1;python_version<"3.6"',
175175
'pymysql==1.0.2;python_version>="3.6"',
176-
'coverage==5.4',
176+
'coverage==5.5',
177177
'brython==3.9.1',
178178
'pyotp==2.6.0',
179179
'boto==2.49.0',
@@ -182,7 +182,7 @@
182182
'Pillow==6.2.2;python_version<"3.5"',
183183
'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"',
184184
'Pillow==8.1.0;python_version>="3.6"',
185-
'rich==9.12.0;python_version>="3.6" and python_version<"4.0"',
185+
'rich==9.12.3;python_version>="3.6" and python_version<"4.0"',
186186
'flake8==3.7.9;python_version<"3.5"',
187187
'flake8==3.8.4;python_version>="3.5"',
188188
'pyflakes==2.1.1;python_version<"3.5"',

0 commit comments

Comments
 (0)