@@ -50,11 +50,11 @@ parameterized = "^0.9.0"
50
50
51
51
[tool .poetry .group .integration .dependencies ]
52
52
pytest = " ^7.4.0"
53
- pytest-github-secrets = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v23.0.4 " , subdirectory = " python/pytest_plugins/github_secrets" }
54
- pytest-microceph = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v23.0.4 " , subdirectory = " python/pytest_plugins/microceph" }
53
+ pytest-github-secrets = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v23.0.5 " , subdirectory = " python/pytest_plugins/github_secrets" }
54
+ pytest-microceph = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v23.0.5 " , subdirectory = " python/pytest_plugins/microceph" }
55
55
pytest-operator = " ^0.28.0"
56
- pytest-operator-cache = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v23.0.4 " , subdirectory = " python/pytest_plugins/pytest_operator_cache" }
57
- pytest-operator-groups = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v23.0.4 " , subdirectory = " python/pytest_plugins/pytest_operator_groups" }
56
+ pytest-operator-cache = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v23.0.5 " , subdirectory = " python/pytest_plugins/pytest_operator_cache" }
57
+ pytest-operator-groups = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v23.0.5 " , subdirectory = " python/pytest_plugins/pytest_operator_groups" }
58
58
juju = " ^3.5.2.0"
59
59
ops = " ^2.15.0"
60
60
mysql-connector-python = " ~8.0.33"
@@ -65,7 +65,7 @@ urllib3 = "^1.26.16"
65
65
lightkube = " ^0.14.0"
66
66
kubernetes = " ^27.2.0"
67
67
allure-pytest = " ^2.13.2"
68
- allure-pytest-collection-report = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v23.0.4 " , subdirectory = " python/pytest_plugins/allure_pytest_collection_report" }
68
+ allure-pytest-collection-report = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v23.0.5 " , subdirectory = " python/pytest_plugins/allure_pytest_collection_report" }
69
69
pytest-asyncio = " ^0.21.1"
70
70
71
71
[tool .coverage .run ]
0 commit comments