Skip to content

Commit 6772da0

Browse files
committed
Refresh Python dependencies
1 parent 1f2761b commit 6772da0

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
@@ -55,7 +55,7 @@ iniconfig==2.0.0;python_version>="3.7"
5555
pluggy==1.0.0;python_version>="3.6"
5656
py==1.11.0;python_version>="3.6"
5757
pytest==7.0.1;python_version<"3.7"
58-
pytest==7.2.0;python_version>="3.7"
58+
pytest==7.2.1;python_version>="3.7"
5959
pytest-forked==1.4.0;python_version>="3.6"
6060
pytest-html==2.0.1;python_version>="3.6"
6161
pytest-metadata==1.11.0;python_version<"3.7"
@@ -89,7 +89,7 @@ cffi==1.15.1
8989
typing-extensions==4.1.1;python_version>="3.6" and python_version<"3.7"
9090
typing-extensions==4.4.0;python_version>="3.7" and python_version<"3.9"
9191
rich==12.6.0;python_version>="3.6" and python_version<"3.7"
92-
rich==13.0.1;python_version>="3.7" and python_version<"4.0"
92+
rich==13.1.0;python_version>="3.7" and python_version<"4.0"
9393

9494
# --- Testing Requirements --- #
9595
# ("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
@@ -183,7 +183,7 @@
183183
'pluggy==1.0.0;python_version>="3.6"',
184184
'py==1.11.0;python_version>="3.6"',
185185
'pytest==7.0.1;python_version<"3.7"',
186-
'pytest==7.2.0;python_version>="3.7"',
186+
'pytest==7.2.1;python_version>="3.7"',
187187
'pytest-forked==1.4.0;python_version>="3.6"',
188188
'pytest-html==2.0.1;python_version>="3.6"', # Newer ones had issues
189189
'pytest-metadata==1.11.0;python_version<"3.7"',
@@ -217,7 +217,7 @@
217217
'typing-extensions==4.1.1;python_version>="3.6" and python_version<"3.7"', # noqa: E501
218218
'typing-extensions==4.4.0;python_version>="3.7" and python_version<"3.9"', # noqa: E501
219219
'rich==12.6.0;python_version>="3.6" and python_version<"3.7"',
220-
'rich==13.0.1;python_version>="3.7" and python_version<"4.0"',
220+
'rich==13.1.0;python_version>="3.7" and python_version<"4.0"',
221221
],
222222
extras_require={
223223
# pip install -e .[coverage]

0 commit comments

Comments
 (0)