File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11pip >= 25.0.1
22packaging >= 25.0
33setuptools ~= 70.2 ;python_version < "3.10"
4- setuptools >= 78.1.1 ;python_version >= "3.10"
4+ setuptools >= 79.0.0 ;python_version >= "3.10"
55wheel >= 0.45.1
66attrs >= 25.3.0
77certifi >= 2025.1.31
@@ -39,7 +39,7 @@ sniffio==1.3.1
3939h11 == 0.14.0
4040outcome == 1.3.0.post0
4141trio == 0.27.0 ;python_version < "3.9"
42- trio == 0.29 .0 ;python_version >= "3.9"
42+ trio == 0.30 .0 ;python_version >= "3.9"
4343trio-websocket == 0.12.2
4444wsproto == 1.2.0
4545websocket-client == 1.8.0
@@ -60,7 +60,7 @@ pytest-rerunfailures==15.0;python_version>="3.9"
6060pytest-xdist == 3.6.1
6161parameterized == 0.9.0
6262behave == 1.2.6
63- soupsieve == 2.6
63+ soupsieve == 2.7
6464beautifulsoup4 == 4.13.4
6565pyotp == 2.9.0
6666python-xlib == 0.33 ;platform_system == "Linux"
Original file line number Diff line number Diff line change 150150 'pip>=25.0.1' ,
151151 'packaging>=25.0' ,
152152 'setuptools~=70.2;python_version<"3.10"' , # Newer ones had issues
153- 'setuptools>=78.1.1 ;python_version>="3.10"' ,
153+ 'setuptools>=79.0.0 ;python_version>="3.10"' ,
154154 'wheel>=0.45.1' ,
155155 'attrs>=25.3.0' ,
156156 "certifi>=2025.1.31" ,
188188 'h11==0.14.0' ,
189189 'outcome==1.3.0.post0' ,
190190 'trio==0.27.0;python_version<"3.9"' ,
191- 'trio==0.29 .0;python_version>="3.9"' ,
191+ 'trio==0.30 .0;python_version>="3.9"' ,
192192 'trio-websocket==0.12.2' ,
193193 'wsproto==1.2.0' ,
194194 'websocket-client==1.8.0' ,
209209 'pytest-xdist==3.6.1' ,
210210 'parameterized==0.9.0' ,
211211 "behave==1.2.6" ,
212- 'soupsieve==2.6 ' ,
212+ 'soupsieve==2.7 ' ,
213213 "beautifulsoup4==4.13.4" ,
214214 'pyotp==2.9.0' ,
215215 'python-xlib==0.33;platform_system=="Linux"' ,
You can’t perform that action at this time.
0 commit comments