From c2d3199205b60af3b531dccb2d55cb9ade9e98a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Mar 2023 14:08:24 +0000 Subject: [PATCH] Bump pytest from 7.2.1 to 7.2.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.1 to 7.2.2. - [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.2.1...7.2.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d216e2de4..bc6008a19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ nox = [ "toml == 0.10.2", ] pytest = [ - "pytest == 7.2.1", + "pytest == 7.2.2", "pytest-cov == 4.0.0", "pytest-mock == 3.10.0", "pytest-asyncio == 0.20.3",