From 73c13ba1752891b1331f7a2b8bbdbe4b57fb2fe0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 11:19:03 +0000 Subject: [PATCH] Bump pytest from 8.0.1 to 8.1.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.0.1 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.1...8.1.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 6516bafbb44..0be769c506c 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -80,7 +80,7 @@ pycodestyle==2.11.0 # via flake8 pyflakes==3.2.0 # via flake8 -pytest==8.0.1 +pytest==8.1.1 # via # -r dev-requirements.in # pytest-cov