Skip to content

Commit

Permalink
Bump the pip-version group across 1 directory with 6 updates
Browse files Browse the repository at this point in the history
Bumps the pip-version group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [numpy](https://github.com/numpy/numpy) | `2.0.1` | `2.1.2` |
| [pymongo](https://github.com/mongodb/mongo-python-driver) | `4.8.0` | `4.10.1` |
| [redis](https://github.com/redis/redis-py) | `5.0.8` | `5.2.0` |
| [zarr](https://github.com/zarr-developers/zarr-python) | `2.18.2` | `2.18.3` |
| [coverage](https://github.com/nedbat/coveragepy) | `7.6.0` | `7.6.4` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.3.2` | `8.3.3` |



Updates `numpy` from 2.0.1 to 2.1.2
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v2.0.1...v2.1.2)

Updates `pymongo` from 4.8.0 to 4.10.1
- [Release notes](https://github.com/mongodb/mongo-python-driver/releases)
- [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst)
- [Commits](mongodb/mongo-python-driver@4.8.0...4.10.1)

Updates `redis` from 5.0.8 to 5.2.0
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](redis/redis-py@v5.0.8...v5.2.0)

Updates `zarr` from 2.18.2 to 2.18.3
- [Release notes](https://github.com/zarr-developers/zarr-python/releases)
- [Changelog](https://github.com/zarr-developers/zarr-python/blob/main/docs/release.rst)
- [Commits](zarr-developers/zarr-python@v2.18.2...v2.18.3)

Updates `coverage` from 7.6.0 to 7.6.4
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.6.0...7.6.4)

Updates `pytest` from 8.3.2 to 8.3.3
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.3.2...8.3.3)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-version
- 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-minor
  dependency-group: pip-version
- dependency-name: zarr
  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
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-version
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent 5ebf01d commit 013c9cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions requirements/requirements-test-optional.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy==2.0.1
pymongo==4.8.0; implementation_name=='cpython'
redis==5.0.8
zarr==2.18.2; platform_system!='Windows'
numpy==2.1.2
pymongo==4.10.1; implementation_name=='cpython'
redis==5.2.0
zarr==2.18.3; platform_system!='Windows'
4 changes: 2 additions & 2 deletions requirements/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
coverage==7.6.0
pytest==8.3.2
coverage==7.6.4
pytest==8.3.3
pytest-cov==5.0.0
pytest-xdist==3.6.1

0 comments on commit 013c9cc

Please sign in to comment.