From c5692688f4d8efe3f305b2f1a1b4c269e10c0c01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 21:54:41 +0000 Subject: [PATCH] build: bump ctranslate2 from 4.6.0 to 4.7.0 Bumps [ctranslate2](https://github.com/OpenNMT/CTranslate2) from 4.6.0 to 4.7.0. - [Release notes](https://github.com/OpenNMT/CTranslate2/releases) - [Changelog](https://github.com/OpenNMT/CTranslate2/blob/master/CHANGELOG.md) - [Commits](https://github.com/OpenNMT/CTranslate2/compare/v4.6.0...v4.7.0) --- updated-dependencies: - dependency-name: ctranslate2 dependency-version: 4.7.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 fd62d6b2..fa0fd0c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -124,7 +124,7 @@ dependencies = [ "timm", "bitsandbytes; sys_platform != 'darwin' or platform_machine != 'arm64'", "optimum-quanto>=0.2.5", - "ctranslate2==4.6.0", + "ctranslate2==4.7.0", "whisper-s2t==1.3.1", "hqq==0.2.7.post1", "torchao>=0.12.0", #ref: https://github.com/pytorch/ao/issues/2919#issue-3375688762