From a3ae2cde00db85544824ef03994c05ff4d68c859 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 11:13:39 +0000 Subject: [PATCH] chore(deps): update all dependencies --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f0b287a5..063a86fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,15 +40,15 @@ selenium = "*" webdriver-manager = "*" msedge-selenium-tools = "*" cssselect = "*" -lxml = "^4.8.0" +lxml = "^5.0.0" pytest-splunk-addon = "^5.0.0" [tool.poetry.plugins] pytest11 = { "ucc-smartx" = "pytest_splunk_addon_ui_smartx.plugin" } [tool.poetry.group.dev.dependencies] -pytest = ">=5.4, <7.3" -splunk-add-on-ucc-framework = "5.48.0" +pytest = ">=8.3, <9" +splunk-add-on-ucc-framework = "5.51.1" pytest-rerunfailures = "^12.0" [build-system]