From f67149a008de7a1b0ce257a8e5fd37906f96a877 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 05:20:10 +0000 Subject: [PATCH] Bump the requirements group across 1 directory with 3 updates Bumps the requirements group with 3 updates in the / directory: [pytest](https://github.com/pytest-dev/pytest), [redis](https://github.com/redis/redis-py) and [h5py](https://github.com/h5py/h5py). Updates `pytest` from 8.3.5 to 8.4.0 - [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.5...8.4.0) Updates `redis` from 6.1.0 to 6.2.0 - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](https://github.com/redis/redis-py/compare/v6.1.0...v6.2.0) Updates `h5py` from 3.13.0 to 3.14.0 - [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.13.0...3.14.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: requirements - dependency-name: redis dependency-version: 6.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: requirements - dependency-name: h5py dependency-version: 3.14.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: requirements ... Signed-off-by: dependabot[bot] --- requirements_dev_minimal.txt | 2 +- requirements_dev_optional.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements_dev_minimal.txt b/requirements_dev_minimal.txt index 73115eb85f..f29be099c4 100644 --- a/requirements_dev_minimal.txt +++ b/requirements_dev_minimal.txt @@ -5,4 +5,4 @@ numcodecs==0.15.1 msgpack-python==0.5.6 setuptools-scm==8.3.1 # test requirements -pytest==8.3.5 +pytest==8.4.0 diff --git a/requirements_dev_optional.txt b/requirements_dev_optional.txt index f5d051c217..18086e9408 100644 --- a/requirements_dev_optional.txt +++ b/requirements_dev_optional.txt @@ -5,7 +5,7 @@ lmdb==1.6.2; sys_platform != 'win32' ipytree==0.2.2 ipywidgets==8.1.7 azure-storage-blob==12.24.1 -redis==6.1.0 +redis==6.2.0 types-redis types-setuptools pymongo==4.12.1 @@ -14,7 +14,7 @@ coverage pytest-cov==6.1.1 pytest-doctestplus==1.4.0 pytest-timeout==2.4.0 -h5py==3.13.0 +h5py==3.14.0 fsspec==2023.12.2 s3fs==2023.12.2 moto[server]>=5.0.1