From 53c0632058c81e3cf412f3c7e12940ce1599665a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 May 2022 08:20:49 +0000 Subject: [PATCH] Bump pytest from 6.2.5 to 7.1.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.5 to 7.1.2. - [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.1.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 9 +++++---- requirements/tests.txt | 4 ++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 5cbfca4d..4ddfd34d 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -10,7 +10,7 @@ attrs==21.2.0 # via pytest babel==2.9.1 # via sphinx -backports.entry-points-selectable==1.1.0 +backports-entry-points-selectable==1.1.0 # via virtualenv blinker==1.4 # via -r requirements/tests.in @@ -74,7 +74,7 @@ pygments==2.10.0 # via sphinx pyparsing==2.4.7 # via packaging -pytest==6.2.5 +pytest==7.1.2 # via -r requirements/tests.in pytz==2021.3 # via babel @@ -113,10 +113,11 @@ sphinxcontrib-serializinghtml==1.1.5 toml==0.10.2 # via # pre-commit - # pytest # tox tomli==1.2.2 - # via pep517 + # via + # pep517 + # pytest tox==3.24.4 # via -r requirements/dev.in urllib3==1.26.7 diff --git a/requirements/tests.txt b/requirements/tests.txt index 7d472bc1..5f74a52b 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -20,7 +20,7 @@ py==1.10.0 # via pytest pyparsing==2.4.7 # via packaging -pytest==6.2.5 +pytest==7.1.2 # via -r requirements/tests.in -toml==0.10.2 +tomli==2.0.1 # via pytest