Skip to content

Commit 07190c7

Browse files
committed
Refresh Python dependencies
1 parent e4d99b6 commit 07190c7

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

requirements.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pip>=20.3.4;python_version<"3.6"
22
pip>=21.3.1;python_version>="3.6" and python_version<"3.7"
3-
pip>=22.2.2;python_version>="3.7"
3+
pip>=22.3;python_version>="3.7"
44
packaging>=20.9;python_version<"3.6"
55
packaging>=21.3;python_version>="3.6"
66
setuptools>=44.1.1;python_version<"3.6"
@@ -14,7 +14,7 @@ attrs>=21.4.0;python_version<"3.6"
1414
attrs>=22.1.0;python_version>="3.6"
1515
PyYAML>=6.0;python_version>="3.6"
1616
traitlets>=4.3.3;python_version<"3.7"
17-
traitlets>=5.4.0;python_version>="3.7"
17+
traitlets>=5.5.0;python_version>="3.7"
1818
certifi>=2021.10.8;python_version<"3.6"
1919
certifi>=2022.9.24;python_version>="3.6"
2020
filelock>=3.2.1;python_version<"3.6"
@@ -58,7 +58,8 @@ selenium==3.141.0;python_version<"3.7"
5858
selenium==4.5.0;python_version>="3.7"
5959
msedge-selenium-tools==3.141.3;python_version<"3.7"
6060
more-itertools==5.0.0;python_version<"3.6"
61-
more-itertools==8.14.0;python_version>="3.6"
61+
more-itertools==8.14.0;python_version>="3.6" and python_version<"3.7"
62+
more-itertools==9.0.0;python_version>="3.7"
6263
cssselect==1.1.0
6364
sortedcontainers==2.4.0
6465
fasteners==0.16;python_version<"3.6"

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
install_requires=[
127127
'pip>=20.3.4;python_version<"3.6"',
128128
'pip>=21.3.1;python_version>="3.6" and python_version<"3.7"',
129-
'pip>=22.2.2;python_version>="3.7"',
129+
'pip>=22.3;python_version>="3.7"',
130130
'packaging>=20.9;python_version<"3.6"',
131131
'packaging>=21.3;python_version>="3.6"',
132132
'setuptools>=44.1.1;python_version<"3.6"',
@@ -140,7 +140,7 @@
140140
'attrs>=22.1.0;python_version>="3.6"',
141141
'PyYAML>=6.0;python_version>="3.6"',
142142
'traitlets>=4.3.3;python_version<"3.7"',
143-
'traitlets>=5.4.0;python_version>="3.7"',
143+
'traitlets>=5.5.0;python_version>="3.7"',
144144
'certifi>=2021.10.8;python_version<"3.6"',
145145
'certifi>=2022.9.24;python_version>="3.6"',
146146
'filelock>=3.2.1;python_version<"3.6"',
@@ -183,7 +183,8 @@
183183
'selenium==4.5.0;python_version>="3.7"',
184184
'msedge-selenium-tools==3.141.3;python_version<"3.7"',
185185
'more-itertools==5.0.0;python_version<"3.6"',
186-
'more-itertools==8.14.0;python_version>="3.6"',
186+
'more-itertools==8.14.0;python_version>="3.6" and python_version<"3.7"', # noqa: E501
187+
'more-itertools==9.0.0;python_version>="3.7"',
187188
"cssselect==1.1.0",
188189
"sortedcontainers==2.4.0",
189190
'fasteners==0.16;python_version<"3.6"',

0 commit comments

Comments
 (0)