Skip to content

Commit 5f36c6a

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.0` | | [redis](https://github.com/redis/redis-py) | `5.1.1` | `5.2.1` | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `5.0.0` | `6.0.0` | | [fsspec](https://github.com/fsspec/filesystem_spec) | `2023.12.2` | `2024.12.0` | | [s3fs](https://github.com/fsspec/s3fs) | `2023.12.2` | `2024.12.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.0 - [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.0) 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 `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 `fsspec` from 2023.12.2 to 2024.12.0 - [Commits](fsspec/filesystem_spec@2023.12.2...2024.12.0) Updates `s3fs` from 2023.12.2 to 2024.12.0 - [Changelog](https://github.com/fsspec/s3fs/blob/main/release-procedure.md) - [Commits](fsspec/s3fs@2023.12.2...2024.12.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: pytest-cov dependency-type: direct:development update-type: version-update:semver-major dependency-group: requirements - dependency-name: fsspec dependency-type: direct:development update-type: version-update:semver-major dependency-group: requirements - dependency-name: s3fs dependency-type: direct:development update-type: version-update:semver-major dependency-group: requirements ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b1480d7 commit 5f36c6a

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

requirements_dev_minimal.txt

Lines changed: 2 additions & 2 deletions
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

requirements_dev_numpy.txt

Lines changed: 1 addition & 1 deletion
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

requirements_dev_optional.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
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.0 # pyup: ignore
11+
redis==5.2.1
1212
types-redis
1313
types-setuptools
1414
pymongo==4.10.1
1515
# optional test requirements
1616
coverage
17-
pytest-cov==5.0.0
17+
pytest-cov==6.0.0
1818
pytest-doctestplus==1.3.0
1919
pytest-timeout==2.3.1
2020
h5py==3.12.1
21-
fsspec==2023.12.2
22-
s3fs==2023.12.2
21+
fsspec==2024.12.0
22+
s3fs==2024.12.0
2323
moto[server]>=5.0.1

0 commit comments

Comments
 (0)