diff --git a/poetry.lock b/poetry.lock index 5182ad5..6754f4c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1135,13 +1135,13 @@ subdirectory = "python/pytest_plugins/github_secrets" [[package]] name = "pytest-operator" -version = "0.36.0" +version = "0.37.0" description = "Fixtures for Operators" optional = false python-versions = "*" files = [ - {file = "pytest_operator-0.36.0-py3-none-any.whl", hash = "sha256:edab65d9d80b19fc85acddeda4a1fd3bb55a781f43ffbb6e9c4002aeeada6ad2"}, - {file = "pytest_operator-0.36.0.tar.gz", hash = "sha256:041eeabd4c9590614f78b7568c74b0d42f768815a6b5c183da8ccfc23345bea9"}, + {file = "pytest_operator-0.37.0-py3-none-any.whl", hash = "sha256:da5f6f527115c70676c29a0f5422551b066f9693ff3cbcf968b6b1cd93eaf33c"}, + {file = "pytest_operator-0.37.0.tar.gz", hash = "sha256:9c03202c31e8434ac3fee21b955b32f64c7b9b440ab7bb4b2a51321cb23489da"}, ] [package.dependencies] @@ -1592,4 +1592,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "c251a166a30242f1f8a4f83f3bda5f5721b5411632d0650e4b859798075c10af" +content-hash = "3d52c111761916980565361ba0f44179b4e6ccfd44d2dc865b42244df8b4852d" diff --git a/pyproject.toml b/pyproject.toml index aec2126..cc6ff65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ parameterized = "^0.9.0" [tool.poetry.group.integration.dependencies] pytest = "^8.3.3" pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v21.0.1", subdirectory = "python/pytest_plugins/github_secrets"} -pytest-operator = "^0.36.0" +pytest-operator = "^0.37.0" pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v21.0.1", subdirectory = "python/pytest_plugins/pytest_operator_cache"} pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v21.0.1", subdirectory = "python/pytest_plugins/pytest_operator_groups"} juju = "^3.5.2.0"