From 8a9e39a78ba00b91b8f97b34a7efa5decf5bbd57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 11:27:30 +0000 Subject: [PATCH] Bump the pip-version group with 4 updates Bumps the pip-version group with 4 updates: [pytest](https://github.com/pytest-dev/pytest), [h5py](https://github.com/h5py/h5py), [numpy](https://github.com/numpy/numpy) and [pandas](https://github.com/pandas-dev/pandas). Updates `pytest` from 8.3.2 to 8.3.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.3.2...8.3.3) Updates `h5py` from 3.11.0 to 3.12.1 - [Release notes](https://github.com/h5py/h5py/releases) - [Changelog](https://github.com/h5py/h5py/blob/master/docs/release_guide.rst) - [Commits](https://github.com/h5py/h5py/compare/3.11.0...3.12.1) Updates `numpy` from 2.1.0 to 2.1.1 - [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.0...v2.1.1) Updates `pandas` from 2.2.2 to 2.2.3 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.2.2...v2.2.3) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-version - dependency-name: h5py dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-version - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-version - dependency-name: pandas dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-version ... Signed-off-by: dependabot[bot] --- requirements/requirements-test-optional.txt | 6 +++--- requirements/requirements-test.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements/requirements-test-optional.txt b/requirements/requirements-test-optional.txt index 67a8dafd2..9b7a1ead7 100644 --- a/requirements/requirements-test-optional.txt +++ b/requirements/requirements-test-optional.txt @@ -1,4 +1,4 @@ -h5py==3.11.0; implementation_name=='cpython' -numpy==2.1.0 -pandas==2.2.2; implementation_name=='cpython' +h5py==3.12.1; implementation_name=='cpython' +numpy==2.1.1 +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 31496cfcc..d669af373 100644 --- a/requirements/requirements-test.txt +++ b/requirements/requirements-test.txt @@ -1,4 +1,4 @@ coverage==7.6.1 -pytest==8.3.2 +pytest==8.3.3 pytest-cov==5.0.0 pytest-xdist==3.6.1