From fbba70330a3b20caf0c4dee6cdf685a2ed187d08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 13:12:12 +0000 Subject: [PATCH] Bump the python-requirements group across 1 directory with 5 updates Updates the requirements on [coverage](https://github.com/coveragepy/coveragepy), [mypy](https://github.com/python/mypy), [pytest](https://github.com/pytest-dev/pytest), [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.3 - [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.3) 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 `pytest` to 9.1.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/9.0.3...9.1.1) Updates `tox` to 4.56.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.53.0...4.56.1) 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.3 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: pytest dependency-version: 9.1.1 dependency-type: direct:production dependency-group: python-requirements - dependency-name: tox dependency-version: 4.56.1 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 | 8 ++++---- 2 files changed, 5 insertions(+), 5 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..8cdac82 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 >= 9.1.1, < 10 pytest-cov == 7.1.* -tox == 4.53.* +tox == 4.56.*