From b35c7211c66af826f8c9297b711b386a7a0a0489 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 08:07:24 +0000 Subject: [PATCH] Bump pytest from 6.2.5 to 7.4.0 in /requirements Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.5 to 7.4.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.4.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 12 +++--------- requirements/tests.txt | 10 ++-------- 2 files changed, 5 insertions(+), 17 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 3cb7528..5864730 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -8,8 +8,6 @@ alabaster==0.7.12 # via sphinx argcomplete==1.12.3 # via nox -attrs==21.2.0 - # via pytest babel==2.9.1 # via sphinx backports-entry-points-selectable==1.1.0 @@ -59,14 +57,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.4.0 # via -r tests.in pytz==2021.3 # via babel @@ -101,9 +97,7 @@ sphinxcontrib-qthelp==1.0.3 sphinxcontrib-serializinghtml==1.1.5 # via sphinx toml==0.10.2 - # via - # pre-commit - # pytest + # via pre-commit urllib3==1.26.7 # via requests virtualenv==20.10.0 diff --git a/requirements/tests.txt b/requirements/tests.txt index 7a78554..3e934e9 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -4,19 +4,13 @@ # # pip-compile requirements/tests.in # -attrs==21.2.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 - # via pytest +pytest==7.4.0 + # via -r tests.in