@@ -58,19 +58,19 @@ parameterized = "^0.9.0"
58
58
59
59
[tool .poetry .group .integration .dependencies ]
60
60
pytest = " ^7.4.0"
61
- pytest-github-secrets = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v16.3.3 " , subdirectory = " python/pytest_plugins/github_secrets" }
62
- pytest-microceph = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v16.3.3 " , subdirectory = " python/pytest_plugins/microceph" }
61
+ pytest-github-secrets = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v18.0.0 " , subdirectory = " python/pytest_plugins/github_secrets" }
62
+ pytest-microceph = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v18.0.0 " , subdirectory = " python/pytest_plugins/microceph" }
63
63
pytest-operator = " ^0.28.0"
64
- pytest-operator-cache = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v16.3.3 " , subdirectory = " python/pytest_plugins/pytest_operator_cache" }
65
- pytest-operator-groups = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v16.3.3 " , subdirectory = " python/pytest_plugins/pytest_operator_groups" }
64
+ pytest-operator-cache = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v18.0.0 " , subdirectory = " python/pytest_plugins/pytest_operator_cache" }
65
+ pytest-operator-groups = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v18.0.0 " , subdirectory = " python/pytest_plugins/pytest_operator_groups" }
66
66
juju = " ^3.2.2"
67
67
mysql-connector-python = " ~8.0.33"
68
68
tenacity = " ^8.2.2"
69
69
boto3 = " ^1.28.11"
70
70
pyyaml = " ^6.0"
71
71
urllib3 = " ^1.26.16"
72
72
allure-pytest = " ^2.13.2"
73
- allure-pytest-collection-report = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v16.3.3 " , subdirectory = " python/pytest_plugins/allure_pytest_collection_report" }
73
+ allure-pytest-collection-report = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v18.0.0 " , subdirectory = " python/pytest_plugins/allure_pytest_collection_report" }
74
74
75
75
76
76
[tool .coverage .run ]
0 commit comments