From d75bdec6d9f56918314904231f1a4b932f80e675 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 22:13:18 +0000 Subject: [PATCH] chore(deps): update sanic-testing requirement from >=0.7 to >=24.6.0 Updates the requirements on [sanic-testing](https://github.com/sanic-org/sanic-testing) to permit the latest version. - [Release notes](https://github.com/sanic-org/sanic-testing/releases) - [Commits](https://github.com/sanic-org/sanic-testing/compare/v0.7.0...v24.6.0) --- updated-dependencies: - dependency-name: sanic-testing dependency-version: 24.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/test_adapter.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test_adapter.txt b/requirements/test_adapter.txt index ecb3741f2..37248debe 100644 --- a/requirements/test_adapter.txt +++ b/requirements/test_adapter.txt @@ -1,4 +1,4 @@ # pip install -r requirements/test_adapter.txt moto>=3,<6 # For AWS tests boddle>=0.2.9,<0.3 # For Bottle app tests -sanic-testing>=0.7 +sanic-testing>=24.6.0