From be24d7bb63c75470e23392b0a8076f4ba1b48d1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 11:34:05 +0000 Subject: [PATCH] Bump pytest from 7.4.3 to 8.2.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.3 to 8.2.1. - [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.3...8.2.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index b0c3b5a..998a983 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,3 +1,3 @@ -pytest==7.4.3 +pytest==8.2.1 pytest-cov==4.1.0 testcontainers==3.7.1 \ No newline at end of file