From e9b2fae566466b4a09b48abf23f0e14e7e32fd20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 11:11:54 +0000 Subject: [PATCH] chore(deps-dev): bump pytest from 7.1.1 to 7.2.0 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.1 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.1...7.2.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 33b0890a..5c59a00b 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,6 +1,6 @@ coverage==5.5 coveralls==2.2.0; -pytest==7.1.1 +pytest==7.2.0 pytest-cov==3.0.0 Sphinx==3.3.1; docutils==0.17