From 3003c6db13be9b921cc1d98ca2b4bfc99a539a67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Apr 2021 12:10:28 +0200 Subject: [PATCH] build(deps): bump pytest from 6.2.2 to 6.2.3 (#2631) 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[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tests/requirements-testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements-testing.txt b/tests/requirements-testing.txt index 69d7290..9f5c2ce 100644 --- a/tests/requirements-testing.txt +++ b/tests/requirements-testing.txt @@ -3,7 +3,7 @@ hypothesis==6.3.4 # pin importlib-metadata as upper versions need typing-extensions to work if on python < 3.8 importlib-metadata==3.1.0;python_version<"3.8" mypy==0.812 -pytest==6.2.2 +pytest==6.2.3 pytest-cov==2.11.1 pytest-mock==3.5.1 pytest-sugar==0.9.4