From 7266b9a058cef2edb68c581d4da444d70b36e17f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 16:00:14 +0000 Subject: [PATCH] Bump pytest from 7.4.1 to 8.3.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.1 to 8.3.2. - [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.1...8.3.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 6bd8a74..f38681a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1,5 @@ Faker==26.1.0 -pytest==7.4.1 +pytest==8.3.2 pytest-cov==4.0.0 gevent==24.2.1; "PyPy" not in platform_python_implementation pylibmc==1.6.3; sys.platform != 'win32'