From 61e3b2df68a7e757a995b9c17ceb17528d707ee7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 15:01:00 +0000 Subject: [PATCH] Bump pytest from 6.0.1 to 7.1.3 in /news Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.0.1 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.0.1...7.1.3) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- news/requirements.txt | 31 ++++++++++++++++++++----------- 1 file changed, 20 insertions(+), 11 deletions(-) diff --git a/news/requirements.txt b/news/requirements.txt index 2656a4bd16de..492d7a15f946 100644 --- a/news/requirements.txt +++ b/news/requirements.txt @@ -4,14 +4,23 @@ # # pip-compile # -attrs==19.3.0 # via pytest -docopt==0.6.2 # via -r news/requirements.in -iniconfig==1.0.1 # via pytest -more-itertools==8.0.0 # via pytest -packaging==20.4 # via pytest -pluggy==0.13.1 # via pytest -py==1.9.0 # via pytest -pyparsing==2.4.5 # via packaging -pytest==6.0.1 # via -r news/requirements.in -six==1.13.0 # via packaging -toml==0.10.1 # via pytest +attrs==19.3.0 + # via pytest +docopt==0.6.2 + # via -r requirements.in +iniconfig==1.0.1 + # via pytest +packaging==20.4 + # via pytest +pluggy==0.13.1 + # via pytest +py==1.9.0 + # via pytest +pyparsing==2.4.5 + # via packaging +pytest==7.1.3 + # via -r requirements.in +six==1.13.0 + # via packaging +tomli==2.0.1 + # via pytest