File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed
Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 259259 "sanic" : {
260260 "package" : "sanic" ,
261261 "deps" : {
262- "*" : ["websockets<11.0" , "aiohttp" , "sanic_testing" ],
263- "<=22.12.0 " : ["sanic_testing<22.9 " ],
262+ "*" : ["websockets<11.0" , "aiohttp" ],
263+ ">=23 " : ["sanic-testing " ],
264264 "py3.6" : ["aiocontextvars==0.2.1" ],
265265 "py3.8" : ["tracerite<1.1.2" ],
266266 },
Original file line number Diff line number Diff line change 1010# The file (and all resulting CI YAMLs) then need to be regenerated via
1111# "scripts/generate-test-files.sh".
1212#
13- # Last generated: 2025-09-17T11:33:05.337155 +00:00
13+ # Last generated: 2025-09-17T11:36:28.004299 +00:00
1414
1515[tox]
1616requires =
@@ -778,10 +778,7 @@ deps =
778778 sanic-v25.3.0: sanic ==25.3.0
779779 sanic: websockets<11.0
780780 sanic: aiohttp
781- sanic: sanic_testing
782- sanic-v0.8.3: sanic_testing<22.9
783- sanic-v19.12.5: sanic_testing<22.9
784- sanic-v22.12.0: sanic_testing<22.9
781+ sanic-v25.3.0: sanic-testing
785782 {py3.6}-sanic: aiocontextvars ==0.2.1
786783 {py3.8}-sanic: tracerite<1.1.2
787784
You can’t perform that action at this time.
0 commit comments