Skip to content

Commit efd1ffb

Browse files
committed
Refresh Python dependencies
1 parent 84bdedf commit efd1ffb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ parse-type>=0.6.2
1818
six==1.16.0
1919
idna==3.4
2020
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"
2222
charset-normalizer==2.0.12;python_version<"3.7"
2323
charset-normalizer==3.2.0;python_version>="3.7"
2424
urllib3==1.26.12;python_version<"3.7"
@@ -83,7 +83,7 @@ commonmark==0.9.1;python_version<"3.7"
8383
markdown-it-py==3.0.0;python_version>="3.8"
8484
mdurl==0.1.2;python_version>="3.7"
8585
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"
8787

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

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
"six==1.16.0",
153153
"idna==3.4",
154154
'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"',
156156
'charset-normalizer==2.0.12;python_version<"3.7"',
157157
'charset-normalizer==3.2.0;python_version>="3.7"',
158158
'urllib3==1.26.12;python_version<"3.7"',
@@ -217,7 +217,7 @@
217217
'markdown-it-py==3.0.0;python_version>="3.8"', # For new "rich"
218218
'mdurl==0.1.2;python_version>="3.7"', # For new "rich"
219219
'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"',
221221
],
222222
extras_require={
223223
# pip install -e .[allure]

0 commit comments

Comments
 (0)