File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ toml==0.10.2
118
118
typing-extensions == 3.10.0.2 ;python_version < "3.6"
119
119
typing-extensions == 4.1.1 ;python_version >= "3.6" and python_version<"3.7"
120
120
typing-extensions == 4.2.0 ;python_version >= "3.7" and python_version<"3.9"
121
- rich == 12.5.1 ;python_version >= "3.6" and python_version<"4.0"
121
+ rich == 12.6.0 ;python_version >= "3.6" and python_version<"4.0"
122
122
123
123
# --- Testing Requirements --- #
124
124
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
Original file line number Diff line number Diff line change 243
243
'typing-extensions==3.10.0.2;python_version<"3.6"' , # <3.9 for "rich"
244
244
'typing-extensions==4.1.1;python_version>="3.6" and python_version<"3.7"' , # noqa: E501
245
245
'typing-extensions==4.2.0;python_version>="3.7" and python_version<"3.9"' , # noqa: E501
246
- 'rich==12.5.1 ;python_version>="3.6" and python_version<"4.0"' ,
246
+ 'rich==12.6.0 ;python_version>="3.6" and python_version<"4.0"' ,
247
247
],
248
248
extras_require = {
249
249
# pip install -e .[coverage]
You can’t perform that action at this time.
0 commit comments