From f0f16fe4df892bed2b8f4b7a8b8f55a4e494542d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Mar 2023 22:09:40 +0000 Subject: [PATCH] build(deps): bump pytest from 6.2.3 to 7.2.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.3 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/6.2.3...7.2.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 694bc56..5ef94a6 100644 --- a/Pipfile +++ b/Pipfile @@ -10,7 +10,7 @@ coverage = "==6.2" flake8 = "==4.0.1" pre-commit = "==2.17.0" pylint = "==2.12.2" -pytest = "==6.2.5" +pytest = "==7.2.2" pytest-cov = "==3.0.0" [packages]