Skip to content

Commit 24ad3df

Browse files
committed
Updated dependencies
1 parent 4182e35 commit 24ad3df

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-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-
">=22.0": ["sanic_testing"],
101+
">=21.3.0": ["sanic_testing"],
102102
"py3.6": ["aiocontextvars==0.2.1"],
103103
},
104104
},

tox.ini

Lines changed: 2 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-20T13:04:24.595484+00:00
13+
# Last generated: 2025-03-20T13:22:01.066551+00:00
1414

1515
[tox]
1616
requires =
@@ -699,6 +699,7 @@ deps =
699699
sanic-v24.12.0: sanic==24.12.0
700700
sanic: websockets<11.0
701701
sanic: aiohttp
702+
sanic-v21.12.2: sanic_testing
702703
sanic-v22.12.0: sanic_testing
703704
sanic-v23.12.2: sanic_testing
704705
sanic-v24.6.0: sanic_testing

0 commit comments

Comments
 (0)