File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -11,26 +11,26 @@ python = "^3.8"
1111optional = true
1212
1313[tool .poetry .group .format .dependencies ]
14- ruff = " ^0.8.0 "
14+ ruff = " ^0.13.2 "
1515
1616[tool .poetry .group .lint ]
1717optional = true
1818
1919[tool .poetry .group .lint .dependencies ]
20- ruff = " ^0.8.0 "
21- codespell = " 2.3.0 "
20+ ruff = " ^0.13.2 "
21+ codespell = " 2.4.1 "
2222
2323[tool .poetry .group .integration .dependencies ]
24- pytest = " ^8.3.3 "
24+ pytest = " ^8.4.2 "
2525pytest-github-secrets = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v35.0.2" , subdirectory = " python/pytest_plugins/github_secrets" }
26- pytest-operator = " ^0.38.0 "
26+ pytest-operator = " ^0.43.1 "
2727pytest-operator-cache = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v35.0.2" , subdirectory = " python/pytest_plugins/pytest_operator_cache" }
2828pytest-operator-groups = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v35.0.2" , subdirectory = " python/pytest_plugins/pytest_operator_groups" }
2929allure-pytest-collection-report = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v35.0.2" , subdirectory = " python/pytest_plugins/allure_pytest_collection_report" }
3030# renovate caret doesn't work: https://github.com/renovatebot/renovate/issues/26940
31- juju = " >=3.5.2.1 "
31+ juju = " >=3.6.1.3 "
3232mysql-connector-python = " ~8.0.33"
33- allure-pytest = " ^2.13.5 "
33+ allure-pytest = " ^2.15.0 "
3434
3535# Testing tools configuration
3636[tool .coverage .run ]
You can’t perform that action at this time.
0 commit comments