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 @@ -14,7 +14,7 @@ typing-extensions>=4.12.2
1414sbvirtualdisplay >= 1.3.0
1515six >= 1.16.0
1616parse >= 1.20.2
17- parse-type >= 0.6.3
17+ parse-type >= 0.6.4
1818colorama >= 0.4.6
1919pyyaml >= 6.0.2
2020pygments >= 2.18.0
@@ -55,7 +55,7 @@ pyotp==2.9.0
5555python-xlib == 0.33 ;platform_system == "Linux"
5656markdown-it-py == 3.0.0
5757mdurl == 0.1.2
58- rich == 13.9.1
58+ rich == 13.9.2
5959
6060# --- Testing Requirements --- #
6161# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
Original file line number Diff line number Diff line change 163163 "sbvirtualdisplay>=1.3.0" ,
164164 "six>=1.16.0" ,
165165 'parse>=1.20.2' ,
166- 'parse-type>=0.6.3 ' ,
166+ 'parse-type>=0.6.4 ' ,
167167 'colorama>=0.4.6' ,
168168 'pyyaml>=6.0.2' ,
169169 'pygments>=2.18.0' ,
204204 'python-xlib==0.33;platform_system=="Linux"' ,
205205 'markdown-it-py==3.0.0' ,
206206 'mdurl==0.1.2' ,
207- 'rich==13.9.1 ' ,
207+ 'rich==13.9.2 ' ,
208208 ],
209209 extras_require = {
210210 # pip install -e .[allure]
You can’t perform that action at this time.
0 commit comments