From acf93c3f2628d67fe838b74af5145dc1177f38fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 08:20:08 -0400 Subject: [PATCH] Bump the pip-version group with 3 updates (#63) Bumps the pip-version group with 3 updates: [pymongo](https://github.com/mongodb/mongo-python-driver), [redis](https://github.com/redis/redis-py) and [coverage](https://github.com/nedbat/coveragepy). Updates `pymongo` from 4.7.3 to 4.8.0 - [Release notes](https://github.com/mongodb/mongo-python-driver/releases) - [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst) - [Commits](https://github.com/mongodb/mongo-python-driver/compare/4.7.3...4.8.0) Updates `redis` from 5.0.6 to 5.0.7 - [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.6...v5.0.7) Updates `coverage` from 7.5.3 to 7.5.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.5.3...7.5.4) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production update-type: version-update:semver-minor 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-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 | 4 ++-- requirements/requirements-test.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/requirements-test-optional.txt b/requirements/requirements-test-optional.txt index 6d54895..f98398e 100644 --- a/requirements/requirements-test-optional.txt +++ b/requirements/requirements-test-optional.txt @@ -1,4 +1,4 @@ numpy==2.0.0 -pymongo==4.7.3; implementation_name=='cpython' -redis==5.0.6 +pymongo==4.8.0; implementation_name=='cpython' +redis==5.0.7 zarr==2.18.2; platform_system!='Windows' diff --git a/requirements/requirements-test.txt b/requirements/requirements-test.txt index c06401f..574fecd 100644 --- a/requirements/requirements-test.txt +++ b/requirements/requirements-test.txt @@ -1,4 +1,4 @@ -coverage==7.5.3 +coverage==7.5.4 pytest==8.2.2 pytest-cov==5.0.0 pytest-xdist==3.6.1