File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ wsproto==1.2.0
27
27
selenium == 4.11.2
28
28
cssselect == 1.2.0
29
29
sortedcontainers == 2.4.0
30
- fasteners == 0.18
30
+ fasteners == 0.19
31
31
execnet == 2.0.2
32
32
iniconfig == 2.0.0
33
33
pluggy == 1.2.0 ;python_version < "3.8"
@@ -56,7 +56,7 @@ pyotp==2.9.0
56
56
markdown-it-py == 2.2.0 ;python_version < "3.8"
57
57
markdown-it-py == 3.0.0 ;python_version >= "3.8"
58
58
mdurl == 0.1.2
59
- rich == 13.5.2
59
+ rich == 13.5.3
60
60
61
61
# --- Testing Requirements --- #
62
62
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
Original file line number Diff line number Diff line change 160
160
'selenium==4.11.2' ,
161
161
'cssselect==1.2.0' ,
162
162
"sortedcontainers==2.4.0" ,
163
- 'fasteners==0.18 ' ,
163
+ 'fasteners==0.19 ' ,
164
164
'execnet==2.0.2' ,
165
165
'iniconfig==2.0.0' ,
166
166
'pluggy==1.2.0;python_version<"3.8"' ,
189
189
'markdown-it-py==2.2.0;python_version<"3.8"' ,
190
190
'markdown-it-py==3.0.0;python_version>="3.8"' ,
191
191
'mdurl==0.1.2' ,
192
- 'rich==13.5.2 ' ,
192
+ 'rich==13.5.3 ' ,
193
193
],
194
194
extras_require = {
195
195
# pip install -e .[allure]
You can’t perform that action at this time.
0 commit comments