File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ attrs>=23.1.0;python_version>="3.7"
17
17
PyYAML >= 6.0
18
18
certifi >= 2023.5.7
19
19
filelock >= 3.4.1 ;python_version < "3.7"
20
- filelock >= 3.12.1 ;python_version >= "3.7"
20
+ filelock >= 3.12.2 ;python_version >= "3.7"
21
21
platformdirs >= 2.4.0 ;python_version < "3.7"
22
22
platformdirs >= 3.5.3 ;python_version >= "3.7"
23
23
pyparsing >= 3.0.7 ;python_version < "3.7"
@@ -95,10 +95,10 @@ pyotp==2.8.0;python_version>="3.7"
95
95
cffi == 1.15.1
96
96
typing-extensions == 4.1.1 ;python_version < "3.7"
97
97
commonmark == 0.9.1 ;python_version < "3.7"
98
- markdown-it-py == 2.2 .0 ;python_version >= "3.7"
98
+ markdown-it-py == 3.0 .0 ;python_version >= "3.7"
99
99
mdurl == 0.1.2 ;python_version >= "3.7"
100
100
rich == 12.6.0 ;python_version < "3.7"
101
- rich == 13.4.1 ;python_version >= "3.7"
101
+ rich == 13.4.2 ;python_version >= "3.7"
102
102
103
103
# --- Testing Requirements --- #
104
104
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
Original file line number Diff line number Diff line change 141
141
"PyYAML>=6.0" ,
142
142
"certifi>=2023.5.7" ,
143
143
'filelock>=3.4.1;python_version<"3.7"' ,
144
- 'filelock>=3.12.1 ;python_version>="3.7"' ,
144
+ 'filelock>=3.12.2 ;python_version>="3.7"' ,
145
145
'platformdirs>=2.4.0;python_version<"3.7"' ,
146
146
'platformdirs>=3.5.3;python_version>="3.7"' ,
147
147
'pyparsing>=3.0.7;python_version<"3.7"' ,
219
219
"cffi==1.15.1" ,
220
220
'typing-extensions==4.1.1;python_version<"3.7"' ,
221
221
'commonmark==0.9.1;python_version<"3.7"' , # For old "rich"
222
- 'markdown-it-py==2.2 .0;python_version>="3.7"' , # For new "rich"
222
+ 'markdown-it-py==3.0 .0;python_version>="3.7"' , # For new "rich"
223
223
'mdurl==0.1.2;python_version>="3.7"' , # For new "rich"
224
224
'rich==12.6.0;python_version<"3.7"' ,
225
- 'rich==13.4.1 ;python_version>="3.7"' ,
225
+ 'rich==13.4.2 ;python_version>="3.7"' ,
226
226
],
227
227
extras_require = {
228
228
# pip install -e .[allure]
You can’t perform that action at this time.
0 commit comments