From 78210d519c605b2f73bc3e42a2dd4f44df13746b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 14 Dec 2020 03:36:58 +0000 Subject: [PATCH] Bump pytest from 6.1.2 to 6.2.0 Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.1.2 to 6.2.0. - [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.2...6.2.0) Signed-off-by: dependabot-preview[bot] --- requirements/dev.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 64271dc..8b5d07a 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -4,10 +4,8 @@ # # pip-compile --output-file=requirements/dev.txt requirements/dev.in # -atomicwrites==1.4.0 # via pytest attrs==20.3.0 # via pytest click==7.1.2 # via pip-tools -colorama==0.4.4 # via pytest coverage==5.3 # via pytest-cov iniconfig==1.1.1 # via pytest jinja2==2.11.2 # via -r requirements/dev.in @@ -19,7 +17,7 @@ pluggy==0.13.1 # via pytest py==1.9.0 # via pytest pyparsing==2.4.7 # via packaging pytest-cov==2.10.1 # via -r requirements/dev.in -pytest==6.1.2 # via -r requirements/dev.in, pytest-cov +pytest==6.2.0 # via -r requirements/dev.in, pytest-cov six==1.15.0 # via packaging, pip-tools tenjin==1.1.1 # via -r requirements/dev.in toml==0.10.2 # via pytest