File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 33
44regex >= 2024.11.6
55pymdown-extensions >= 10.14.3
6- pipdeptree >= 2.25.0
6+ pipdeptree >= 2.25.1
77python-dateutil >= 2.8.2
88Markdown == 3.7
99click == 8.1.8
Original file line number Diff line number Diff line change 11pip >= 25.0.1
22packaging >= 24.2
33setuptools ~= 70.2 ;python_version < "3.10"
4- setuptools >= 75.8.2 ;python_version >= "3.10"
4+ setuptools >= 76.0.0 ;python_version >= "3.10"
55wheel >= 0.45.1
66attrs >= 25.1.0
77certifi >= 2025.1.31
@@ -11,7 +11,7 @@ websockets>=15.0.1;python_version>="3.9"
1111filelock ~= 3.16.1 ;python_version < "3.9"
1212filelock >= 3.17.0 ;python_version >= "3.9"
1313fasteners >= 0.19
14- mycdp >= 1.1.0
14+ mycdp >= 1.1.1
1515pynose >= 1.5.4
1616platformdirs >= 4.3.6
1717typing-extensions >= 4.12.2
@@ -44,7 +44,8 @@ wsproto==1.2.0
4444websocket-client == 1.8.0
4545selenium == 4.27.1 ;python_version < "3.9"
4646selenium == 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"
4849sortedcontainers == 2.4.0
4950execnet == 2.1.1
5051iniconfig == 2.0.0
Original file line number Diff line number Diff line change 150150 'pip>=25.0.1' ,
151151 'packaging>=24.2' ,
152152 '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"' ,
154154 'wheel>=0.45.1' ,
155155 'attrs>=25.1.0' ,
156156 "certifi>=2025.1.31" ,
160160 'filelock~=3.16.1;python_version<"3.9"' ,
161161 'filelock>=3.17.0;python_version>="3.9"' ,
162162 'fasteners>=0.19' ,
163- "mycdp>=1.1.0 " ,
163+ "mycdp>=1.1.1 " ,
164164 "pynose>=1.5.4" ,
165165 'platformdirs>=4.3.6' ,
166166 'typing-extensions>=4.12.2' ,
193193 'websocket-client==1.8.0' ,
194194 'selenium==4.27.1;python_version<"3.9"' ,
195195 '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"' ,
197198 "sortedcontainers==2.4.0" ,
198199 'execnet==2.1.1' ,
199200 'iniconfig==2.0.0' ,
You can’t perform that action at this time.
0 commit comments