From 886ec7ea33c37a1f33939add956af89228273b44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 08:08:13 -0400 Subject: [PATCH] Bump the pip-version group with 2 updates (#1008) Bumps the pip-version group with 2 updates: [numpy](https://github.com/numpy/numpy) and [coverage](https://github.com/nedbat/coveragepy). Updates `numpy` from 2.1.1 to 2.1.2 - [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.1.1...v2.1.2) Updates `coverage` from 7.6.1 to 7.6.4 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.6.1...7.6.4) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-version - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-version ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/requirements-test-optional.txt | 2 +- requirements/requirements-test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/requirements-test-optional.txt b/requirements/requirements-test-optional.txt index 9b7a1ead7..a604bfd1a 100644 --- a/requirements/requirements-test-optional.txt +++ b/requirements/requirements-test-optional.txt @@ -1,4 +1,4 @@ h5py==3.12.1; implementation_name=='cpython' -numpy==2.1.1 +numpy==2.1.2 pandas==2.2.3; implementation_name=='cpython' tables==3.10.1; implementation_name=='cpython' and platform_machine != "arm64" or platform_system != "Darwin" diff --git a/requirements/requirements-test.txt b/requirements/requirements-test.txt index d669af373..659ab1c94 100644 --- a/requirements/requirements-test.txt +++ b/requirements/requirements-test.txt @@ -1,4 +1,4 @@ -coverage==7.6.1 +coverage==7.6.4 pytest==8.3.3 pytest-cov==5.0.0 pytest-xdist==3.6.1