From 7a95479e80ade77ed29e633fd271a71a5f323df7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 08:04:55 +0000 Subject: [PATCH] Bump pytest from 6.2.5 to 7.1.3 in /requirements Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.5 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.5...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 | 8 ++++---- requirements/tests.txt | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 3cb7528..7f51432 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -66,7 +66,7 @@ pygments==2.10.0 # via sphinx pyparsing==2.4.7 # via packaging -pytest==6.2.5 +pytest==7.1.3 # 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..b94f918 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.5 - # via -r requirements/tests.in -toml==0.10.2 +pytest==7.1.3 + # via -r tests.in +tomli==2.0.1 # via pytest