File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ pymdown-extensions==8.1.1
9
9
lunr == 0.5.8
10
10
mkdocs == 1.1.2
11
11
mkdocs-material == 6.2.3
12
- mkdocs-exclude-search == 0.3.1
12
+ mkdocs-exclude-search == 0.4.0
13
13
mkdocs-simple-hooks == 0.1.2
14
14
mkdocs-material-extensions == 1.0.1
15
15
mkdocs-minify-plugin == 0.4.0
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ pip>=21.0.1;python_version>="3.6"
3
3
packaging >= 20.9
4
4
setuptools >= 44.1.1 ;python_version < "3.5"
5
5
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"
7
7
setuptools-scm >= 5.0.1
8
8
wheel >= 0.36.2
9
9
attrs >= 20.3.0
@@ -69,7 +69,7 @@ importlib-metadata==2.0.0;python_version<"3.6"
69
69
virtualenv >= 20.4.2
70
70
pymysql == 0.10.1 ;python_version < "3.6"
71
71
pymysql == 1.0.2 ;python_version >= "3.6"
72
- coverage == 5.4
72
+ coverage == 5.5
73
73
brython == 3.9.1
74
74
pyotp == 2.6.0
75
75
boto == 2.49.0
@@ -78,7 +78,7 @@ toml==0.10.2
78
78
Pillow == 6.2.2 ;python_version < "3.5"
79
79
Pillow == 7.2.0 ;python_version >= "3.5" and python_version<"3.6"
80
80
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"
82
82
flake8 == 3.7.9 ;python_version < "3.5"
83
83
flake8 == 3.8.4 ;python_version >= "3.5"
84
84
pyflakes == 2.1.1 ;python_version < "3.5"
Original file line number Diff line number Diff line change 107
107
'packaging>=20.9' ,
108
108
'setuptools>=44.1.1;python_version<"3.5"' ,
109
109
'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"' ,
111
111
'setuptools-scm>=5.0.1' ,
112
112
'wheel>=0.36.2' ,
113
113
'attrs>=20.3.0' ,
173
173
'virtualenv>=20.4.2' , # Sync with importlib-metadata and pathlib2
174
174
'pymysql==0.10.1;python_version<"3.6"' ,
175
175
'pymysql==1.0.2;python_version>="3.6"' ,
176
- 'coverage==5.4 ' ,
176
+ 'coverage==5.5 ' ,
177
177
'brython==3.9.1' ,
178
178
'pyotp==2.6.0' ,
179
179
'boto==2.49.0' ,
182
182
'Pillow==6.2.2;python_version<"3.5"' ,
183
183
'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"' ,
184
184
'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"' ,
186
186
'flake8==3.7.9;python_version<"3.5"' ,
187
187
'flake8==3.8.4;python_version>="3.5"' ,
188
188
'pyflakes==2.1.1;python_version<"3.5"' ,
You can’t perform that action at this time.
0 commit comments