From ef666f16ea0b45b42783983b57ddb09a011b76d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 09:58:15 +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), [setuptools](https://github.com/pypa/setuptools) and [tox](https://github.com/tox-dev/tox) to permit the latest version. Updates `coverage` to 7.16.0 - [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.14.0...7.16.0) Updates `mypy` to 2.3.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v2.1.0...v2.3.1) Updates `setuptools` to 84.0.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v82.0.0...v84.0.0) Updates `tox` to 4.61.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.56.0...4.61.1) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.15.2 dependency-type: direct:production dependency-group: python-requirements - dependency-name: mypy dependency-version: 2.3.0 dependency-type: direct:production dependency-group: python-requirements - dependency-name: setuptools dependency-version: 83.0.0 dependency-type: direct:production dependency-group: python-requirements - dependency-name: tox dependency-version: 4.58.0 dependency-type: direct:production dependency-group: python-requirements ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements-test.txt b/requirements-test.txt index 7e298ee..64f572e 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,9 +1,9 @@ -coverage == 7.14.* -mypy == 2.1.* +coverage == 7.16.* +mypy == 2.3.* pre-commit == 4.6.* pytest == 9.1.* pytest-cov == 7.1.* requests == 2.34.* -setuptools == 82.0.* -tox == 4.56.* +setuptools == 84.0.* +tox == 4.61.* urllib3 == 2.7.*