From 7bd7fc7dff60b5e2641867184173720c90cc5f7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 07:40:04 +0100 Subject: [PATCH] Bump the test group with 1 update (#642) Bumps the test group with 1 update: [pytest](https://github.com/pytest-dev/pytest). Updates `pytest` from 8.0.2 to 8.1.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/8.0.2...8.1.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: test ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5cbbb4d7..cd733391 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==8.0.2 +pytest==8.1.0 pytest-cov==4.1.0 tox==4.13.0 flake8==7.0.0