From 4090c928ee74c51b13bda5a31b6f04867743163c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 17:12:40 +0000 Subject: [PATCH] Bump pytest from 8.0.2 to 8.1.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.0.2 to 8.1.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.2...8.1.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 348c52f9..54e7853f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -57,7 +57,7 @@ platformdirs==4.1.0 # black # tox # virtualenv -pluggy==1.3.0 +pluggy==1.4.0 # via # pytest # tox @@ -69,7 +69,7 @@ pyflakes==3.2.0 # via flake8 pyproject-api==1.6.1 # via tox -pytest==8.0.2 +pytest==8.1.1 # via -r requirements-dev.in pyyaml==6.0.1 # via pre-commit