From: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2020 08:18:41 +0000 (+0000) Subject: Bump pytest from 6.0.1 to 6.0.2 X-Git-Tag: 3.0.0rc1~69^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1292%2Fhead;p=thirdparty%2Fjinja.git Bump pytest from 6.0.1 to 6.0.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.0.1 to 6.0.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.0.1...6.0.2) Signed-off-by: dependabot-preview[bot] --- diff --git a/requirements/dev.txt b/requirements/dev.txt index b19ec404..654ab2cf 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -20,7 +20,7 @@ pluggy==0.13.1 # via pytest, tox pre-commit==2.7.1 # via -r requirements/dev.in py==1.9.0 # via pytest, tox pyparsing==2.4.7 # via packaging -pytest==6.0.1 # via -r requirements/tests.in +pytest==6.0.2 # via -r requirements/tests.in pyyaml==5.3.1 # via pre-commit six==1.14.0 # via packaging, pip-tools, tox, virtualenv toml==0.10.1 # via pre-commit, pytest, tox diff --git a/requirements/tests.txt b/requirements/tests.txt index ebce358f..636ecf19 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -11,6 +11,6 @@ packaging==20.3 # via pytest pluggy==0.13.1 # via pytest py==1.9.0 # via pytest pyparsing==2.4.7 # via packaging -pytest==6.0.1 # via -r requirements/tests.in +pytest==6.0.2 # via -r requirements/tests.in six==1.14.0 # via packaging toml==0.10.1 # via pytest