Skip to content

Commit 3f81326

Browse files
committed
Refresh Python dependencies
1 parent 41291bc commit 3f81326

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

requirements.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ packaging>=20.9;python_version<"3.6"
55
packaging>=21.3;python_version>="3.6"
66
setuptools>=44.1.1;python_version<"3.6"
77
setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"
8-
setuptools>=65.5.0;python_version>="3.7"
8+
setuptools>=65.5.1;python_version>="3.7"
99
tomli>=1.2.3;python_version>="3.6" and python_version<"3.7"
1010
tomli>=2.0.1;python_version>="3.7"
1111
tqdm>=4.64.1
12-
wheel>=0.37.1
12+
wheel>=0.37.1;python_version<"3.7"
13+
wheel>=0.38.1;python_version>="3.7"
1314
attrs>=21.4.0;python_version<"3.6"
1415
attrs>=22.1.0;python_version>="3.6"
1516
PyYAML>=6.0;python_version>="3.6"
@@ -55,7 +56,7 @@ websockets==10.4;python_version>="3.7"
5556
pyopenssl==22.1.0;python_version>="3.7"
5657
wsproto==1.2.0;python_version>="3.7"
5758
selenium==3.141.0;python_version<"3.7"
58-
selenium==4.5.0;python_version>="3.7"
59+
selenium==4.6.0;python_version>="3.7"
5960
msedge-selenium-tools==3.141.3;python_version<"3.7"
6061
more-itertools==5.0.0;python_version<"3.6"
6162
more-itertools==8.14.0;python_version>="3.6" and python_version<"3.7"
@@ -102,7 +103,7 @@ cryptography==38.0.3;python_version>="3.7"
102103
pygments==2.5.2;python_version<"3.6"
103104
pygments==2.13.0;python_version>="3.6"
104105
prompt-toolkit==1.0.18;python_version<"3.6"
105-
prompt-toolkit==3.0.31;python_version>="3.6"
106+
prompt-toolkit==3.0.32;python_version>="3.6"
106107
decorator==4.4.2;python_version<"3.6"
107108
decorator==5.1.1;python_version>="3.6"
108109
ipython==5.10.0;python_version<"3.6"

setup.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,12 @@
131131
'packaging>=21.3;python_version>="3.6"',
132132
'setuptools>=44.1.1;python_version<"3.6"',
133133
'setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"',
134-
'setuptools>=65.5.0;python_version>="3.7"',
134+
'setuptools>=65.5.1;python_version>="3.7"',
135135
'tomli>=1.2.3;python_version>="3.6" and python_version<"3.7"',
136136
'tomli>=2.0.1;python_version>="3.7"',
137137
"tqdm>=4.64.1",
138-
"wheel>=0.37.1",
138+
'wheel>=0.37.1;python_version<"3.7"',
139+
'wheel>=0.38.1;python_version>="3.7"',
139140
'attrs>=21.4.0;python_version<"3.6"',
140141
'attrs>=22.1.0;python_version>="3.6"',
141142
'PyYAML>=6.0;python_version>="3.6"',
@@ -180,7 +181,7 @@
180181
'pyopenssl==22.1.0;python_version>="3.7"',
181182
'wsproto==1.2.0;python_version>="3.7"',
182183
'selenium==3.141.0;python_version<"3.7"',
183-
'selenium==4.5.0;python_version>="3.7"',
184+
'selenium==4.6.0;python_version>="3.7"',
184185
'msedge-selenium-tools==3.141.3;python_version<"3.7"',
185186
'more-itertools==5.0.0;python_version<"3.6"',
186187
'more-itertools==8.14.0;python_version>="3.6" and python_version<"3.7"', # noqa: E501
@@ -227,7 +228,7 @@
227228
'pygments==2.5.2;python_version<"3.6"',
228229
'pygments==2.13.0;python_version>="3.6"',
229230
'prompt-toolkit==1.0.18;python_version<"3.6"',
230-
'prompt-toolkit==3.0.31;python_version>="3.6"',
231+
'prompt-toolkit==3.0.32;python_version>="3.6"',
231232
'decorator==4.4.2;python_version<"3.6"',
232233
'decorator==5.1.1;python_version>="3.6"',
233234
'ipython==5.10.0;python_version<"3.6"',

0 commit comments

Comments
 (0)