From dd9cd148b7389ce1183a2ba82f539729960f34f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 19:38:47 +0000 Subject: [PATCH] Bump more-itertools from 9.0.0 to 10.2.0 Bumps [more-itertools](https://github.com/more-itertools/more-itertools) from 9.0.0 to 10.2.0. - [Release notes](https://github.com/more-itertools/more-itertools/releases) - [Commits](https://github.com/more-itertools/more-itertools/compare/v9.0.0...v10.2.0) --- updated-dependencies: - dependency-name: more-itertools dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements_full.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3de2056d..f6bed791 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ full = [ "numpy==1.24.2", "scipy==1.10.1", "huggingface-hub==0.12.1", - "more-itertools==9.0.0", + "more-itertools==10.2.0", "ffmpeg-python==0.2.0", "sentence-transformers==2.2.2", "openai-whisper", diff --git a/requirements_full.txt b/requirements_full.txt index bfedc779..6850adcd 100644 --- a/requirements_full.txt +++ b/requirements_full.txt @@ -2,5 +2,5 @@ tokenizers==0.13.3 numpy==1.24.2 scipy==1.10.1 huggingface-hub==0.12.1 -more-itertools==9.0.0 +more-itertools==10.2.0 ffmpeg-python==0.2.0