File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ iniconfig==2.0.0;python_version>="3.7"
55
55
pluggy == 1.0.0 ;python_version >= "3.6"
56
56
py == 1.11.0 ;python_version >= "3.6"
57
57
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"
59
59
pytest-forked == 1.4.0 ;python_version >= "3.6"
60
60
pytest-html == 2.0.1 ;python_version >= "3.6"
61
61
pytest-metadata == 1.11.0 ;python_version < "3.7"
@@ -89,7 +89,7 @@ cffi==1.15.1
89
89
typing-extensions == 4.1.1 ;python_version >= "3.6" and python_version<"3.7"
90
90
typing-extensions == 4.4.0 ;python_version >= "3.7" and python_version<"3.9"
91
91
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"
93
93
94
94
# --- Testing Requirements --- #
95
95
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
Original file line number Diff line number Diff line change 183
183
'pluggy==1.0.0;python_version>="3.6"' ,
184
184
'py==1.11.0;python_version>="3.6"' ,
185
185
'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"' ,
187
187
'pytest-forked==1.4.0;python_version>="3.6"' ,
188
188
'pytest-html==2.0.1;python_version>="3.6"' , # Newer ones had issues
189
189
'pytest-metadata==1.11.0;python_version<"3.7"' ,
217
217
'typing-extensions==4.1.1;python_version>="3.6" and python_version<"3.7"' , # noqa: E501
218
218
'typing-extensions==4.4.0;python_version>="3.7" and python_version<"3.9"' , # noqa: E501
219
219
'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"' ,
221
221
],
222
222
extras_require = {
223
223
# pip install -e .[coverage]
You can’t perform that action at this time.
0 commit comments