Skip to content

Commit bddebca

Browse files
chore(deps): update sanic requirement from <26,>=21 to >=25.3.0,<26 (#1506)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a51cefd commit bddebca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements/adapter.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ setuptools<82 # Pinned: Pyramid depends on pkg_resources (deprecated in setupto
2121
# Note: Sanic imports tracerite with wild card versions
2222
tracerite<1.1.2; python_version<="3.8" # older versions of python are not compatible with tracerite>1.1.2
2323
sanic>=21,<24; python_version<="3.8"
24-
sanic>=21,<26; python_version>"3.8"
24+
sanic>=25.3.0,<26; python_version>"3.8"
2525

2626
starlette>=0.19.1,<0.45; python_version<"3.9"
2727
starlette>=0.49.3,<1; python_version>="3.9"

0 commit comments

Comments
 (0)