Skip to content

Commit 0b190f9

Browse files
chore(deps): update sanic requirement from <26,>=21 to >=25.3.0,<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] <support@github.com>
1 parent da81ecc commit 0b190f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements/adapter.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ setuptools<82 # Pinned: Pyramid depends on pkg_resources (deprecated in setupto
2121
# Note: Sanic imports tracerite with wild card versions
2222
tracerite<1.1.2; python_version<="3.8" # older versions of python are not compatible with tracerite>1.1.2
2323
sanic>=21,<24; python_version<="3.8"
24-
sanic>=21,<26; python_version>"3.8"
24+
sanic>=25.3.0,<26; python_version>"3.8"
2525

2626
starlette>=0.19.1,<0.45; python_version<"3.9"
2727
starlette>=0.49.3,<1; python_version>="3.9"

0 commit comments

Comments
 (0)