From d04704d992bdfe1a589621feff5bd866326aa768 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 04:40:24 +0000 Subject: [PATCH] chore(deps): update poetry --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c5c8ced60..8e1d03f89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,13 +51,13 @@ colorama = "^0.4.6" [tool.poetry.group.dev.dependencies] mkdocs = "^1.4.2" importlib-metadata = {version="*", python="<3.8"} -pytest = "^7.2.1" +pytest = "^8.0.0" pytest-splunk-addon = "^5.4.0" pytest-splunk-addon-ui-smartx = "^5.3.0" pytest-rerunfailures = "^11.1.1" mkdocs-material = "^9.1.3" mkdocstrings = {version=">=0", extras=["python"]} -pytest-cov = "^4.0.0" +pytest-cov = "^5.0.0" covdefaults = "^2.3.0" xmldiff = "^2.6.3"