Skip to content

Commit 2baa63e

Browse files
committed
Refresh Python dependencies
1 parent 3dcbc98 commit 2baa63e

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
@@ -27,7 +27,7 @@ wsproto==1.2.0
2727
selenium==4.11.2
2828
cssselect==1.2.0
2929
sortedcontainers==2.4.0
30-
fasteners==0.18
30+
fasteners==0.19
3131
execnet==2.0.2
3232
iniconfig==2.0.0
3333
pluggy==1.2.0;python_version<"3.8"
@@ -56,7 +56,7 @@ pyotp==2.9.0
5656
markdown-it-py==2.2.0;python_version<"3.8"
5757
markdown-it-py==3.0.0;python_version>="3.8"
5858
mdurl==0.1.2
59-
rich==13.5.2
59+
rich==13.5.3
6060

6161
# --- Testing Requirements --- #
6262
# ("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
@@ -160,7 +160,7 @@
160160
'selenium==4.11.2',
161161
'cssselect==1.2.0',
162162
"sortedcontainers==2.4.0",
163-
'fasteners==0.18',
163+
'fasteners==0.19',
164164
'execnet==2.0.2',
165165
'iniconfig==2.0.0',
166166
'pluggy==1.2.0;python_version<"3.8"',
@@ -189,7 +189,7 @@
189189
'markdown-it-py==2.2.0;python_version<"3.8"',
190190
'markdown-it-py==3.0.0;python_version>="3.8"',
191191
'mdurl==0.1.2',
192-
'rich==13.5.2',
192+
'rich==13.5.3',
193193
],
194194
extras_require={
195195
# pip install -e .[allure]

0 commit comments

Comments
 (0)