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 @@ -27,7 +27,7 @@ wsproto==1.2.0
2727selenium == 4.11.2
2828cssselect == 1.2.0
2929sortedcontainers == 2.4.0
30- fasteners == 0.18
30+ fasteners == 0.19
3131execnet == 2.0.2
3232iniconfig == 2.0.0
3333pluggy == 1.2.0 ;python_version < "3.8"
@@ -56,7 +56,7 @@ pyotp==2.9.0
5656markdown-it-py == 2.2.0 ;python_version < "3.8"
5757markdown-it-py == 3.0.0 ;python_version >= "3.8"
5858mdurl == 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.)
Original file line number Diff line number Diff line change 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"' ,
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]
You can’t perform that action at this time.
0 commit comments