From d42ec45f9c1e220e23f908114f2775e692a9cdf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 05:19:47 +0000 Subject: [PATCH] Bump the requirements group with 3 updates Bumps the requirements group with 3 updates: [numpy](https://github.com/numpy/numpy), [pytest](https://github.com/pytest-dev/pytest) and [pymongo](https://github.com/mongodb/mongo-python-driver). Updates `numpy` from 2.3.0 to 2.3.1 - [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.0...v2.3.1) Updates `pytest` from 8.4.0 to 8.4.1 - [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.0...8.4.1) Updates `pymongo` from 4.13.1 to 4.13.2 - [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.13.1...4.13.2) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.3.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: requirements - dependency-name: pytest dependency-version: 8.4.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: requirements - dependency-name: pymongo dependency-version: 4.13.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: requirements ... Signed-off-by: dependabot[bot] --- requirements_dev_minimal.txt | 2 +- requirements_dev_numpy.txt | 2 +- requirements_dev_optional.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements_dev_minimal.txt b/requirements_dev_minimal.txt index f29be099c4..e7805123ee 100644 --- a/requirements_dev_minimal.txt +++ b/requirements_dev_minimal.txt @@ -5,4 +5,4 @@ numcodecs==0.15.1 msgpack-python==0.5.6 setuptools-scm==8.3.1 # test requirements -pytest==8.4.0 +pytest==8.4.1 diff --git a/requirements_dev_numpy.txt b/requirements_dev_numpy.txt index 3b40b3c8bb..2c8f1ab65c 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.0 +numpy==2.3.1 diff --git a/requirements_dev_optional.txt b/requirements_dev_optional.txt index 5d27d73d1e..ca31d735fc 100644 --- a/requirements_dev_optional.txt +++ b/requirements_dev_optional.txt @@ -8,7 +8,7 @@ azure-storage-blob==12.24.1 redis==6.2.0 types-redis types-setuptools -pymongo==4.13.1 +pymongo==4.13.2 # optional test requirements coverage pytest-cov==6.2.1