From 221ee5ab07b038a36d1be5fe2f30548c14dd7313 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 03:01:36 +0000 Subject: [PATCH] build(deps): bump numpy from 1.21.6 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.21.6 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.21.6...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-version: 1.22.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 52f8ae8..41eece6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ ffmpeg_python==0.2.0 librosa==0.9.1 more_itertools==10.6.0 numba>=0.55.1 -numpy>=1.21.6, <1.26.4 +numpy>=1.21.6, <2.0.3 pysrt==1.1.2 six==1.16.0 tiktoken==0.4.0