From 57232f86ff560d1fd02ae9ba3b4f2044ed363c1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 13:36:05 +0000 Subject: [PATCH] fix: bump pytest from 7.4.2 to 8.0.0 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.2 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.2...8.0.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 66349f6..a738376 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ test = [ "pytest-cov==4.1.0", "pytest-mock<3.10.1", "pytest-runner", - "pytest==7.4.2", + "pytest==8.0.0", "pytest-check", "coverage-badge", "pytest-github-actions-annotate-failures",