From e0f90739b1e00940cb4f6cef5fb894805f2352eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 00:38:45 +0000 Subject: [PATCH] Bump numpy from 1.21.5 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.21.5 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.5...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-version: 1.22.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 50b7f63..5e6a4b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ "pydantic-core==2.33.2", "typing-extensions==4.15.0", "typing-inspection==0.4.1", - "numpy==1.21.5", # tf_transformations requires this specific version + "numpy==1.22.0", # tf_transformations requires this specific version "scipy==1.7.3", "opencv-python>=4.8.0,<4.10.0", "apriltag==0.0.16",