Skip to content

Commit 5805c0d

Browse files
committed
Refresh Python dependencies
1 parent b52f9b0 commit 5805c0d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ typing-extensions>=4.12.2
1414
sbvirtualdisplay>=1.3.0
1515
six>=1.16.0
1616
parse>=1.20.2
17-
parse-type>=0.6.3
17+
parse-type>=0.6.4
1818
colorama>=0.4.6
1919
pyyaml>=6.0.2
2020
pygments>=2.18.0
@@ -55,7 +55,7 @@ pyotp==2.9.0
5555
python-xlib==0.33;platform_system=="Linux"
5656
markdown-it-py==3.0.0
5757
mdurl==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.)

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
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',
@@ -204,7 +204,7 @@
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]

0 commit comments

Comments
 (0)