Skip to content

Commit 0f0183b

Browse files
chore(deps): update sanic requirement from <25,>=21 to >=21,<26
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@v21.3.0...v25.3.0) --- updated-dependencies: - dependency-name: sanic dependency-version: 25.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e1ac14f commit 0f0183b

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)