From 8ef32c60bb5999314c2b4c7ce7f6686ac757f4bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 16:05:57 +0000 Subject: [PATCH] Bump sanic-testing from 0.8.3 to 24.6.0 Bumps [sanic-testing](https://github.com/sanic-org/sanic-testing) from 0.8.3 to 24.6.0. - [Release notes](https://github.com/sanic-org/sanic-testing/releases) - [Commits](https://github.com/sanic-org/sanic-testing/compare/v0.8.3...v24.6.0) --- updated-dependencies: - dependency-name: sanic-testing dependency-version: 24.6.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 22ae644..738cf26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,5 +19,5 @@ dev = [ "ipython>=8.18.1", "pytest==8.4.1", "pytest-cov==6.2.1", - "sanic-testing==0.8.3", + "sanic-testing==24.6.0", ]