Skip to content

Commit

Permalink
Refresh Python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmintz committed Dec 3, 2022
1 parent be06b14 commit 5362b3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Expand Up @@ -49,7 +49,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.7.0;python_version>="3.7"
selenium==4.7.2;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 @@ -99,7 +99,7 @@ pyreadline==2.1;platform_system=="Windows" and python_version<"3.6"
pyreadline3==3.4.1;platform_system=="Windows" and python_version>="3.6"
pyrepl==0.9.0
tabcompleter==1.0.0
pdbp==1.2.2
pdbp==1.2.3
colorama==0.4.6;python_version<"3.6"
colorama==0.4.5;python_version>="3.6" and python_version<"3.7"
colorama==0.4.6;python_version>="3.7"
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -173,7 +173,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.7.0;python_version>="3.7"',
'selenium==4.7.2;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 @@ -223,7 +223,7 @@
'pyreadline3==3.4.1;platform_system=="Windows" and python_version>="3.6"', # noqa: E501
"pyrepl==0.9.0",
"tabcompleter==1.0.0",
"pdbp==1.2.2",
"pdbp==1.2.3",
'colorama==0.4.6;python_version<"3.6"',
'colorama==0.4.5;python_version>="3.6" and python_version<"3.7"',
'colorama==0.4.6;python_version>="3.7"',
Expand Down

0 comments on commit 5362b3d

Please sign in to comment.