From 7aa1457c5cc8e953805b929b99af275c93cdd369 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 08:04:10 +0000 Subject: [PATCH] Bump pytest from 6.2.4 to 7.1.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.4 to 7.1.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.4...7.1.3) --- 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..56fb45910 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.1.3 # 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..ee0b24115 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.1.3 # via -r requirements/tests.in -toml==0.10.2 +tomli==2.0.1 # via pytest