From 4c609a0b50169e37f1ee86a4b01ae2c6ea518740 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Apr 2021 08:31:50 +0000 Subject: [PATCH] build(deps): bump pytest from 6.2.2 to 6.2.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.2 to 6.2.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/6.2.2...6.2.3) Signed-off-by: dependabot-preview[bot] --- tox-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox-requirements.txt b/tox-requirements.txt index adf8a247..25a17402 100644 --- a/tox-requirements.txt +++ b/tox-requirements.txt @@ -1,7 +1,7 @@ -r requirements.txt coverage==5.3.1 cryptography==3.3.1 -pytest==6.2.2 +pytest==6.2.3 WebTest==2.0.35 Flask tornado