From 4168c3fa6f8c79acbe0e55152a5aa96122e5eb1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 14:44:41 +0000 Subject: [PATCH] Bump sanic from 21.12.2 to 25.3.0 Bumps [sanic](https://github.com/sanic-org/sanic) from 21.12.2 to 25.3.0. - [Release notes](https://github.com/sanic-org/sanic/releases) - [Commits](https://github.com/sanic-org/sanic/compare/v21.12.2...v25.3.0) --- updated-dependencies: - dependency-name: sanic dependency-version: 25.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 22ae644..23bbe04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ requires-python = ">=3.9" dependencies = [ "docker==7.0.0", "requests==2.31.0", - "sanic==21.12.2", + "sanic==25.3.0", "uvloop==0.19.0", "websocket-client==1.7.0", "websockets==10.0", diff --git a/requirements.txt b/requirements.txt index 80844d9..0b7403d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ requests==2.31.0 # via # jobrunner (pyproject.toml) # docker -sanic==21.12.2 +sanic==25.3.0 # via jobrunner (pyproject.toml) sanic-routing==0.7.2 # via sanic