From 7478db3e32c62d76031660f196887b0eef8d3ca4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 22:49:25 +0000 Subject: [PATCH] Bump numexpr from 2.8.4 to 2.8.5 Bumps [numexpr](https://github.com/pydata/numexpr) from 2.8.4 to 2.8.5. - [Release notes](https://github.com/pydata/numexpr/releases) - [Changelog](https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst) - [Commits](https://github.com/pydata/numexpr/compare/v2.8.4...v2.8.5) --- updated-dependencies: - dependency-name: numexpr dependency-version: 2.8.5 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 8c431b8..8bae8c0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ numpy==1.24.2 -numexpr==2.8.4 +numexpr==2.8.5 opencv-python==4.7.0.72 requests==2.28.2 tqdm==4.65.0