From 52f585acb8207b9c8879cfe8ab2384f811f0a0ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 09:51:49 +0000 Subject: [PATCH] chore(deps)(deps): update dishka requirement from >=1.7.2 to >=1.9.1 Updates the requirements on [dishka](https://github.com/reagento/dishka) to permit the latest version. - [Release notes](https://github.com/reagento/dishka/releases) - [Commits](https://github.com/reagento/dishka/compare/1.7.2...1.9.1) --- updated-dependencies: - dependency-name: dishka dependency-version: 1.9.1 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 0d450fa..97bc8a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "A template for building web applications with Python." readme = "README.md" requires-python = ">=3.13" dependencies = [ - "dishka>=1.7.2", + "dishka>=1.9.1", "fastapi>=0.128.0", "loguru>=0.7.3", "pydantic>=2.12.5",