@@ -68,10 +68,10 @@ optional = true
68
68
69
69
[tool .poetry .group .integration .dependencies ]
70
70
pytest = " ^8.2.2"
71
- pytest-github-secrets = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v16.0.0 " , subdirectory = " python/pytest_plugins/github_secrets" }
71
+ pytest-github-secrets = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v16.0.1 " , subdirectory = " python/pytest_plugins/github_secrets" }
72
72
pytest-operator = " ^0.35.0"
73
- pytest-operator-cache = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v16.0.0 " , subdirectory = " python/pytest_plugins/pytest_operator_cache" }
74
- pytest-operator-groups = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v16.0.0 " , subdirectory = " python/pytest_plugins/pytest_operator_groups" }
73
+ pytest-operator-cache = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v16.0.1 " , subdirectory = " python/pytest_plugins/pytest_operator_cache" }
74
+ pytest-operator-groups = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v16.0.1 " , subdirectory = " python/pytest_plugins/pytest_operator_groups" }
75
75
# renovate caret doesn't work: https://github.com/renovatebot/renovate/issues/26940
76
76
juju = " <=3.5.0.0"
77
77
boto3 = " *"
@@ -80,7 +80,7 @@ landscape-api-py3 = "^0.9.0"
80
80
mailmanclient = " ^3.3.5"
81
81
psycopg2-binary = " ^2.9.9"
82
82
allure-pytest = " ^2.13.5"
83
- allure-pytest-collection-report = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v16.0.0 " , subdirectory = " python/pytest_plugins/allure_pytest_collection_report" }
83
+ allure-pytest-collection-report = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v16.0.1 " , subdirectory = " python/pytest_plugins/allure_pytest_collection_report" }
84
84
85
85
# Testing tools configuration
86
86
[tool .coverage .run ]
0 commit comments