From e95b0fba3cd9a969f791a27b313a09e0ea762e7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 23:16:46 +0000 Subject: [PATCH] chore(deps): bump numpy from 2.2.3 to 2.4.3 Bumps [numpy](https://github.com/numpy/numpy) from 2.2.3 to 2.4.3. - [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.2.3...v2.4.3) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.3 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 caa023d8b..d04de0a8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "httpx==0.28.1", "lxml==5.3.1", "networkx==3.4.2", - "numpy==2.2.3", + "numpy==2.4.3", "pandas==2.2.3", "psycopg2==2.9.10", "PyYAML==6.0.2",