diff --git a/poetry.lock b/poetry.lock index 0359e3e71..b46da1c3b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1572,13 +1572,13 @@ subdirectory = "python/pytest_plugins/github_secrets" [[package]] name = "pytest-operator" -version = "0.32.0" +version = "0.34.0" description = "Fixtures for Operators" optional = false python-versions = "*" files = [ - {file = "pytest-operator-0.32.0.tar.gz", hash = "sha256:9e7b3b1384118110654f86bb6aaf772d29c6f38aec05492707ad09beff7b645b"}, - {file = "pytest_operator-0.32.0-py3-none-any.whl", hash = "sha256:a03efd6e3aea5f5c7395ef64c45d6d1719fde61f8593804dc5c8ffff561ecfd4"}, + {file = "pytest-operator-0.34.0.tar.gz", hash = "sha256:b2d85c666436fae41e8e8f914e12c07362c473caa0f325c58e1270b00fd4fca4"}, + {file = "pytest_operator-0.34.0-py3-none-any.whl", hash = "sha256:a3534ef376c5931beb04859359f18a4477001e14ed664459fb148cfafaffb943"}, ] [package.dependencies] @@ -2175,4 +2175,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8.10" -content-hash = "0aa08d26a1c1ab3acc60cb404ee51a1ee4fb33158cc5d3d67693f71c9497073f" +content-hash = "317901780e7e836e5aca9ea36a1ea1e6d16a4f7cc9ab00e0940f9e2102c5d673" diff --git a/pyproject.toml b/pyproject.toml index 0683f5d0a..2358aaced 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,8 +56,8 @@ codespell = "^2.2.6" optional = true [tool.poetry.group.unit.dependencies] -coverage = {extras = ["toml"], version = "^7.4.2"} -pytest = "^8.0.1" +coverage = {extras = ["toml"], version = "^7.4.3"} +pytest = "^8.0.2" pytest-asyncio = "*" jinja2 = "^3.1.3" parameterized = "^0.9.0" @@ -66,9 +66,9 @@ parameterized = "^0.9.0" optional = true [tool.poetry.group.integration.dependencies] -pytest = "^8.0.1" +pytest = "^8.0.2" pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v11.1.2", subdirectory = "python/pytest_plugins/github_secrets"} -pytest-operator = "^0.32.0" +pytest-operator = "^0.34.0" pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v11.1.2", subdirectory = "python/pytest_plugins/pytest_operator_cache"} pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v11.1.2", subdirectory = "python/pytest_plugins/pytest_operator_groups"} juju = "^3.3.0.0"