From b0a740b0a7c33649f301ce90511b19aeab7fd2f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Mar 2021 15:55:19 +0000 Subject: [PATCH] Bump pytest from 6.1.1 to 6.2.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.1.1 to 6.2.2. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/6.1.1...6.2.2) Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index d3a2dd98..ac745da0 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ black==20.8b1 mypy==0.782 -pytest==6.1.1 +pytest==6.2.2 pytest-cov==2.11.1 setuptools==54.0.0 flake8==3.8.4