From bf9898e04940d74ea66138c19df2d6ad5fcba510 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 04:18:02 +0000 Subject: [PATCH] Bump the requirements group across 1 directory with 6 updates Bumps the requirements group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [numpy](https://github.com/numpy/numpy) | `2.3.2` | `2.3.3` | | [setuptools-scm](https://github.com/pypa/setuptools-scm) | `8.3.1` | `9.2.0` | | [pymongo](https://github.com/mongodb/mongo-python-driver) | `4.14.0` | `4.15.0` | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `6.2.1` | `7.0.0` | | [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.3 - [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.3) Updates `setuptools-scm` from 8.3.1 to 9.2.0 - [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.0) Updates `pymongo` from 4.14.0 to 4.15.0 - [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.0) 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 `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.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: requirements - dependency-name: setuptools-scm dependency-version: 9.2.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: requirements - dependency-name: pymongo dependency-version: 4.15.0 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: 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 | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements_dev_minimal.txt b/requirements_dev_minimal.txt index e7805123ee..5539aa4fe6 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.0 # test requirements -pytest==8.4.1 +pytest==8.4.2 diff --git a/requirements_dev_numpy.txt b/requirements_dev_numpy.txt index 66ae9817d1..16746a77fd 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.3 diff --git a/requirements_dev_optional.txt b/requirements_dev_optional.txt index 607add33d7..32b0156eb5 100644 --- a/requirements_dev_optional.txt +++ b/requirements_dev_optional.txt @@ -8,10 +8,10 @@ azure-storage-blob==12.24.1 redis==6.4.0 types-redis types-setuptools -pymongo==4.14.0 +pymongo==4.15.0 # optional test requirements coverage -pytest-cov==6.2.1 +pytest-cov==7.0.0 pytest-doctestplus==1.4.0 pytest-timeout==2.4.0 h5py==3.14.0