Skip to content

Commit 12d2b5e

Browse files
Update sanic requirement from <23,>=22 to >=22,<24 (#1055)
Updates the requirements on [sanic](https://github.com/sanic-org/sanic) to permit the latest version. - [Release notes](https://github.com/sanic-org/sanic/releases) - [Commits](sanic-org/sanic@v22.3.0...v23.12.1) --- updated-dependencies: - dependency-name: sanic dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2f94d43 commit 12d2b5e

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
@@ -14,7 +14,7 @@ Flask>=1,<4
1414
Werkzeug>=2,<4
1515
pyramid>=1,<3
1616
sanic>=20,<21; python_version=="3.6"
17-
sanic>=22,<23; python_version>"3.6"
17+
sanic>=22,<24; python_version>"3.6"
1818
starlette>=0.14,<1
1919
tornado>=6,<7
2020
uvicorn<1 # The oldest version can vary among Python runtime versions

0 commit comments

Comments
 (0)