File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Markdown==3.3.4;python_version>="3.6"
6
6
MarkupSafe == 2.0.1 ;python_version >= "3.6"
7
7
docutils == 0.17.1
8
8
Jinja2 == 3.0.1 ;python_version >= "3.6"
9
- click == 8.0.0
9
+ click == 8.0.1
10
10
readme-renderer == 29.0
11
11
pymdown-extensions == 8.2
12
12
importlib-metadata == 4.0.1 ;python_version >= "3.6"
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ requests==2.25.1
28
28
selenium == 3.141.0
29
29
msedge-selenium-tools == 3.141.3
30
30
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"
32
32
cssselect == 1.1.0
33
33
filelock == 3.0.12
34
34
fasteners == 0.16
@@ -84,7 +84,7 @@ toml==0.10.2
84
84
Pillow == 6.2.2 ;python_version < "3.5"
85
85
Pillow == 7.2.0 ;python_version >= "3.5" and python_version<"3.6"
86
86
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"
88
88
tornado == 5.1.1 ;python_version < "3.5"
89
89
tornado == 6.1 ;python_version >= "3.5"
90
90
pdfminer.six == 20191110 ;python_version < "3.5"
Original file line number Diff line number Diff line change 143
143
"selenium==3.141.0" ,
144
144
"msedge-selenium-tools==3.141.3" ,
145
145
'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"' ,
147
147
"cssselect==1.1.0" ,
148
148
"filelock==3.0.12" ,
149
149
"fasteners==0.16" ,
199
199
'Pillow==6.2.2;python_version<"3.5"' ,
200
200
'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"' ,
201
201
'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"' ,
203
203
'tornado==5.1.1;python_version<"3.5"' ,
204
204
'tornado==6.1;python_version>="3.5"' ,
205
205
'pdfminer.six==20191110;python_version<"3.5"' ,
You can’t perform that action at this time.
0 commit comments