From ed7b204f8d4a7c447780ccb89e3d0ab6b8fd6400 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 12:47:48 +0000 Subject: [PATCH] Update fastwarc requirement from ~=0.14.0 to ~=0.15.1 Updates the requirements on [fastwarc](https://github.com/chatnoir-eu/chatnoir-resiliparse) to permit the latest version. - [Commits](https://github.com/chatnoir-eu/chatnoir-resiliparse/compare/v0.14.0...v0.15.1) --- updated-dependencies: - dependency-name: fastwarc 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 2cbefe6..cb2c45a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "dataclasses-json~=0.6.0", "diskcache~=5.4", "fasttext-langdetect~=1.0", - "fastwarc~=0.14.0", + "fastwarc~=0.15.1", "flake8~=7.0", "fasttext @ git+https://github.com/cfculhane/fastText.git@4a44513", "joblib~=1.2",