Skip to content

Commit

Permalink
Bump the requirements group across 1 directory with 9 updates
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent b1480d7 commit 5f36c6a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions requirements_dev_minimal.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# library requirements
asciitree==0.3.3
fasteners==0.19
numcodecs==0.13.1
numcodecs==0.15.0
msgpack-python==0.5.6
setuptools-scm==8.1.0
# test requirements
pytest==8.3.3
pytest==8.3.4
2 changes: 1 addition & 1 deletion requirements_dev_numpy.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Break this out into a separate file to allow testing against
# different versions of numpy. This file should pin to the latest
# numpy version.
numpy==2.1.2
numpy==2.2.2
12 changes: 6 additions & 6 deletions requirements_dev_optional.txt
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
# optional library requirements
# bsddb3==6.2.6; sys_platform != 'win32'
lmdb==1.5.1; sys_platform != 'win32'
lmdb==1.6.2; sys_platform != 'win32'
# optional library requirements for Jupyter
ipytree==0.2.2
ipywidgets==8.1.5
# optional library requirements for services
# don't let pyup change pinning for azure-storage-blob, need to pin to older
# version to get compatibility with azure storage emulator on appveyor (FIXME)
azure-storage-blob==12.21.0 # pyup: ignore
redis==5.1.1
azure-storage-blob==12.24.0 # pyup: ignore
redis==5.2.1
types-redis
types-setuptools
pymongo==4.10.1
# optional test requirements
coverage
pytest-cov==5.0.0
pytest-cov==6.0.0
pytest-doctestplus==1.3.0
pytest-timeout==2.3.1
h5py==3.12.1
fsspec==2023.12.2
s3fs==2023.12.2
fsspec==2024.12.0
s3fs==2024.12.0
moto[server]>=5.0.1

0 comments on commit 5f36c6a

Please sign in to comment.