From a32f1b689165202415abea556665fd100afdff12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 05:19:56 +0000 Subject: [PATCH] Bump pytest from 7.0.1 to 7.2.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.0.1 to 7.2.1. - [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/7.0.1...7.2.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- test-requirements.txt | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index 11b36c6..cc16e86 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -42,13 +42,11 @@ packaging==21.3 # sphinx pluggy==1.0.0 # via pytest -py==1.11.0 - # via pytest pygments==2.12.0 # via sphinx pyparsing==3.0.9 # via packaging -pytest==7.0.1 +pytest==7.2.1 # via # -r test-requirements.in # pytest-cov @@ -75,8 +73,6 @@ sphinxcontrib-qthelp==1.0.3 sphinxcontrib-serializinghtml==1.1.5 # via sphinx tomli==1.2.2 - # via - # coverage - # pytest + # via coverage urllib3==1.26.8 # via requests