From 451b2a0a8168acee7297fcf2f7d4d5deeb23fbd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 11:43:52 +0000 Subject: [PATCH] :arrow_up: update pytest requirement from ^7.4.3 to ^8.0.1 Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [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.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8ff60f8..1dec643 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ mypy-extensions = "^1.0.0" pre-commit = "^3.5.0" pydocstyle = "^6.1.1" pylint = "^3.0.2" -pytest = "^7.4.3" +pytest = "^8.0.1" pyupgrade = "^3.15.0" safety = "^2.3.5" coverage = "^7.3.2"