From d1fb1e6ead41bfe3ab142cc70c80dec647150119 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 00:52:55 +0000 Subject: [PATCH] Bump injector from 0.22.0 to 0.24.0 Bumps [injector](https://github.com/alecthomas/injector) from 0.22.0 to 0.24.0. - [Release notes](https://github.com/alecthomas/injector/releases) - [Changelog](https://github.com/python-injector/injector/blob/master/CHANGES) - [Commits](https://github.com/alecthomas/injector/compare/0.22.0...0.24.0) --- updated-dependencies: - dependency-name: injector dependency-version: 0.24.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 16d882c6..26537d72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ classifiers = [ ] dependencies = [ - "injector == 0.22.0", + "injector == 0.24.0", "starlette == 0.49.3", "pydantic >=2.5.1,<3.0.0", "typing-extensions>=4.8.0",