From 7137542e493f996e7acf6b63ba32fba3cabef5d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Dec 2022 17:06:18 +0000 Subject: [PATCH] build(deps): bump pytest from 7.1.2 to 7.2.0 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.2 to 7.2.0. - [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.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index db967b2..c588e41 100644 --- a/Pipfile +++ b/Pipfile @@ -10,7 +10,7 @@ coverage = "==6.3.3" flake8 = "==4.0.1" pre-commit = "==2.19.0" pylint = "==2.13.8" -pytest = "==7.1.2" +pytest = "==7.2.0" pytest-cov = "==3.0.0" [packages]