From 5ebf01d71d5eb880bf28b76f7cbef56c67f8004d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 09:39:58 -0400 Subject: [PATCH] Bump the pip-version group with 4 updates (#64) Bumps the pip-version group with 4 updates: [numpy](https://github.com/numpy/numpy), [redis](https://github.com/redis/redis-py), [coverage](https://github.com/nedbat/coveragepy) and [pytest](https://github.com/pytest-dev/pytest). Updates `numpy` from 2.0.0 to 2.0.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.0.0...v2.0.1) Updates `redis` from 5.0.7 to 5.0.8 - [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/v5.0.7...v5.0.8) Updates `coverage` from 7.5.4 to 7.6.0 - [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.5.4...7.6.0) Updates `pytest` from 8.2.2 to 8.3.2 - [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.2.2...8.3.2) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-version - dependency-name: redis 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-minor dependency-group: pip-version - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor 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 | 4 ++-- requirements/requirements-test.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements/requirements-test-optional.txt b/requirements/requirements-test-optional.txt index f98398e..eb43869 100644 --- a/requirements/requirements-test-optional.txt +++ b/requirements/requirements-test-optional.txt @@ -1,4 +1,4 @@ -numpy==2.0.0 +numpy==2.0.1 pymongo==4.8.0; implementation_name=='cpython' -redis==5.0.7 +redis==5.0.8 zarr==2.18.2; platform_system!='Windows' diff --git a/requirements/requirements-test.txt b/requirements/requirements-test.txt index 574fecd..caa30a4 100644 --- a/requirements/requirements-test.txt +++ b/requirements/requirements-test.txt @@ -1,4 +1,4 @@ -coverage==7.5.4 -pytest==8.2.2 +coverage==7.6.0 +pytest==8.3.2 pytest-cov==5.0.0 pytest-xdist==3.6.1