From dfc50d2c708e96f11ee2bd36eee76eca1b21f7db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 02:12:46 +0000 Subject: [PATCH] Bump granian from 2.7.4 to 2.7.5 Bumps [granian](https://github.com/emmett-framework/granian) from 2.7.4 to 2.7.5. - [Release notes](https://github.com/emmett-framework/granian/releases) - [Commits](https://github.com/emmett-framework/granian/compare/v2.7.4...v2.7.5) --- updated-dependencies: - dependency-name: granian dependency-version: 2.7.5 dependency-type: direct:production update-type: version-update:semver-patch ... 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 756466c..7083cb9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "0.9.5" requires-python = ">=3.13" dependencies = [ "Django[argon2]==6.0.5", - "granian==2.7.4", + "granian==2.7.5", "openpyxl==3.1.5", "psycopg[binary,pool]==3.3.4", "redis[hiredis]==7.4.0", diff --git a/requirements.txt b/requirements.txt index 949a943..3234277 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Django[argon2]==6.0.5 -granian==2.7.4 +granian==2.7.5 openpyxl==3.1.5 psycopg[binary,pool]==3.3.4 redis[hiredis]==7.4.0