Refresh Python dependencies

This commit is contained in:
Michael Mintz 2023-09-20 18:13:54 -04:00
parent 3dcbc9809e
commit 2baa63e747
2 changed files with 4 additions and 4 deletions

View File

@ -27,7 +27,7 @@ wsproto==1.2.0
selenium==4.11.2
cssselect==1.2.0
sortedcontainers==2.4.0
fasteners==0.18
fasteners==0.19
execnet==2.0.2
iniconfig==2.0.0
pluggy==1.2.0;python_version<"3.8"
@ -56,7 +56,7 @@ pyotp==2.9.0
markdown-it-py==2.2.0;python_version<"3.8"
markdown-it-py==3.0.0;python_version>="3.8"
mdurl==0.1.2
rich==13.5.2
rich==13.5.3
# --- Testing Requirements --- #
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)

View File

@ -160,7 +160,7 @@ setup(
'selenium==4.11.2',
'cssselect==1.2.0',
"sortedcontainers==2.4.0",
'fasteners==0.18',
'fasteners==0.19',
'execnet==2.0.2',
'iniconfig==2.0.0',
'pluggy==1.2.0;python_version<"3.8"',
@ -189,7 +189,7 @@ setup(
'markdown-it-py==2.2.0;python_version<"3.8"',
'markdown-it-py==3.0.0;python_version>="3.8"',
'mdurl==0.1.2',
'rich==13.5.2',
'rich==13.5.3',
],
extras_require={
# pip install -e .[allure]