From 2b428d803d849879ea8ef53512bdd2626c973a9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Oct 2022 05:15:08 +0000 Subject: [PATCH] Bump pytest from 7.0.1 to 7.2.0 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.0.1 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/7.0.1...7.2.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- test-requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index 11b36c6..3afc1e3 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -24,6 +24,8 @@ cssselect==1.1.0 # via -r test-requirements.in docutils==0.17.1 # via sphinx +exceptiongroup==1.0.0rc9 + # via pytest idna==3.3 # via requests imagesize==1.3.0 @@ -42,13 +44,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.0 # via # -r test-requirements.in # pytest-cov