From 2e4e0874e1c2ba28149b9a0b94c78c0dea917acd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 15:16:58 +0000 Subject: [PATCH] Update pytest requirement from 8.0.2 to 8.2.1 Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [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.2.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 54c144e3..bf6332e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -103,7 +103,7 @@ python = ">= 3.9" [tool.poetry.group.test.dependencies] coverage = "7.4.3" -pytest = "8.0.2" +pytest = "8.2.1" pytest-cov = "4.1.0" pytest-benchmark = "4.0.0" pytest-asyncio = "0.23.5"