From 3973442502c6e5169a8f14dc644cf2a1dc49770f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 07:57:39 +0000 Subject: [PATCH] build(deps): bump pytest from 7.0.1 to 7.2.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.0.1 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/7.0.1...7.2.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tox-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox-requirements.txt b/tox-requirements.txt index 2696a2ba..180d5c1e 100644 --- a/tox-requirements.txt +++ b/tox-requirements.txt @@ -1,7 +1,7 @@ -r requirements.txt coverage==5.3.1 cryptography==36.0.2 -pytest==7.0.1 +pytest==7.2.2 WebTest==2.0.35 Flask tornado