From 8472a66b9d39b8ba8167fa631e2082cee6cb5fd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 15:00:51 +0000 Subject: [PATCH] Bump the pip-version group with 1 update Bumps the pip-version group with 1 update: [zarr](https://github.com/zarr-developers/zarr-python). Updates `zarr` from 2.17.0 to 2.17.1 - [Release notes](https://github.com/zarr-developers/zarr-python/releases) - [Changelog](https://github.com/zarr-developers/zarr-python/blob/main/docs/release.rst) - [Commits](https://github.com/zarr-developers/zarr-python/compare/v2.17.0...v2.17.1) --- updated-dependencies: - dependency-name: zarr dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-version ... Signed-off-by: dependabot[bot] --- requirements/requirements-test-optional.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements-test-optional.txt b/requirements/requirements-test-optional.txt index 59ab903..3a0af10 100644 --- a/requirements/requirements-test-optional.txt +++ b/requirements/requirements-test-optional.txt @@ -1,4 +1,4 @@ numpy==1.26.4 pymongo==4.6.2; implementation_name=='cpython' redis==5.0.2 -zarr==2.17.0; platform_system!='Windows' +zarr==2.17.1; platform_system!='Windows'