From 1cee2daad0d82bb8c687646c4aa17e3dfad64acd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 14:27:14 +0000 Subject: [PATCH] build(deps): bump pytest from 7.0.1 to 7.1.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.0.1 to 7.1.3. - [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.3) --- 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..0f97dfb7 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.3 WebTest==2.0.35 Flask tornado