Skip to content

Commit 74205a8

Browse files
committed
Refresh Python dependencies
1 parent 7a4471e commit 74205a8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ trio-websocket==0.9.2;python_version>="3.7"
4949
pyopenssl==22.0.0;python_version>="3.7"
5050
wsproto==1.1.0;python_version>="3.7"
5151
selenium==3.141.0;python_version<"3.7"
52-
selenium==4.1.5;python_version>="3.7"
52+
selenium==4.2.0;python_version>="3.7"
5353
msedge-selenium-tools==3.141.3;python_version<"3.7"
5454
more-itertools==5.0.0;python_version<"3.5"
5555
more-itertools==8.13.0;python_version>="3.5"
@@ -107,7 +107,7 @@ decorator==5.1.1;python_version>="3.5"
107107
ipython==5.10.0;python_version<"3.5"
108108
ipython==7.9.0;python_version>="3.5" and python_version<"3.6"
109109
ipython==7.16.1;python_version>="3.6" and python_version<"3.7"
110-
ipython==7.33.0;python_version>="3.7"
110+
ipython==7.34.0;python_version>="3.7"
111111
matplotlib-inline==0.1.3;python_version>="3.7"
112112
colorama==0.4.4
113113
importlib-metadata==2.1.3;python_version<"3.6"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
'pyopenssl==22.0.0;python_version>="3.7"',
175175
'wsproto==1.1.0;python_version>="3.7"',
176176
'selenium==3.141.0;python_version<"3.7"',
177-
'selenium==4.1.5;python_version>="3.7"',
177+
'selenium==4.2.0;python_version>="3.7"',
178178
'msedge-selenium-tools==3.141.3;python_version<"3.7"',
179179
'more-itertools==5.0.0;python_version<"3.5"',
180180
'more-itertools==8.13.0;python_version>="3.5"',
@@ -232,7 +232,7 @@
232232
'ipython==5.10.0;python_version<"3.5"',
233233
'ipython==7.9.0;python_version>="3.5" and python_version<"3.6"',
234234
'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"',
235-
'ipython==7.33.0;python_version>="3.7"', # Requires matplotlib-inline
235+
'ipython==7.34.0;python_version>="3.7"', # Requires matplotlib-inline
236236
'matplotlib-inline==0.1.3;python_version>="3.7"', # ipython needs this
237237
"colorama==0.4.4",
238238
'importlib-metadata==2.1.3;python_version<"3.6"',

0 commit comments

Comments
 (0)