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
14
14
sbvirtualdisplay >= 1.3.0
15
15
six >= 1.16.0
16
16
parse >= 1.20.2
17
- parse-type >= 0.6.3
17
+ parse-type >= 0.6.4
18
18
colorama >= 0.4.6
19
19
pyyaml >= 6.0.2
20
20
pygments >= 2.18.0
@@ -55,7 +55,7 @@ pyotp==2.9.0
55
55
python-xlib == 0.33 ;platform_system == "Linux"
56
56
markdown-it-py == 3.0.0
57
57
mdurl == 0.1.2
58
- rich == 13.9.1
58
+ rich == 13.9.2
59
59
60
60
# --- Testing Requirements --- #
61
61
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
Original file line number Diff line number Diff line change 163
163
"sbvirtualdisplay>=1.3.0" ,
164
164
"six>=1.16.0" ,
165
165
'parse>=1.20.2' ,
166
- 'parse-type>=0.6.3 ' ,
166
+ 'parse-type>=0.6.4 ' ,
167
167
'colorama>=0.4.6' ,
168
168
'pyyaml>=6.0.2' ,
169
169
'pygments>=2.18.0' ,
204
204
'python-xlib==0.33;platform_system=="Linux"' ,
205
205
'markdown-it-py==3.0.0' ,
206
206
'mdurl==0.1.2' ,
207
- 'rich==13.9.1 ' ,
207
+ 'rich==13.9.2 ' ,
208
208
],
209
209
extras_require = {
210
210
# pip install -e .[allure]
You can’t perform that action at this time.
0 commit comments