File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ mkdocs==1.1.2
8
8
mkdocs-material == 6.2.4
9
9
mkdocs-simple-hooks == 0.1.2
10
10
mkdocs-material-extensions == 1.0.1
11
- mkdocs-minify-plugin == 0.3 .0
11
+ mkdocs-minify-plugin == 0.4 .0
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ toml==0.10.2
76
76
Pillow == 6.2.2 ;python_version < "3.5"
77
77
Pillow == 7.2.0 ;python_version >= "3.5" and python_version<"3.6"
78
78
Pillow == 8.1.0 ;python_version >= "3.6"
79
- rich == 9.8.1 ;python_version >= "3.6" and python_version<"4.0"
79
+ rich == 9.8.2 ;python_version >= "3.6" and python_version<"4.0"
80
80
zipp == 1.2.0 ;python_version < "3.6"
81
81
zipp == 3.4.0 ;python_version >= "3.6"
82
82
flake8 == 3.7.9 ;python_version < "3.5"
Original file line number Diff line number Diff line change 180
180
'Pillow==6.2.2;python_version<"3.5"' ,
181
181
'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"' ,
182
182
'Pillow==8.1.0;python_version>="3.6"' ,
183
- 'rich==9.8.1 ;python_version>="3.6" and python_version<"4.0"' ,
183
+ 'rich==9.8.2 ;python_version>="3.6" and python_version<"4.0"' ,
184
184
'zipp==1.2.0;python_version<"3.6"' ,
185
185
'zipp==3.4.0;python_version>="3.6"' ,
186
186
'flake8==3.7.9;python_version<"3.5"' ,
You can’t perform that action at this time.
0 commit comments