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