From b0612c13f5aff52dff8a3192dc19f12fbf2d266d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 07:26:27 +0000 Subject: [PATCH] Bump numpy from 2.2.2 to 2.2.3 Bumps [numpy](https://github.com/numpy/numpy) from 2.2.2 to 2.2.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.2...v2.2.3) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 6ee490eb..74410d8c 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,7 +1,7 @@ coverage==7.6.11 flake8==7.1.1 mypy==1.14.1 -numpy==2.2.2 +numpy==2.2.3 pre-commit==4.1.0 pytest==8.3.4 pytest-cov==6.0.0 diff --git a/setup.cfg b/setup.cfg index 464e14b7..db2d3bfc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -47,7 +47,7 @@ testing = coverage==7.6.11 flake8==7.1.1 mypy==1.14.1 - numpy==2.2.2 + numpy==2.2.3 pytest==8.3.4 pytest-cov==6.0.0 tox==4.24.1