From 67324f5c81a92138756c7fddc1994e36fae244ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 13:21:44 +0000 Subject: [PATCH] Bump sanic-routing from 0.7.2 to 23.12.0 Bumps [sanic-routing](https://github.com/sanic-org/sanic-routing) from 0.7.2 to 23.12.0. - [Release notes](https://github.com/sanic-org/sanic-routing/releases) - [Commits](https://github.com/sanic-org/sanic-routing/compare/v0.7.2...v23.12.0) --- updated-dependencies: - dependency-name: sanic-routing dependency-version: 23.12.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 80844d9..7a4788f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ requests==2.31.0 # docker sanic==21.12.2 # via jobrunner (pyproject.toml) -sanic-routing==0.7.2 +sanic-routing==23.12.0 # via sanic ujson==5.10.0 # via sanic