From 8908bd2c42d8d2f831878b93c409382a5c83f223 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 22:13:44 +0000 Subject: [PATCH] Bump numpy from 2.4.4 to 2.4.6 Bumps [numpy](https://github.com/numpy/numpy) from 2.4.4 to 2.4.6. - [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/v2.4.4...v2.4.6) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a6040e7..e3b665c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ dependencies = [ "pydantic==2.13.4", "typing-extensions==4.15.0", "python-dotenv==1.2.2", - "numpy==2.4.4", + "numpy==2.4.6", "scikit-learn==1.8.0", "weaviate-client==4.21.2", "packaging>=26.2",