From 407e0d84d7dde2a035f9354f43293ea7dfad2e9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 16:44:19 +0000 Subject: [PATCH] build(deps): bump pytest from 7.4.3 to 8.0.0 in /requirements Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.3 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.3...8.0.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/_tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/_tests.txt b/requirements/_tests.txt index 8c0bfebb..81261af7 100644 --- a/requirements/_tests.txt +++ b/requirements/_tests.txt @@ -1,4 +1,4 @@ coverage ==7.2.7 -pytest ==7.4.3 +pytest ==8.0.0 pytest-cov ==4.1.0 pytest-timeout ==2.2.0