Skip to content

Commit 4182e35

Browse files
committed
Update dependencies
1 parent 0301586 commit 4182e35

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

scripts/populate_tox/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"python": ">=3.6",
9999
"deps": {
100100
"*": ["websockets<11.0", "aiohttp"],
101-
">=24.6": ["sanic_testing"],
101+
">=22.0": ["sanic_testing"],
102102
"py3.6": ["aiocontextvars==0.2.1"],
103103
},
104104
},

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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-03-20T12:36:00.418187+00:00
13+
# Last generated: 2025-03-20T13:04:24.595484+00:00
1414

1515
[tox]
1616
requires =
@@ -699,6 +699,8 @@ deps =
699699
sanic-v24.12.0: sanic==24.12.0
700700
sanic: websockets<11.0
701701
sanic: aiohttp
702+
sanic-v22.12.0: sanic_testing
703+
sanic-v23.12.2: sanic_testing
702704
sanic-v24.6.0: sanic_testing
703705
sanic-v24.12.0: sanic_testing
704706
py3.6-sanic: aiocontextvars==0.2.1

0 commit comments

Comments
 (0)