From c28ef17d94f8ab05d8a9583f87fb6cdf813d434a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 16:12:08 +0000 Subject: [PATCH] Bump the test group across 1 directory with 2 updates Bumps the test group with 2 updates in the / directory: [pytest-cov](https://github.com/pytest-dev/pytest-cov) and [tox](https://github.com/tox-dev/tox). Updates `pytest-cov` from 5.0.0 to 6.0.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v5.0.0...v6.0.0) Updates `tox` from 4.18.1 to 4.23.2 - [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.18.1...4.23.2) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:production update-type: version-update:semver-major dependency-group: test - dependency-name: tox dependency-type: direct:production update-type: version-update:semver-minor dependency-group: test ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 87ba96a6..9d3e0d00 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,6 +15,6 @@ Pillow==10.4.0 # Test requirements. It's not worth the hassle to keep them separate. pytest==8.3.3 -pytest-cov==5.0.0 -tox==4.18.1 +pytest-cov==6.0.0 +tox==4.23.2 flake8==7.1.1