From cb4598564b52b40322e45984f51d9a721d7ced2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 08:04:30 +0000 Subject: [PATCH] Bump pytest from 6.2.4 to 7.0.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.4 to 7.0.1. - [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.4...7.0.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 5 +++-- requirements/tests.txt | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 3d0ac2aa2..2d388bfbd 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -76,7 +76,7 @@ pygments==2.9.0 # sphinx-tabs pyparsing==2.4.7 # via packaging -pytest==6.2.4 +pytest==7.0.1 # via -r requirements/tests.in pytz==2021.1 # via babel @@ -120,8 +120,9 @@ toml==0.10.2 # mypy # pep517 # pre-commit - # pytest # tox +tomli==2.0.1 + # via pytest tox==3.24.1 # via -r requirements/dev.in typing-extensions==3.10.0.0 diff --git a/requirements/tests.txt b/requirements/tests.txt index 4ff31e318..59da8a2d9 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -16,7 +16,7 @@ py==1.10.0 # via pytest pyparsing==2.4.7 # via packaging -pytest==6.2.4 +pytest==7.0.1 # via -r requirements/tests.in -toml==0.10.2 +tomli==2.0.1 # via pytest