From 1da04824392f67ff3254abebc8685f3889877501 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 02:08:58 +0000 Subject: [PATCH] Update granian requirement from <3,>=2.7.3 to >=2.7.4,<3 Updates the requirements on [granian](https://github.com/emmett-framework/granian) to permit the latest version. - [Release notes](https://github.com/emmett-framework/granian/releases) - [Commits](https://github.com/emmett-framework/granian/compare/v2.7.3...v2.7.4) --- updated-dependencies: - dependency-name: granian dependency-version: 2.7.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 17cdf1c..73ba935 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Django[argon2]>=6.0.4,<6.1 -granian>=2.7.3,<3 +granian>=2.7.4,<3 openpyxl>=3.1.5,<3.2 psycopg[binary,pool]>=3.3.3,<3.4 redis[hiredis]>=7.4.0,<8