From 510268e91415aa2e759436eb148bfd5e12f313e5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 2 Feb 2021 03:41:04 +0000 Subject: [PATCH] Bump pytest from 6.2.1 to 6.2.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.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.2.1...6.2.2) Signed-off-by: dependabot-preview[bot] --- requirements/dev.txt | 2 +- requirements/tests.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 221630b4..f5c504d2 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -73,7 +73,7 @@ pygments==2.7.2 # sphinx-tabs pyparsing==2.4.7 # via packaging -pytest==6.2.1 +pytest==6.2.2 # via -r requirements/tests.in python-dotenv==0.15.0 # via -r requirements/tests.in diff --git a/requirements/tests.txt b/requirements/tests.txt index 96c71d06..f76561af 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -20,7 +20,7 @@ py==1.9.0 # via pytest pyparsing==2.4.7 # via packaging -pytest==6.2.1 +pytest==6.2.2 # via -r requirements/tests.in python-dotenv==0.15.0 # via -r requirements/tests.in