Skip to content

Commit 4fce092

Browse files
chore(deps): update sanic requirement from <24,>=22 to >=22,<25 (#1233)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: William Bergamin <[email protected]>
1 parent 81c5a59 commit 4fce092

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements/adapter.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ Flask>=1,<4
1414
Werkzeug>=2,<4
1515
pyramid>=1,<3
1616
sanic>=20,<21; python_version=="3.6"
17-
sanic>=22,<24; python_version>"3.6"
17+
sanic>=21,<24; python_version>"3.6" and python_version<="3.8"
18+
sanic>=21,<25; python_version>"3.8"
1819
starlette>=0.14,<1
1920
tornado>=6,<7
2021
uvicorn<1 # The oldest version can vary among Python runtime versions

0 commit comments

Comments
 (0)