From 106f98545148f8c72e21893ee0f276e4f992c541 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 22:10:47 +0000 Subject: [PATCH] Update dependency pytest to v8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c646d96..950da1f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ typing-extensions = {version = "^4.9.0", python = "<3.9"} [tool.poetry.dev-dependencies] pre-commit = "^3.0.0" -pytest = "^7.4.0" +pytest = "^8.0.0" pytest-cov = "^4.1.0" requests-mock = "^1.11.0" tox = "^4.0.0"