From 8a50ec209e2bee1f3a842db91133b186782baae5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 19:10:01 +0000 Subject: [PATCH] Bump the pip-version group across 1 directory with 6 updates Bumps the pip-version group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [pymongo](https://github.com/mongodb/mongo-python-driver) | `4.6.3` | `4.7.3` | | [redis](https://github.com/redis/redis-py) | `5.0.3` | `5.0.6` | | [zarr](https://github.com/zarr-developers/zarr-python) | `2.17.1` | `2.18.2` | | [coverage](https://github.com/nedbat/coveragepy) | `7.4.4` | `7.5.3` | | [pytest](https://github.com/pytest-dev/pytest) | `8.1.1` | `8.2.2` | | [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) | `3.5.0` | `3.6.1` | Updates `pymongo` from 4.6.3 to 4.7.3 - [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.6.3...4.7.3) Updates `redis` from 5.0.3 to 5.0.6 - [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.3...v5.0.6) Updates `zarr` from 2.17.1 to 2.18.2 - [Release notes](https://github.com/zarr-developers/zarr-python/releases) - [Changelog](https://github.com/zarr-developers/zarr-python/blob/v3/docs/release.rst) - [Commits](https://github.com/zarr-developers/zarr-python/compare/v2.17.1...v2.18.2) Updates `coverage` from 7.4.4 to 7.5.3 - [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.4.4...7.5.3) Updates `pytest` from 8.1.1 to 8.2.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.1.1...8.2.2) Updates `pytest-xdist` from 3.5.0 to 3.6.1 - [Release notes](https://github.com/pytest-dev/pytest-xdist/releases) - [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-xdist/compare/v3.5.0...v3.6.1) --- 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: zarr dependency-type: direct:production update-type: version-update:semver-minor 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 - dependency-name: pytest-xdist dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-version ... Signed-off-by: dependabot[bot] --- requirements/requirements-test-optional.txt | 6 +++--- requirements/requirements-test.txt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements/requirements-test-optional.txt b/requirements/requirements-test-optional.txt index ec670aa..6d54895 100644 --- a/requirements/requirements-test-optional.txt +++ b/requirements/requirements-test-optional.txt @@ -1,4 +1,4 @@ numpy==2.0.0 -pymongo==4.6.3; implementation_name=='cpython' -redis==5.0.3 -zarr==2.17.1; platform_system!='Windows' +pymongo==4.7.3; implementation_name=='cpython' +redis==5.0.6 +zarr==2.18.2; platform_system!='Windows' diff --git a/requirements/requirements-test.txt b/requirements/requirements-test.txt index 3c05624..c06401f 100644 --- a/requirements/requirements-test.txt +++ b/requirements/requirements-test.txt @@ -1,4 +1,4 @@ -coverage==7.4.4 -pytest==8.1.1 +coverage==7.5.3 +pytest==8.2.2 pytest-cov==5.0.0 -pytest-xdist==3.5.0 +pytest-xdist==3.6.1