Skip to content

Commit 7ccd4a5

Browse files
committed
Refresh Python dependencies
1 parent 5f36890 commit 7ccd4a5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pip>=23.1;python_version>="3.7"
33
packaging>=21.3;python_version<"3.7"
44
packaging>=23.1;python_version>="3.7"
55
setuptools>=59.6.0;python_version<"3.7"
6-
setuptools>=67.6.1;python_version>="3.7"
6+
setuptools>=67.7.0;python_version>="3.7"
77
keyring>=23.4.1;python_version<"3.8"
88
keyring>=23.13.1;python_version>="3.8"
99
tomli>=1.2.3;python_version<"3.7"
@@ -46,7 +46,7 @@ trio-websocket==0.10.2;python_version>="3.7"
4646
pyopenssl==23.1.1;python_version>="3.7"
4747
wsproto==1.2.0;python_version>="3.7"
4848
selenium==3.141.0;python_version<"3.7"
49-
selenium==4.8.3;python_version>="3.7"
49+
selenium==4.9.0;python_version>="3.7"
5050
msedge-selenium-tools==3.141.3;python_version<"3.7"
5151
cssselect==1.1.0;python_version<"3.7"
5252
cssselect==1.2.0;python_version>="3.7"
@@ -83,7 +83,7 @@ pygments==2.14.0;python_version<"3.7"
8383
pygments==2.15.1;python_version>="3.7"
8484
pyreadline3==3.4.1;platform_system=="Windows"
8585
tabcompleter==1.2.0
86-
pdbp==1.3.0
86+
pdbp==1.3.1
8787
colorama==0.4.5;python_version<"3.7"
8888
colorama==0.4.6;python_version>="3.7"
8989
exceptiongroup==1.1.1;python_version>="3.7"

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
'packaging>=21.3;python_version<"3.7"',
128128
'packaging>=23.1;python_version>="3.7"',
129129
'setuptools>=59.6.0;python_version<"3.7"',
130-
'setuptools>=67.6.1;python_version>="3.7"',
130+
'setuptools>=67.7.0;python_version>="3.7"',
131131
'keyring>=23.4.1;python_version<"3.8"',
132132
'keyring>=23.13.1;python_version>="3.8"',
133133
'tomli>=1.2.3;python_version<"3.7"',
@@ -170,7 +170,7 @@
170170
'pyopenssl==23.1.1;python_version>="3.7"',
171171
'wsproto==1.2.0;python_version>="3.7"',
172172
'selenium==3.141.0;python_version<"3.7"',
173-
'selenium==4.8.3;python_version>="3.7"',
173+
'selenium==4.9.0;python_version>="3.7"',
174174
'msedge-selenium-tools==3.141.3;python_version<"3.7"',
175175
'cssselect==1.1.0;python_version<"3.7"',
176176
'cssselect==1.2.0;python_version>="3.7"',
@@ -207,7 +207,7 @@
207207
'pygments==2.15.1;python_version>="3.7"',
208208
'pyreadline3==3.4.1;platform_system=="Windows"',
209209
"tabcompleter==1.2.0",
210-
"pdbp==1.3.0",
210+
"pdbp==1.3.1",
211211
'colorama==0.4.5;python_version<"3.7"',
212212
'colorama==0.4.6;python_version>="3.7"',
213213
'exceptiongroup==1.1.1;python_version>="3.7"',

0 commit comments

Comments
 (0)