File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ parse-type>=0.6.2
18
18
six == 1.16.0
19
19
idna == 3.4
20
20
chardet == 4.0.0 ;python_version < "3.7"
21
- chardet == 5.1 .0 ;python_version >= "3.7"
21
+ chardet == 5.2 .0 ;python_version >= "3.7"
22
22
charset-normalizer == 2.0.12 ;python_version < "3.7"
23
23
charset-normalizer == 3.2.0 ;python_version >= "3.7"
24
24
urllib3 == 1.26.12 ;python_version < "3.7"
@@ -83,7 +83,7 @@ commonmark==0.9.1;python_version<"3.7"
83
83
markdown-it-py == 3.0.0 ;python_version >= "3.8"
84
84
mdurl == 0.1.2 ;python_version >= "3.7"
85
85
rich == 12.6.0 ;python_version < "3.7"
86
- rich == 13.5.1 ;python_version >= "3.7"
86
+ rich == 13.5.2 ;python_version >= "3.7"
87
87
88
88
# --- Testing Requirements --- #
89
89
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
Original file line number Diff line number Diff line change 152
152
"six==1.16.0" ,
153
153
"idna==3.4" ,
154
154
'chardet==4.0.0;python_version<"3.7"' ,
155
- 'chardet==5.1 .0;python_version>="3.7"' ,
155
+ 'chardet==5.2 .0;python_version>="3.7"' ,
156
156
'charset-normalizer==2.0.12;python_version<"3.7"' ,
157
157
'charset-normalizer==3.2.0;python_version>="3.7"' ,
158
158
'urllib3==1.26.12;python_version<"3.7"' ,
217
217
'markdown-it-py==3.0.0;python_version>="3.8"' , # For new "rich"
218
218
'mdurl==0.1.2;python_version>="3.7"' , # For new "rich"
219
219
'rich==12.6.0;python_version<"3.7"' ,
220
- 'rich==13.5.1 ;python_version>="3.7"' ,
220
+ 'rich==13.5.2 ;python_version>="3.7"' ,
221
221
],
222
222
extras_require = {
223
223
# pip install -e .[allure]
You can’t perform that action at this time.
0 commit comments