From 855281074033a1959cf08ea7d6bf92487e4da3b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 17:19:32 +0000 Subject: [PATCH] Chore(deps): Update granian requirement from ~=1.7.6 to ~=2.0.1 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/v1.7.6...v2.0.1) --- updated-dependencies: - dependency-name: granian dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ac6266684..908bcfb65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,7 @@ optional-dependencies.postgres = [ "psycopg-c==3.2.5", ] optional-dependencies.webserver = [ - "granian~=1.7.6", + "granian~=2.0.1", ] [dependency-groups]