Skip to content

Commit 08fd864

Browse files
chore(deps): update sanic requirement from <25,>=21 to >=21,<26 (#1285)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e1ac14f commit 08fd864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/adapter.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Werkzeug>=2,<4
1515
pyramid>=1,<3
1616
sanic>=20,<21; python_version=="3.6"
1717
sanic>=21,<24; python_version>"3.6" and python_version<="3.8"
18-
sanic>=21,<25; python_version>"3.8"
18+
sanic>=21,<26; python_version>"3.8"
1919
starlette>=0.19.1,<1
2020
tornado>=6,<7
2121
uvicorn<1 # The oldest version can vary among Python runtime versions

0 commit comments

Comments
 (0)