Skip to content

Commit 1797d75

Browse files
committed
Update Python dependencies
1 parent cefbfd8 commit 1797d75

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ mkdocs==1.1.2
88
mkdocs-material==6.2.4
99
mkdocs-simple-hooks==0.1.2
1010
mkdocs-material-extensions==1.0.1
11-
mkdocs-minify-plugin==0.3.0
11+
mkdocs-minify-plugin==0.4.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ toml==0.10.2
7676
Pillow==6.2.2;python_version<"3.5"
7777
Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"
7878
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"
8080
zipp==1.2.0;python_version<"3.6"
8181
zipp==3.4.0;python_version>="3.6"
8282
flake8==3.7.9;python_version<"3.5"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
'Pillow==6.2.2;python_version<"3.5"',
181181
'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"',
182182
'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"',
184184
'zipp==1.2.0;python_version<"3.6"',
185185
'zipp==3.4.0;python_version>="3.6"',
186186
'flake8==3.7.9;python_version<"3.5"',

0 commit comments

Comments
 (0)