Skip to content

Commit c094962

Browse files
Bump the requirements group across 1 directory with 9 updates
Bumps the requirements group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [numpy](https://github.com/numpy/numpy) | `2.1.2` | `2.2.2` | | [numcodecs](https://github.com/zarr-developers/numcodecs) | `0.13.1` | `0.15.0` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.3` | `8.3.4` | | [lmdb](https://github.com/jnwatson/py-lmdb) | `1.5.1` | `1.6.2` | | [azure-storage-blob](https://github.com/Azure/azure-sdk-for-python) | `12.21.0` | `12.24.1` | | [redis](https://github.com/redis/redis-py) | `5.1.1` | `5.2.1` | | [pymongo](https://github.com/mongodb/mongo-python-driver) | `4.10.1` | `4.11` | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `5.0.0` | `6.0.0` | | [pytest-doctestplus](https://github.com/scientific-python/pytest-doctestplus) | `1.3.0` | `1.4.0` | Updates `numpy` from 2.1.2 to 2.2.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.1.2...v2.2.2) Updates `numcodecs` from 0.13.1 to 0.15.0 - [Release notes](https://github.com/zarr-developers/numcodecs/releases) - [Changelog](https://github.com/zarr-developers/numcodecs/blob/main/docs/release.rst) - [Commits](zarr-developers/numcodecs@v0.13.1...v0.15.0) Updates `pytest` from 8.3.3 to 8.3.4 - [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.3...8.3.4) Updates `lmdb` from 1.5.1 to 1.6.2 - [Changelog](https://github.com/jnwatson/py-lmdb/blob/master/ChangeLog) - [Commits](jnwatson/py-lmdb@py-lmdb_1.5.1...py-lmdb_1.6.2) Updates `azure-storage-blob` from 12.21.0 to 12.24.1 - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md) - [Commits](Azure/azure-sdk-for-python@azure-storage-blob_12.21.0...azure-storage-blob_12.24.1) Updates `redis` from 5.1.1 to 5.2.1 - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](redis/redis-py@v5.1.1...v5.2.1) Updates `pymongo` from 4.10.1 to 4.11 - [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.10.1...4.11) Updates `pytest-cov` from 5.0.0 to 6.0.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v5.0.0...v6.0.0) Updates `pytest-doctestplus` from 1.3.0 to 1.4.0 - [Release notes](https://github.com/scientific-python/pytest-doctestplus/releases) - [Changelog](https://github.com/scientific-python/pytest-doctestplus/blob/main/CHANGES.rst) - [Commits](scientific-python/pytest-doctestplus@v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:development update-type: version-update:semver-minor dependency-group: requirements - dependency-name: numcodecs dependency-type: direct:development update-type: version-update:semver-minor dependency-group: requirements - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: requirements - dependency-name: lmdb dependency-type: direct:development update-type: version-update:semver-minor dependency-group: requirements - dependency-name: azure-storage-blob dependency-type: direct:development update-type: version-update:semver-minor dependency-group: requirements - dependency-name: redis dependency-type: direct:development update-type: version-update:semver-minor dependency-group: requirements - dependency-name: pymongo dependency-type: direct:development update-type: version-update:semver-minor dependency-group: requirements - dependency-name: pytest-cov dependency-type: direct:development update-type: version-update:semver-major dependency-group: requirements - dependency-name: pytest-doctestplus dependency-type: direct:development update-type: version-update:semver-minor dependency-group: requirements ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2bf7e45 commit c094962

3 files changed

+9
-9
lines changed

Diff for: requirements_dev_minimal.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# library requirements
22
asciitree==0.3.3
33
fasteners==0.19
4-
numcodecs==0.13.1
4+
numcodecs==0.15.0
55
msgpack-python==0.5.6
66
setuptools-scm==8.1.0
77
# test requirements
8-
pytest==8.3.3
8+
pytest==8.3.4

Diff for: requirements_dev_numpy.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Break this out into a separate file to allow testing against
22
# different versions of numpy. This file should pin to the latest
33
# numpy version.
4-
numpy==2.1.2
4+
numpy==2.2.2

Diff for: requirements_dev_optional.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
# optional library requirements
22
# bsddb3==6.2.6; sys_platform != 'win32'
3-
lmdb==1.5.1; sys_platform != 'win32'
3+
lmdb==1.6.2; sys_platform != 'win32'
44
# optional library requirements for Jupyter
55
ipytree==0.2.2
66
ipywidgets==8.1.5
77
# optional library requirements for services
88
# don't let pyup change pinning for azure-storage-blob, need to pin to older
99
# version to get compatibility with azure storage emulator on appveyor (FIXME)
10-
azure-storage-blob==12.21.0 # pyup: ignore
11-
redis==5.1.1
10+
azure-storage-blob==12.24.1 # pyup: ignore
11+
redis==5.2.1
1212
types-redis
1313
types-setuptools
14-
pymongo==4.10.1
14+
pymongo==4.11
1515
# optional test requirements
1616
coverage
17-
pytest-cov==5.0.0
18-
pytest-doctestplus==1.3.0
17+
pytest-cov==6.0.0
18+
pytest-doctestplus==1.4.0
1919
pytest-timeout==2.3.1
2020
h5py==3.12.1
2121
fsspec==2023.12.2

0 commit comments

Comments
 (0)