From e562b40a031ded580c3c87654147ead5d75fd0f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Mar 2022 04:26:39 +0000 Subject: [PATCH] build(deps): bump pytest from 7.0.1 to 7.1.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.0.1 to 7.1.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/7.0.1...7.1.1) --- 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..170e0fe1 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.1.1 WebTest==2.0.35 Flask tornado