From 3488d956d70255ca5504cf5de287814587e74bfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 21:38:41 +0000 Subject: [PATCH] chore(deps): update sanic requirement from <24,>=22 to >=22,<25 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](https://github.com/sanic-org/sanic/compare/v22.3.0...v24.12.0) --- updated-dependencies: - dependency-name: sanic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/adapter.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/adapter.txt b/requirements/adapter.txt index 4b2cffbb..68bd6f53 100644 --- a/requirements/adapter.txt +++ b/requirements/adapter.txt @@ -14,7 +14,7 @@ Flask>=1,<4 Werkzeug>=2,<4 pyramid>=1,<3 sanic>=20,<21; python_version=="3.6" -sanic>=22,<24; python_version>"3.6" +sanic>=22,<25; python_version>"3.6" starlette>=0.14,<1 tornado>=6,<7 uvicorn<1 # The oldest version can vary among Python runtime versions