From 5f36c6a3381ad3404b92f7aaa26507d37417116c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 05:10:00 +0000 Subject: [PATCH] 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](https://github.com/numpy/numpy/compare/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](https://github.com/zarr-developers/numcodecs/compare/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](https://github.com/pytest-dev/pytest/compare/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](https://github.com/jnwatson/py-lmdb/compare/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](https://github.com/Azure/azure-sdk-for-python/compare/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](https://github.com/redis/redis-py/compare/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](https://github.com/pytest-dev/pytest-cov/compare/v5.0.0...v6.0.0) Updates `fsspec` from 2023.12.2 to 2024.12.0 - [Commits](https://github.com/fsspec/filesystem_spec/compare/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](https://github.com/fsspec/s3fs/compare/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] --- requirements_dev_minimal.txt | 4 ++-- requirements_dev_numpy.txt | 2 +- requirements_dev_optional.txt | 12 ++++++------ 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/requirements_dev_minimal.txt b/requirements_dev_minimal.txt index caa078cc82..0eb885c39e 100644 --- a/requirements_dev_minimal.txt +++ b/requirements_dev_minimal.txt @@ -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 diff --git a/requirements_dev_numpy.txt b/requirements_dev_numpy.txt index 4a619aa3ef..8d33cd398d 100644 --- a/requirements_dev_numpy.txt +++ b/requirements_dev_numpy.txt @@ -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 diff --git a/requirements_dev_optional.txt b/requirements_dev_optional.txt index a2d23a7841..8d9ca8ab25 100644 --- a/requirements_dev_optional.txt +++ b/requirements_dev_optional.txt @@ -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