Skip to content

Commit 2a035df

Browse files
committed
Refresh Python dependencies
1 parent af26571 commit 2a035df

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Diff for: requirements.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ filelock>=3.9.0;python_version>="3.7"
1818
platformdirs>=2.4.0;python_version<"3.7"
1919
platformdirs>=2.6.2;python_version>="3.7"
2020
pyparsing>=3.0.7;python_version<"3.7"
21-
pyparsing>=3.0.9;python_version>="3.7"
2221
six==1.16.0
2322
idna==3.4
2423
chardet==4.0.0;python_version<"3.7"
@@ -92,7 +91,7 @@ commonmark==0.9.1;python_version<"3.7"
9291
markdown-it-py==2.1.0;python_version>="3.7"
9392
mdurl==0.1.2;python_version>="3.7"
9493
rich==12.6.0;python_version<"3.7"
95-
rich==13.2.0;python_version>="3.7"
94+
rich==13.3.1;python_version>="3.7"
9695

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

Diff for: setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@
142142
'platformdirs>=2.4.0;python_version<"3.7"',
143143
'platformdirs>=2.6.2;python_version>="3.7"',
144144
'pyparsing>=3.0.7;python_version<"3.7"',
145-
'pyparsing>=3.0.9;python_version>="3.7"',
146145
"six==1.16.0",
147146
"idna==3.4",
148147
'chardet==4.0.0;python_version<"3.7"',
@@ -216,7 +215,7 @@
216215
'markdown-it-py==2.1.0;python_version>="3.7"', # For new "rich"
217216
'mdurl==0.1.2;python_version>="3.7"', # For new "rich"
218217
'rich==12.6.0;python_version<"3.7"',
219-
'rich==13.2.0;python_version>="3.7"',
218+
'rich==13.3.1;python_version>="3.7"',
220219
],
221220
extras_require={
222221
# pip install -e .[coverage]

0 commit comments

Comments
 (0)