Skip to content

Commit

Permalink
chore(deps): update sanic requirement from <24,>=22 to >=22,<25 (#1233)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] and WilliamBergamin authored Jan 7, 2025
1 parent 81c5a59 commit 4fce092
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements/adapter.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ Flask>=1,<4
Werkzeug>=2,<4
pyramid>=1,<3
sanic>=20,<21; python_version=="3.6"
sanic>=22,<24; python_version>"3.6"
sanic>=21,<24; python_version>"3.6" and python_version<="3.8"
sanic>=21,<25; python_version>"3.8"
starlette>=0.14,<1
tornado>=6,<7
uvicorn<1 # The oldest version can vary among Python runtime versions
Expand Down

0 comments on commit 4fce092

Please sign in to comment.