From 731401668b3dcab77a07ba526a6c20cdc73b5452 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 07:10:30 +0000 Subject: [PATCH] Bump the requirements group across 1 directory with 3 updates Bumps the requirements group with 3 updates in the / directory: [setuptools-scm](https://github.com/pypa/setuptools-scm), [fasteners](https://github.com/harlowja/fasteners) and [pymongo](https://github.com/mongodb/mongo-python-driver). 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 `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 `pymongo` from 4.14.0 to 4.14.1 - [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.14.1) --- updated-dependencies: - dependency-name: setuptools-scm dependency-version: 9.2.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: pymongo dependency-version: 4.14.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: requirements ... Signed-off-by: dependabot[bot] --- requirements_dev_minimal.txt | 4 ++-- requirements_dev_optional.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements_dev_minimal.txt b/requirements_dev_minimal.txt index e7805123ee..8157ae34b7 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 diff --git a/requirements_dev_optional.txt b/requirements_dev_optional.txt index 607add33d7..ed547b3ef8 100644 --- a/requirements_dev_optional.txt +++ b/requirements_dev_optional.txt @@ -8,7 +8,7 @@ azure-storage-blob==12.24.1 redis==6.4.0 types-redis types-setuptools -pymongo==4.14.0 +pymongo==4.14.1 # optional test requirements coverage pytest-cov==6.2.1