From f85aed837510508b4cec5cf60b14d091973186bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 19:56:28 +0000 Subject: [PATCH] Bump pytest from 8.0.0 to 8.0.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.0.0 to 8.0.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/8.0.0...8.0.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.in | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.in b/requirements-dev.in index a6b5e93a6..6f59f1f9e 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -1,2 +1,2 @@ -pytest==8.0.0 +pytest==8.0.1 pytest-cov==4.1.0 diff --git a/requirements-dev.txt b/requirements-dev.txt index fcbcc40a9..8c2ad55e4 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -18,7 +18,7 @@ pluggy==1.4.0 # via pytest pyparsing==3.0.6 # via packaging -pytest==8.0.0 +pytest==8.0.1 # via # -r requirements-dev.in # pytest-cov