From f7bb3676517b3ba49798f129d24792e19fa25fe3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 12:21:29 +0000 Subject: [PATCH] Bump pytest from 7.0.1 to 7.2.0 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.0.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.0.1...7.2.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3833a3ef9a..6f233fc0e7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ coverage==6.2 importlib_metadata==4.0.1; python_version < '3.8' jsonschema==3.2.0 lxml==4.9.1 -pytest==7.0.1 +pytest==7.2.0 pytest-forked==1.4.0 pytest-parallel==0.1.1 pytest-rerunfailures==10.3