From bf4405187d34c4a7083800aee0709d05c4772a5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 04:18:45 +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.3.2` | `2.3.4` | | [setuptools-scm](https://github.com/pypa/setuptools-scm) | `8.3.1` | `9.2.2` | | [lmdb](https://github.com/jnwatson/py-lmdb) | `1.7.3` | `1.7.5` | | [pymongo](https://github.com/mongodb/mongo-python-driver) | `4.14.0` | `4.15.3` | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `6.2.1` | `7.0.0` | | [pytest-doctestplus](https://github.com/scientific-python/pytest-doctestplus) | `1.4.0` | `1.5.0` | | [h5py](https://github.com/h5py/h5py) | `3.14.0` | `3.15.1` | | [fasteners](https://github.com/harlowja/fasteners) | `0.19` | `0.20` | | [pytest](https://github.com/pytest-dev/pytest) | `8.4.1` | `8.4.2` | Updates `numpy` from 2.3.2 to 2.3.4 - [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.3.2...v2.3.4) Updates `setuptools-scm` from 8.3.1 to 9.2.2 - [Release notes](https://github.com/pypa/setuptools-scm/releases) - [Changelog](https://github.com/pypa/setuptools-scm/blob/main/CHANGELOG.md) - [Commits](https://github.com/pypa/setuptools-scm/compare/v8.3.1...v9.2.2) Updates `lmdb` from 1.7.3 to 1.7.5 - [Changelog](https://github.com/jnwatson/py-lmdb/blob/master/ChangeLog) - [Commits](https://github.com/jnwatson/py-lmdb/compare/py-lmdb_1.7.3...py-lmdb_1.7.5) Updates `pymongo` from 4.14.0 to 4.15.3 - [Release notes](https://github.com/mongodb/mongo-python-driver/releases) - [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst) - [Commits](https://github.com/mongodb/mongo-python-driver/compare/4.14.0...4.15.3) Updates `pytest-cov` from 6.2.1 to 7.0.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v6.2.1...v7.0.0) Updates `pytest-doctestplus` from 1.4.0 to 1.5.0 - [Release notes](https://github.com/scientific-python/pytest-doctestplus/releases) - [Changelog](https://github.com/scientific-python/pytest-doctestplus/blob/main/CHANGES.rst) - [Commits](https://github.com/scientific-python/pytest-doctestplus/compare/v1.4.0...v1.5.0) Updates `h5py` from 3.14.0 to 3.15.1 - [Release notes](https://github.com/h5py/h5py/releases) - [Changelog](https://github.com/h5py/h5py/blob/master/docs/release_guide.rst) - [Commits](https://github.com/h5py/h5py/compare/3.14.0...3.15.1) Updates `fasteners` from 0.19 to 0.20 - [Release notes](https://github.com/harlowja/fasteners/releases) - [Changelog](https://github.com/harlowja/fasteners/blob/main/CHANGELOG.md) - [Commits](https://github.com/harlowja/fasteners/compare/0.19...0.20) Updates `pytest` from 8.4.1 to 8.4.2 - [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.4.1...8.4.2) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.3.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: requirements - dependency-name: setuptools-scm dependency-version: 9.2.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: requirements - dependency-name: lmdb dependency-version: 1.7.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: requirements - dependency-name: pymongo dependency-version: 4.15.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: requirements - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: requirements - dependency-name: pytest-doctestplus dependency-version: 1.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: requirements - dependency-name: h5py dependency-version: 3.15.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: requirements - dependency-name: fasteners dependency-version: '0.20' dependency-type: direct:development update-type: version-update:semver-minor dependency-group: requirements - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: requirements ... Signed-off-by: dependabot[bot] --- requirements_dev_minimal.txt | 6 +++--- requirements_dev_numpy.txt | 2 +- requirements_dev_optional.txt | 10 +++++----- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/requirements_dev_minimal.txt b/requirements_dev_minimal.txt index e7805123ee..b9324ca0d0 100644 --- a/requirements_dev_minimal.txt +++ b/requirements_dev_minimal.txt @@ -1,8 +1,8 @@ # library requirements asciitree==0.3.3 -fasteners==0.19 +fasteners==0.20 numcodecs==0.15.1 msgpack-python==0.5.6 -setuptools-scm==8.3.1 +setuptools-scm==9.2.2 # test requirements -pytest==8.4.1 +pytest==8.4.2 diff --git a/requirements_dev_numpy.txt b/requirements_dev_numpy.txt index 66ae9817d1..0e63d2680d 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.3.2 +numpy==2.3.4 diff --git a/requirements_dev_optional.txt b/requirements_dev_optional.txt index 607add33d7..1fc5a6ba48 100644 --- a/requirements_dev_optional.txt +++ b/requirements_dev_optional.txt @@ -1,6 +1,6 @@ # optional library requirements # bsddb3==6.2.6; sys_platform != 'win32' -lmdb==1.7.3; sys_platform != 'win32' +lmdb==1.7.5; sys_platform != 'win32' # optional library requirements for Jupyter ipytree==0.2.2 ipywidgets==8.1.7 @@ -8,13 +8,13 @@ azure-storage-blob==12.24.1 redis==6.4.0 types-redis types-setuptools -pymongo==4.14.0 +pymongo==4.15.3 # optional test requirements coverage -pytest-cov==6.2.1 -pytest-doctestplus==1.4.0 +pytest-cov==7.0.0 +pytest-doctestplus==1.5.0 pytest-timeout==2.4.0 -h5py==3.14.0 +h5py==3.15.1 fsspec==2023.12.2 s3fs==2023.12.2 moto[server]>=5.0.1