From 51b63993e11cb8e4043d101ec70567760d227685 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 03:46:19 +0000 Subject: [PATCH] :arrow_up: Update pytest requirement 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.1.1...8.1.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2ee7784..55b694b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dev = [ "pre-commit>=2.17,<3.7", "pydocstyle>=6.1.1,<6.4.0", "pylint>=2.11.1,<3.2.0", -"pytest>=7.1.1,<8.1.0", +"pytest>=7.1.1,<8.2.0", "pyupgrade>=2.31.1,<3.16.0", "safety>=1.10.3,<3.1.0", "coverage>=6.3,<8.0",