From fea3043daba6ea0c020ac867de9e6fa702ee45dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 22:03:46 +0000 Subject: [PATCH] Update pytest requirement from ^7.3.0 to ^8.0.2 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/7.3.0...8.0.2) --- 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 6919829b..26351285 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ sphinx-copybutton = "^0.5.1" [tool.poetry.group.tests] optional = true [tool.poetry.group.tests.dependencies] -pytest = "^7.3.0" +pytest = "^8.0.2" pytest-cov = "^4.0.0" pytest-httpx = "^0.29.0" pytest-mock = "^3.12.0"