From ffd23dc1eda68ef2dca2573fc79e8c1d3161ea6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 15:26:31 +0000 Subject: [PATCH] Bump the python-requirements group across 1 directory with 4 updates Updates the requirements on [coverage](https://github.com/coveragepy/coveragepy), [mypy](https://github.com/python/mypy), [tox](https://github.com/tox-dev/tox) and [python-benedict](https://github.com/fabiocaccamo/python-benedict) to permit the latest version. Updates `coverage` to 7.14.1 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](https://github.com/coveragepy/coveragepy/compare/7.13.0...7.14.1) Updates `mypy` to 2.1.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.20.0...v2.1.0) Updates `tox` to 4.55.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.53.0...4.55.0) Updates `python-benedict` from 0.36.0 to 0.37.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.36.0...0.37.0) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.14.1 dependency-type: direct:production dependency-group: python-requirements - dependency-name: mypy dependency-version: 2.1.0 dependency-type: direct:production dependency-group: python-requirements - dependency-name: tox dependency-version: 4.55.0 dependency-type: direct:production dependency-group: python-requirements - dependency-name: python-benedict dependency-version: 0.37.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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements-data.txt b/requirements-data.txt index 6da61e0..088e520 100644 --- a/requirements-data.txt +++ b/requirements-data.txt @@ -1,3 +1,3 @@ -python-benedict[parse,xls] == 0.36.0 +python-benedict[parse,xls] == 0.37.0 python-fsutil == 0.16.1 python-slugify == 8.0.4 diff --git a/requirements-test.txt b/requirements-test.txt index f8072ad..dc933be 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,7 +1,7 @@ -e . -coverage == 7.13.* -mypy == 1.20.* +coverage == 7.14.* +mypy == 2.1.* pre-commit == 4.6.* pytest >= 9.0.3, <10 pytest-cov == 7.1.* -tox == 4.53.* +tox == 4.55.*