From 2f0577977626df9fec90ff6d80384345ee86a8c1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 2 Dec 2020 10:10:38 +0000 Subject: [PATCH] Bump pytest from 5.4.2 to 6.1.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.4.2 to 6.1.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/5.4.2...6.1.2) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 656ccedf..06d16cf4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,26 +11,26 @@ croniter==0.3.34 # via -r requirements.in flake8-isort==4.0.0 # via -r requirements.in flake8==3.8.4 # via -r requirements.in, flake8-isort importlib-metadata==1.5.0 # via flake8, pluggy, pytest +iniconfig==1.1.1 # via pytest isort==4.3.21 # via flake8-isort mccabe==0.6.1 # via flake8 -more-itertools==4.1.0 # via pytest natsort==7.0.1 # via croniter packaging==20.3 # via pytest pip-tools==5.3.1 # via -r requirements.in pluggy==0.13.1 # via pytest -py==1.5.3 # via pytest +py==1.9.0 # via pytest pycodestyle==2.6.0 # via flake8 pyflakes==2.2.0 # via flake8 pyparsing==2.4.6 # via packaging pytest-cov==2.9.0 # via -r requirements.in pytest-mock==3.3.1 # via -r requirements.in -pytest==5.4.2 # via -r requirements.in, pytest-cov, pytest-mock +pytest==6.1.2 # via -r requirements.in, pytest-cov, pytest-mock python-dateutil==2.7.3 # via croniter pytz==2020.1 # via -r requirements.in redis==3.5.2 # via -r requirements.in -six==1.11.0 # via more-itertools, packaging, pip-tools, python-dateutil +six==1.11.0 # via packaging, pip-tools, python-dateutil testfixtures==6.14.0 # via flake8-isort -wcwidth==0.1.9 # via pytest +toml==0.10.2 # via pytest zipp==3.1.0 # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: