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"
1717PyYAML >= 6.0
1818certifi >= 2023.5.7
1919filelock >= 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"
2121platformdirs >= 2.4.0 ;python_version < "3.7"
2222platformdirs >= 3.5.3 ;python_version >= "3.7"
2323pyparsing >= 3.0.7 ;python_version < "3.7"
@@ -95,10 +95,10 @@ pyotp==2.8.0;python_version>="3.7"
9595cffi == 1.15.1
9696typing-extensions == 4.1.1 ;python_version < "3.7"
9797commonmark == 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"
9999mdurl == 0.1.2 ;python_version >= "3.7"
100100rich == 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"
102102
103103# --- Testing Requirements --- #
104104# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
Original file line number Diff line number Diff line change 141141 "PyYAML>=6.0" ,
142142 "certifi>=2023.5.7" ,
143143 '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"' ,
145145 'platformdirs>=2.4.0;python_version<"3.7"' ,
146146 'platformdirs>=3.5.3;python_version>="3.7"' ,
147147 'pyparsing>=3.0.7;python_version<"3.7"' ,
219219 "cffi==1.15.1" ,
220220 'typing-extensions==4.1.1;python_version<"3.7"' ,
221221 '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"
223223 'mdurl==0.1.2;python_version>="3.7"' , # For new "rich"
224224 '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"' ,
226226 ],
227227 extras_require = {
228228 # pip install -e .[allure]
You can’t perform that action at this time.
0 commit comments