From 686a04e9bc9e1928df477f441c8df84544d5826f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 07:25:41 +0000 Subject: [PATCH] Update injector requirement from ~=0.22.0 to >=0.22,<0.25 Updates the requirements on [injector](https://github.com/alecthomas/injector) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8788b25..866a760 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "fasttext~=0.9.3", "frozendict~=2.4", "huggingface-hub[hf_xet]>=0.30.1,<1.2.0", - "injector~=0.22.0", + "injector>=0.22,<0.25", "ir-datasets~=0.5.9", # TODO: Make this an optional dependency and expose dependent interfaces only if installed. "joblib~=1.4", "language-tool-python>=2.8,<4.0", # TODO: Make this an optional dependency and expose dependent interfaces only if installed.