From b5579b630e5fa7a13bcbbf009c96806afb396709 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 08:11:15 +0000 Subject: [PATCH] Bump pytest from 6.2.4 to 7.2.0 Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.4 to 7.2.0. - [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.2.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 11 ++++++----- requirements/tests.txt | 8 ++++---- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 3d0ac2aa2..a1d7f3ea4 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -26,6 +26,8 @@ docutils==0.16 # via # sphinx # sphinx-tabs +exceptiongroup==1.0.0 + # via pytest filelock==3.0.12 # via # tox @@ -67,16 +69,14 @@ pluggy==0.13.1 pre-commit==2.13.0 # via -r requirements/dev.in py==1.10.0 - # via - # pytest - # tox + # via tox pygments==2.9.0 # via # sphinx # sphinx-tabs pyparsing==2.4.7 # via packaging -pytest==6.2.4 +pytest==7.2.0 # 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..b3baa5cd2 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -6,17 +6,17 @@ # attrs==21.2.0 # via pytest +exceptiongroup==1.0.0 + # via pytest iniconfig==1.1.1 # via pytest packaging==20.9 # via pytest pluggy==0.13.1 # via pytest -py==1.10.0 - # via pytest pyparsing==2.4.7 # via packaging -pytest==6.2.4 +pytest==7.2.0 # via -r requirements/tests.in -toml==0.10.2 +tomli==2.0.1 # via pytest