@@ -66,18 +66,19 @@ parameterized = "^0.9.0"
66
66
67
67
[tool .poetry .group .integration .dependencies ]
68
68
pytest = " ^7.4.0"
69
- pytest-github-secrets = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v13.1.0 " , subdirectory = " python/pytest_plugins/github_secrets" }
70
- pytest-microceph = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v13.1.0 " , subdirectory = " python/pytest_plugins/microceph" }
69
+ pytest-github-secrets = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v16.2.1 " , subdirectory = " python/pytest_plugins/github_secrets" }
70
+ pytest-microceph = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v16.2.1 " , subdirectory = " python/pytest_plugins/microceph" }
71
71
pytest-operator = " ^0.28.0"
72
- pytest-operator-cache = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v13.1.0 " , subdirectory = " python/pytest_plugins/pytest_operator_cache" }
73
- pytest-operator-groups = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v13.1.0 " , subdirectory = " python/pytest_plugins/pytest_operator_groups" }
72
+ pytest-operator-cache = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v16.2.1 " , subdirectory = " python/pytest_plugins/pytest_operator_cache" }
73
+ pytest-operator-groups = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v16.2.1 " , subdirectory = " python/pytest_plugins/pytest_operator_groups" }
74
74
juju = " ^3.2.2"
75
75
mysql-connector-python = " ~8.0.33"
76
76
tenacity = " ^8.2.2"
77
77
boto3 = " ^1.28.11"
78
78
pyyaml = " ^6.0"
79
79
urllib3 = " ^1.26.16"
80
80
allure-pytest = " ^2.13.2"
81
+ allure-pytest-collection-report = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v16.2.1" , subdirectory = " python/pytest_plugins/allure_pytest_collection_report" }
81
82
82
83
83
84
[tool .coverage .run ]
0 commit comments