File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,24 +11,24 @@ python = "^3.8"
1111optional = true
1212
1313[tool .poetry .group .format .dependencies ]
14- ruff = " ^0.8.0 "
14+ ruff = " ^0.8.3 "
1515
1616[tool .poetry .group .lint ]
1717optional = true
1818
1919[tool .poetry .group .lint .dependencies ]
20- ruff = " ^0.8.0 "
20+ ruff = " ^0.8.3 "
2121codespell = " 2.3.0"
2222
2323[tool .poetry .group .integration .dependencies ]
24- pytest = " ^8.3.3 "
24+ pytest = " ^8.3.4 "
2525pytest-github-secrets = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v23.1.0" , subdirectory = " python/pytest_plugins/github_secrets" }
26- pytest-operator = " ^0.38 .0"
26+ pytest-operator = " ^0.39 .0"
2727pytest-operator-cache = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v23.1.0" , subdirectory = " python/pytest_plugins/pytest_operator_cache" }
2828pytest-operator-groups = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v23.1.0" , subdirectory = " python/pytest_plugins/pytest_operator_groups" }
2929allure-pytest-collection-report = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v23.1.0" , 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.0.0 "
3232mysql-connector-python = " ~8.0.33"
3333allure-pytest = " ^2.13.5"
3434
You can’t perform that action at this time.
0 commit comments