From 0b5a38896f9e5639a07063f7e82e87e4b5732cf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 05:46:38 +0000 Subject: [PATCH] Bump the test group with 1 update Bumps the test group with 1 update: [pytest](https://github.com/pytest-dev/pytest). Updates `pytest` from 7.4.4 to 8.0.0 - [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/7.4.4...8.0.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major dependency-group: test ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3475c2d6..85b93bcc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ beautifulsoup4==4.12.3 Pillow==10.2.0 # Test requirements. It's not worth the hassle to keep them separate. -pytest==7.4.4 +pytest==8.0.0 pytest-cov==4.1.0 tox==4.12.1 flake8==7.0.0