From 96b0ef32763c87e3626fecb0ca5155d72c6c7235 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 09:43:14 +0000 Subject: [PATCH] Bump the python-requirements group 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.15.2 - [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.15.2) Updates `mypy` to 2.3.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v2.1.0...v2.3.0) Updates `setuptools` to 83.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...v83.0.0) Updates `tox` to 4.58.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.56.0...4.58.0) --- 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..7e22d86 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,9 +1,9 @@ -coverage == 7.14.* -mypy == 2.1.* +coverage == 7.15.* +mypy == 2.3.* pre-commit == 4.6.* pytest == 9.1.* pytest-cov == 7.1.* requests == 2.34.* -setuptools == 82.0.* -tox == 4.56.* +setuptools == 83.0.* +tox == 4.58.* urllib3 == 2.7.*