From 7930541cff5451b0e470ef1eed6a6a14466318bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 13:01:59 +0000 Subject: [PATCH] Bump the python-requirements group across 1 directory with 5 updates Updates the requirements on [coverage](https://github.com/nedbat/coveragepy), [mypy](https://github.com/python/mypy), [pytest-cov](https://github.com/pytest-dev/pytest-cov), [tox](https://github.com/tox-dev/tox) and [python-benedict[parse,xls]](https://github.com/fabiocaccamo/python-benedict) to permit the latest version. Updates `coverage` to 7.11.0 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.10.0...7.11.0) Updates `mypy` to 1.18.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.17.0...v1.18.2) Updates `pytest-cov` 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.0...v7.0.0) Updates `tox` to 4.32.0 - [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.28.0...4.32.0) Updates `python-benedict[parse,xls]` from 0.34.1 to 0.35.0 - [Release notes](https://github.com/fabiocaccamo/python-benedict/releases) - [Changelog](https://github.com/fabiocaccamo/python-benedict/blob/main/CHANGELOG.md) - [Commits](https://github.com/fabiocaccamo/python-benedict/compare/0.34.1...0.35.0) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.11.0 dependency-type: direct:production dependency-group: python-requirements - dependency-name: mypy dependency-version: 1.18.2 dependency-type: direct:production dependency-group: python-requirements - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:production dependency-group: python-requirements - dependency-name: tox dependency-version: 4.32.0 dependency-type: direct:production dependency-group: python-requirements - dependency-name: python-benedict[parse,xls] dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements ... Signed-off-by: dependabot[bot] --- requirements-data.txt | 2 +- requirements-test.txt | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements-data.txt b/requirements-data.txt index 7692dbd..2c3ed11 100644 --- a/requirements-data.txt +++ b/requirements-data.txt @@ -1,3 +1,3 @@ -python-benedict[parse,xls] == 0.34.1 +python-benedict[parse,xls] == 0.35.0 python-fsutil == 0.15.0 python-slugify == 8.0.4 diff --git a/requirements-test.txt b/requirements-test.txt index c854816..7f7f47b 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,7 +1,7 @@ -e . -coverage == 7.10.* -mypy == 1.17.* +coverage == 7.11.* +mypy == 1.18.* pre-commit == 4.3.* pytest==8.4.* -pytest-cov == 6.2.* -tox == 4.28.* +pytest-cov == 7.0.* +tox == 4.32.*