We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9389fe commit 9ab9cd4Copy full SHA for 9ab9cd4
pyproject.toml
@@ -46,15 +46,15 @@ selenium = "*"
46
webdriver-manager = "*"
47
msedge-selenium-tools = "*"
48
cssselect = "*"
49
-lxml = "^5.1.0"
+lxml = "^6.0.0"
50
pytest-splunk-addon = "^6.0.0"
51
52
[tool.poetry.plugins]
53
pytest11 = { "ucc-smartx" = "pytest_splunk_addon_ui_smartx.plugin" }
54
55
[tool.poetry.group.dev.dependencies]
56
-pytest = ">=5.4, <7.3"
57
-splunk-add-on-ucc-framework = "5.48.0"
+pytest = ">=8.4, <9"
+splunk-add-on-ucc-framework = "5.67.0"
58
pytest-rerunfailures = "^12.0"
59
60
[build-system]
0 commit comments