From aba0fa083900f34c5ab56ce72f5d5e148f376a2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 07:19:05 +0000 Subject: [PATCH] Bump the requirements group with 2 updates Bumps the requirements group with 2 updates: [setuptools-scm](https://github.com/pypa/setuptools-scm) and [fasteners](https://github.com/harlowja/fasteners). 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) --- 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 ... Signed-off-by: dependabot[bot] --- requirements_dev_minimal.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 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