From b5685467cca978beffa419dc5c2a3eedd42e9026 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 15:34:16 +0000 Subject: [PATCH] chore(deps): Bump sanic in /tests in the pip group across 1 directory Bumps the pip group with 1 update in the /tests directory: [sanic](https://github.com/sanic-org/sanic). Updates `sanic` from 21.6.2 to 21.12.2 - [Release notes](https://github.com/sanic-org/sanic/releases) - [Commits](https://github.com/sanic-org/sanic/compare/v21.6.2...v21.12.2) --- updated-dependencies: - dependency-name: sanic dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- tests/requirements-310.txt | 2 +- tests/requirements-312.txt | 2 +- tests/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/requirements-310.txt b/tests/requirements-310.txt index bd62a329..e7170f4b 100644 --- a/tests/requirements-310.txt +++ b/tests/requirements-310.txt @@ -33,7 +33,7 @@ pytz>=2024.1 redis>=3.5.3 requests-mock responses<=0.17.0 -sanic==21.6.2 +sanic==21.12.2 sqlalchemy>=2.0.0 uvicorn>=0.13.4 diff --git a/tests/requirements-312.txt b/tests/requirements-312.txt index 803f33f6..0d3c313c 100644 --- a/tests/requirements-312.txt +++ b/tests/requirements-312.txt @@ -33,7 +33,7 @@ pytz>=2024.1 redis>=3.5.3 requests-mock responses<=0.17.0 -sanic==21.6.2 +sanic==21.12.2 sqlalchemy>=2.0.0 uvicorn>=0.13.4 diff --git a/tests/requirements.txt b/tests/requirements.txt index 91496975..ae61df54 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -32,7 +32,7 @@ pytz>=2024.1 redis>=3.5.3 requests-mock responses<=0.17.0 -sanic==21.6.2 +sanic==21.12.2 sqlalchemy>=2.0.0 tornado>=4.5.3,<6.0 uvicorn>=0.13.4