From 990ee58a940115641b80fa054afb9be006db0622 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 21:36:01 +0000 Subject: [PATCH] Update chatnoir-pyterrier requirement from ~=3.0.4 to ~=3.1.2 Updates the requirements on [chatnoir-pyterrier](https://github.com/chatnoir-eu/chatnoir-pyterrier) to permit the latest version. - [Release notes](https://github.com/chatnoir-eu/chatnoir-pyterrier/releases) - [Commits](https://github.com/chatnoir-eu/chatnoir-pyterrier/compare/3.0.4...3.1.2) --- updated-dependencies: - dependency-name: chatnoir-pyterrier 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 99b96e1..a6491f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires-python = ">=3.10" dependencies = [ "annotated-types~=0.7.0", "cachecontrol[filecache]~=0.14.1", - "chatnoir-pyterrier~=3.0.4", + "chatnoir-pyterrier~=3.1.2", "click~=8.1", # Temporary fix of https://github.com/doccano/doccano-client/issues/158 "doccano-client @ git+https://github.com/janheinrichmerker/doccano-client.git@c36a6284e941f774ed1eafb198933d51fb05caec",