From 07a35838ecb816438e6943aff0d52e30e23c57cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 02:09:28 +0000 Subject: [PATCH] fix:(deps-dev): 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.2...7.2.2) --- 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 c047f1b6..f4d1dc54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "pre-commit>=2.19.0,<3.1.2", - "pytest>=7.1.2,<7.2.2", + "pytest>=7.1.2,<7.2.3", "pytest-cov>=3.0.0,<4.0.1", "pytest-xdist>=3.0.2", "black>=22.3.0,<23.2.0",