From e67aa30321d38604898124cfc37728199726fdf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 07:59:18 +0000 Subject: [PATCH] Bump pytest from 6.2.5 to 7.2.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.5 to 7.2.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.2.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-dev.in | 2 +- requirements-dev.txt | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/requirements-dev.in b/requirements-dev.in index 811ee3c7a..c55ed4db2 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -1,2 +1,2 @@ -pytest==6.2.5 +pytest==7.2.2 pytest-cov==3.0.0 diff --git a/requirements-dev.txt b/requirements-dev.txt index 791721562..bf420cc7c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -14,17 +14,13 @@ packaging==21.3 # via pytest pluggy==1.0.0 # via pytest -py==1.11.0 - # via pytest pyparsing==3.0.6 # via packaging -pytest==6.2.5 +pytest==7.2.2 # via # -r requirements-dev.in # pytest-cov pytest-cov==3.0.0 # via -r requirements-dev.in -toml==0.10.2 - # via pytest tomli==2.0.0 # via coverage