From 93bce3b7a3a05d290853acf076a2b05cf649edab Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Apr 2021 03:33:11 +0000 Subject: [PATCH] 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] --- requirements/dev.txt | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 0f87cb5..682451b 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -4,14 +4,10 @@ # # 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.5 # via pytest-cov iniconfig==1.1.1 @@ -26,13 +22,13 @@ pluggy==0.13.1 # via pytest py==1.10.0 # via pytest -pylibmc==1.6.1; platform_system != 'Windows' +pylibmc==1.6.1 # via -r requirements/dev.in pyparsing==2.4.7 # via packaging pytest-cov==2.11.1 # via -r requirements/dev.in -pytest==6.2.2 +pytest==6.2.3 # via # -r requirements/dev.in # pytest-cov