Skip to content

Commit 88c80c2

Browse files
Merge branch 'main' into dependabot/pip/chalice-gte-1.33.0-and-lt-2
2 parents 516139e + 62e7ea4 commit 88c80c2

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

requirements/adapter_dev.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
boto3<=2
77

88
# bottle
9-
bottle>=0.12,<1
9+
bottle>=0.13.4,<1
1010

1111
# chalice
1212
chalice>=1.28,<1.31; python_version < "3.9"
@@ -57,9 +57,11 @@ setuptools<82
5757
# sanic
5858
# Note: Sanic pulls in tracerite via a wildcard version, so tracerite is co-pinned here.
5959
# Note: tracerite > 1.1.2 is incompatible with Python <= 3.8 and ships no requires_python, so an explicit ceiling is required.
60+
# Note: sanic 25.12 requires Python >=3.10; 3.9 stays on the older 25.x line.
6061
tracerite<1.1.2; python_version < "3.9"
6162
sanic>=21,<24; python_version < "3.9"
62-
sanic>=25.3.0,<26; python_version >= "3.9"
63+
sanic>=25.3.0,<25.12.0; python_version >= "3.9" and python_version < "3.10"
64+
sanic>=25.12.1,<26; python_version >= "3.10"
6365

6466
# starlette
6567
# Note: starlette 0.49.3 requires Python >=3.9; 3.7/3.8 stay on the older pinned release.

0 commit comments

Comments
 (0)