From: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 1 Oct 2020 08:24:17 +0000 (+0000) Subject: Bump pytest from 6.0.2 to 6.1.0 X-Git-Tag: 3.0.0rc1~68^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e589a42db45d40057b4fe443b930f47225ffab3c;p=thirdparty%2Fjinja.git Bump pytest from 6.0.2 to 6.1.0 Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.0.2 to 6.1.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.0.2...6.1.0) Signed-off-by: dependabot-preview[bot] --- diff --git a/requirements/dev.txt b/requirements/dev.txt index 654ab2cf..e7498365 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -12,7 +12,6 @@ distlib==0.3.0 # via virtualenv filelock==3.0.12 # via tox, virtualenv identify==1.4.15 # via pre-commit iniconfig==1.0.0 # via pytest -more-itertools==8.3.0 # via pytest nodeenv==1.3.5 # via pre-commit packaging==20.3 # via pytest, tox pip-tools==5.3.1 # via -r requirements/dev.in @@ -20,7 +19,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.2 # via -r requirements/tests.in +pytest==6.1.0 # 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 636ecf19..449392a7 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -6,11 +6,10 @@ # attrs==19.3.0 # via pytest iniconfig==1.0.0 # via pytest -more-itertools==8.3.0 # via pytest 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.2 # via -r requirements/tests.in +pytest==6.1.0 # via -r requirements/tests.in six==1.14.0 # via packaging toml==0.10.1 # via pytest