Skip to content

Commit 5362b3d

Browse files
committed
Refresh Python dependencies
1 parent be06b14 commit 5362b3d

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 @@ websockets==10.4;python_version>="3.7"
4949
pyopenssl==22.1.0;python_version>="3.7"
5050
wsproto==1.2.0;python_version>="3.7"
5151
selenium==3.141.0;python_version<"3.7"
52-
selenium==4.7.0;python_version>="3.7"
52+
selenium==4.7.2;python_version>="3.7"
5353
msedge-selenium-tools==3.141.3;python_version<"3.7"
5454
more-itertools==5.0.0;python_version<"3.6"
5555
more-itertools==8.14.0;python_version>="3.6" and python_version<"3.7"
@@ -99,7 +99,7 @@ pyreadline==2.1;platform_system=="Windows" and python_version<"3.6"
9999
pyreadline3==3.4.1;platform_system=="Windows" and python_version>="3.6"
100100
pyrepl==0.9.0
101101
tabcompleter==1.0.0
102-
pdbp==1.2.2
102+
pdbp==1.2.3
103103
colorama==0.4.6;python_version<"3.6"
104104
colorama==0.4.5;python_version>="3.6" and python_version<"3.7"
105105
colorama==0.4.6;python_version>="3.7"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
'pyopenssl==22.1.0;python_version>="3.7"',
174174
'wsproto==1.2.0;python_version>="3.7"',
175175
'selenium==3.141.0;python_version<"3.7"',
176-
'selenium==4.7.0;python_version>="3.7"',
176+
'selenium==4.7.2;python_version>="3.7"',
177177
'msedge-selenium-tools==3.141.3;python_version<"3.7"',
178178
'more-itertools==5.0.0;python_version<"3.6"',
179179
'more-itertools==8.14.0;python_version>="3.6" and python_version<"3.7"', # noqa: E501
@@ -223,7 +223,7 @@
223223
'pyreadline3==3.4.1;platform_system=="Windows" and python_version>="3.6"', # noqa: E501
224224
"pyrepl==0.9.0",
225225
"tabcompleter==1.0.0",
226-
"pdbp==1.2.2",
226+
"pdbp==1.2.3",
227227
'colorama==0.4.6;python_version<"3.6"',
228228
'colorama==0.4.5;python_version>="3.6" and python_version<"3.7"',
229229
'colorama==0.4.6;python_version>="3.7"',

0 commit comments

Comments
 (0)