Skip to content

Commit

Permalink
Refresh Python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmintz committed Nov 5, 2022
1 parent 41291bc commit 3f81326
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
9 changes: 5 additions & 4 deletions requirements.txt
Expand Up @@ -5,11 +5,12 @@ packaging>=20.9;python_version<"3.6"
packaging>=21.3;python_version>="3.6"
setuptools>=44.1.1;python_version<"3.6"
setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"
setuptools>=65.5.0;python_version>="3.7"
setuptools>=65.5.1;python_version>="3.7"
tomli>=1.2.3;python_version>="3.6" and python_version<"3.7"
tomli>=2.0.1;python_version>="3.7"
tqdm>=4.64.1
wheel>=0.37.1
wheel>=0.37.1;python_version<"3.7"
wheel>=0.38.1;python_version>="3.7"
attrs>=21.4.0;python_version<"3.6"
attrs>=22.1.0;python_version>="3.6"
PyYAML>=6.0;python_version>="3.6"
Expand Down Expand Up @@ -55,7 +56,7 @@ websockets==10.4;python_version>="3.7"
pyopenssl==22.1.0;python_version>="3.7"
wsproto==1.2.0;python_version>="3.7"
selenium==3.141.0;python_version<"3.7"
selenium==4.5.0;python_version>="3.7"
selenium==4.6.0;python_version>="3.7"
msedge-selenium-tools==3.141.3;python_version<"3.7"
more-itertools==5.0.0;python_version<"3.6"
more-itertools==8.14.0;python_version>="3.6" and python_version<"3.7"
Expand Down Expand Up @@ -102,7 +103,7 @@ cryptography==38.0.3;python_version>="3.7"
pygments==2.5.2;python_version<"3.6"
pygments==2.13.0;python_version>="3.6"
prompt-toolkit==1.0.18;python_version<"3.6"
prompt-toolkit==3.0.31;python_version>="3.6"
prompt-toolkit==3.0.32;python_version>="3.6"
decorator==4.4.2;python_version<"3.6"
decorator==5.1.1;python_version>="3.6"
ipython==5.10.0;python_version<"3.6"
Expand Down
9 changes: 5 additions & 4 deletions setup.py
Expand Up @@ -131,11 +131,12 @@
'packaging>=21.3;python_version>="3.6"',
'setuptools>=44.1.1;python_version<"3.6"',
'setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"',
'setuptools>=65.5.0;python_version>="3.7"',
'setuptools>=65.5.1;python_version>="3.7"',
'tomli>=1.2.3;python_version>="3.6" and python_version<"3.7"',
'tomli>=2.0.1;python_version>="3.7"',
"tqdm>=4.64.1",
"wheel>=0.37.1",
'wheel>=0.37.1;python_version<"3.7"',
'wheel>=0.38.1;python_version>="3.7"',
'attrs>=21.4.0;python_version<"3.6"',
'attrs>=22.1.0;python_version>="3.6"',
'PyYAML>=6.0;python_version>="3.6"',
Expand Down Expand Up @@ -180,7 +181,7 @@
'pyopenssl==22.1.0;python_version>="3.7"',
'wsproto==1.2.0;python_version>="3.7"',
'selenium==3.141.0;python_version<"3.7"',
'selenium==4.5.0;python_version>="3.7"',
'selenium==4.6.0;python_version>="3.7"',
'msedge-selenium-tools==3.141.3;python_version<"3.7"',
'more-itertools==5.0.0;python_version<"3.6"',
'more-itertools==8.14.0;python_version>="3.6" and python_version<"3.7"', # noqa: E501
Expand Down Expand Up @@ -227,7 +228,7 @@
'pygments==2.5.2;python_version<"3.6"',
'pygments==2.13.0;python_version>="3.6"',
'prompt-toolkit==1.0.18;python_version<"3.6"',
'prompt-toolkit==3.0.31;python_version>="3.6"',
'prompt-toolkit==3.0.32;python_version>="3.6"',
'decorator==4.4.2;python_version<"3.6"',
'decorator==5.1.1;python_version>="3.6"',
'ipython==5.10.0;python_version<"3.6"',
Expand Down

0 comments on commit 3f81326

Please sign in to comment.