From f6699c6370b7c88474d4880904abb837de0ad9ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 02:05:15 +0000 Subject: [PATCH] Bump granian from 2.7.5 to 2.7.6 Bumps [granian](https://github.com/emmett-framework/granian) from 2.7.5 to 2.7.6. - [Release notes](https://github.com/emmett-framework/granian/releases) - [Commits](https://github.com/emmett-framework/granian/compare/v2.7.5...v2.7.6) --- updated-dependencies: - dependency-name: granian dependency-version: 2.7.6 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 06bf0cf..f38d774 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "0.9.5" requires-python = ">=3.13" dependencies = [ "Django[argon2]==6.0.6", - "granian==2.7.5", + "granian==2.7.6", "openpyxl==3.1.5", "psycopg[binary,pool]==3.3.4", "redis[hiredis]==8.0.0", diff --git a/requirements.txt b/requirements.txt index 901f176..b520dbc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Django[argon2]==6.0.6 -granian==2.7.5 +granian==2.7.6 openpyxl==3.1.5 psycopg[binary,pool]==3.3.4 redis[hiredis]==8.0.0