From 25277aad01831bfb68a1b0887780035dbc2dd7ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 08:19:18 +0000 Subject: [PATCH] Bump pytest from 6.2.5 to 7.2.0 in /requirements Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.5 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.5...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 | 14 +++++++------- requirements/tests.txt | 10 +++++----- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 3cb7528..1cb70cf 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -26,6 +26,8 @@ distlib==0.3.3 # via virtualenv docutils==0.17.1 # via sphinx +exceptiongroup==1.0.0 + # via pytest filelock==3.3.2 # via virtualenv identify==2.3.3 @@ -59,14 +61,12 @@ pluggy==1.0.0 pre-commit==2.19.0 # via -r dev.in py==1.10.0 - # via - # nox - # pytest + # via nox pygments==2.10.0 # via sphinx pyparsing==2.4.7 # via packaging -pytest==6.2.5 +pytest==7.2.0 # via -r tests.in pytz==2021.3 # via babel @@ -101,9 +101,9 @@ sphinxcontrib-qthelp==1.0.3 sphinxcontrib-serializinghtml==1.1.5 # via sphinx toml==0.10.2 - # via - # pre-commit - # pytest + # via pre-commit +tomli==2.0.1 + # via pytest urllib3==1.26.7 # via requests virtualenv==20.10.0 diff --git a/requirements/tests.txt b/requirements/tests.txt index 7a78554..90cdb35 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==21.2 # via pytest pluggy==1.0.0 # via pytest -py==1.10.0 - # via pytest pyparsing==2.4.7 # via packaging -pytest==6.2.5 - # via -r requirements/tests.in -toml==0.10.2 +pytest==7.2.0 + # via -r tests.in +tomli==2.0.1 # via pytest