Skip to content

Commit 043e4c7

Browse files
committed
Update Python dependencies
1 parent 6bce984 commit 043e4c7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Markdown==3.3.4;python_version>="3.6"
66
MarkupSafe==2.0.1;python_version>="3.6"
77
docutils==0.17.1
88
Jinja2==3.0.1;python_version>="3.6"
9-
click==8.0.0
9+
click==8.0.1
1010
readme-renderer==29.0
1111
pymdown-extensions==8.2
1212
importlib-metadata==4.0.1;python_version>="3.6"

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ requests==2.25.1
2828
selenium==3.141.0
2929
msedge-selenium-tools==3.141.3
3030
more-itertools==5.0.0;python_version<"3.5"
31-
more-itertools==8.7.0;python_version>="3.5"
31+
more-itertools==8.8.0;python_version>="3.5"
3232
cssselect==1.1.0
3333
filelock==3.0.12
3434
fasteners==0.16
@@ -84,7 +84,7 @@ toml==0.10.2
8484
Pillow==6.2.2;python_version<"3.5"
8585
Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"
8686
Pillow==8.2.0;python_version>="3.6"
87-
rich==10.2.1;python_version>="3.6" and python_version<"4.0"
87+
rich==10.2.2;python_version>="3.6" and python_version<"4.0"
8888
tornado==5.1.1;python_version<"3.5"
8989
tornado==6.1;python_version>="3.5"
9090
pdfminer.six==20191110;python_version<"3.5"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
"selenium==3.141.0",
144144
"msedge-selenium-tools==3.141.3",
145145
'more-itertools==5.0.0;python_version<"3.5"',
146-
'more-itertools==8.7.0;python_version>="3.5"',
146+
'more-itertools==8.8.0;python_version>="3.5"',
147147
"cssselect==1.1.0",
148148
"filelock==3.0.12",
149149
"fasteners==0.16",
@@ -199,7 +199,7 @@
199199
'Pillow==6.2.2;python_version<"3.5"',
200200
'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"',
201201
'Pillow==8.2.0;python_version>="3.6"',
202-
'rich==10.2.1;python_version>="3.6" and python_version<"4.0"',
202+
'rich==10.2.2;python_version>="3.6" and python_version<"4.0"',
203203
'tornado==5.1.1;python_version<"3.5"',
204204
'tornado==6.1;python_version>="3.5"',
205205
'pdfminer.six==20191110;python_version<"3.5"',

0 commit comments

Comments
 (0)