From 2499999a43375db6e62ef2d52748785d8cfc06b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 15:40:20 +0000 Subject: [PATCH] Bump pytest from 6.2.5 to 7.0.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.5 to 7.0.1. - [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.5...7.0.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 042738d39f..f19f5f24c1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ coverage==6.2 importlib_metadata==4.0.1; python_version < '3.8' jsonschema==3.2.0 lxml==4.8.0 -pytest==6.2.5 +pytest==7.0.1 pytest-forked==1.4.0 pytest-parallel==0.1.1 PyYAML==6.0