Skip to content

Commit 96dccd2

Browse files
committed
Refresh Python dependencies
1 parent dd928b6 commit 96dccd2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ toml==0.10.2
118118
typing-extensions==3.10.0.2;python_version<"3.6"
119119
typing-extensions==4.1.1;python_version>="3.6" and python_version<"3.7"
120120
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"
122122

123123
# --- Testing Requirements --- #
124124
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@
243243
'typing-extensions==3.10.0.2;python_version<"3.6"', # <3.9 for "rich"
244244
'typing-extensions==4.1.1;python_version>="3.6" and python_version<"3.7"', # noqa: E501
245245
'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"',
247247
],
248248
extras_require={
249249
# pip install -e .[coverage]

0 commit comments

Comments
 (0)