From 3ab26c91c47883ad8119761442c575a197e546fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 13:13:06 +0000 Subject: [PATCH] Bump the python-requirements group with 2 updates Updates the requirements on [python-fsutil](https://github.com/fabiocaccamo/python-fsutil) and [tox](https://github.com/tox-dev/tox) to permit the latest version. Updates `python-fsutil` from 0.15.0 to 0.16.0 - [Release notes](https://github.com/fabiocaccamo/python-fsutil/releases) - [Changelog](https://github.com/fabiocaccamo/python-fsutil/blob/main/CHANGELOG.md) - [Commits](https://github.com/fabiocaccamo/python-fsutil/compare/0.15.0...0.16.0) Updates `tox` to 4.34.1 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/4.32.0...4.34.1) --- updated-dependencies: - dependency-name: python-fsutil dependency-version: 0.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: tox dependency-version: 4.34.1 dependency-type: direct:production dependency-group: python-requirements ... Signed-off-by: dependabot[bot] --- requirements-data.txt | 2 +- requirements-test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-data.txt b/requirements-data.txt index 2c3ed11..312682c 100644 --- a/requirements-data.txt +++ b/requirements-data.txt @@ -1,3 +1,3 @@ python-benedict[parse,xls] == 0.35.0 -python-fsutil == 0.15.0 +python-fsutil == 0.16.0 python-slugify == 8.0.4 diff --git a/requirements-test.txt b/requirements-test.txt index 5c3e56b..ac9bf4a 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -4,4 +4,4 @@ mypy == 1.19.* pre-commit == 4.5.* pytest==9.0.* pytest-cov == 7.0.* -tox == 4.32.* +tox == 4.34.*