File tree 3 files changed +9
-7
lines changed
3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 3
3
4
4
regex >= 2024.11.6
5
5
pymdown-extensions >= 10.14.3
6
- pipdeptree >= 2.25.0
6
+ pipdeptree >= 2.25.1
7
7
python-dateutil >= 2.8.2
8
8
Markdown == 3.7
9
9
click == 8.1.8
Original file line number Diff line number Diff line change 1
1
pip >= 25.0.1
2
2
packaging >= 24.2
3
3
setuptools ~= 70.2 ;python_version < "3.10"
4
- setuptools >= 75.8.2 ;python_version >= "3.10"
4
+ setuptools >= 76.0.0 ;python_version >= "3.10"
5
5
wheel >= 0.45.1
6
6
attrs >= 25.1.0
7
7
certifi >= 2025.1.31
@@ -11,7 +11,7 @@ websockets>=15.0.1;python_version>="3.9"
11
11
filelock ~= 3.16.1 ;python_version < "3.9"
12
12
filelock >= 3.17.0 ;python_version >= "3.9"
13
13
fasteners >= 0.19
14
- mycdp >= 1.1.0
14
+ mycdp >= 1.1.1
15
15
pynose >= 1.5.4
16
16
platformdirs >= 4.3.6
17
17
typing-extensions >= 4.12.2
@@ -44,7 +44,8 @@ wsproto==1.2.0
44
44
websocket-client == 1.8.0
45
45
selenium == 4.27.1 ;python_version < "3.9"
46
46
selenium == 4.29.0 ;python_version >= "3.9"
47
- cssselect == 1.2.0
47
+ cssselect == 1.2.0 ;python_version < "3.9"
48
+ cssselect == 1.3.0 ;python_version >= "3.9"
48
49
sortedcontainers == 2.4.0
49
50
execnet == 2.1.1
50
51
iniconfig == 2.0.0
Original file line number Diff line number Diff line change 150
150
'pip>=25.0.1' ,
151
151
'packaging>=24.2' ,
152
152
'setuptools~=70.2;python_version<"3.10"' , # Newer ones had issues
153
- 'setuptools>=75.8.2 ;python_version>="3.10"' ,
153
+ 'setuptools>=76.0.0 ;python_version>="3.10"' ,
154
154
'wheel>=0.45.1' ,
155
155
'attrs>=25.1.0' ,
156
156
"certifi>=2025.1.31" ,
160
160
'filelock~=3.16.1;python_version<"3.9"' ,
161
161
'filelock>=3.17.0;python_version>="3.9"' ,
162
162
'fasteners>=0.19' ,
163
- "mycdp>=1.1.0 " ,
163
+ "mycdp>=1.1.1 " ,
164
164
"pynose>=1.5.4" ,
165
165
'platformdirs>=4.3.6' ,
166
166
'typing-extensions>=4.12.2' ,
193
193
'websocket-client==1.8.0' ,
194
194
'selenium==4.27.1;python_version<"3.9"' ,
195
195
'selenium==4.29.0;python_version>="3.9"' ,
196
- 'cssselect==1.2.0' ,
196
+ 'cssselect==1.2.0;python_version<"3.9"' ,
197
+ 'cssselect==1.3.0;python_version>="3.9"' ,
197
198
"sortedcontainers==2.4.0" ,
198
199
'execnet==2.1.1' ,
199
200
'iniconfig==2.0.0' ,
You can’t perform that action at this time.
0 commit comments