From b04a56f65e49e20d42fdeff56d32682bb58c89b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 08:21:11 -0300 Subject: [PATCH] Lock file maintenance Python dependencies (#280) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 20e519da..f1dc083a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1181,13 +1181,13 @@ subdirectory = "python/pytest_plugins/github_secrets" [[package]] name = "pytest-operator" -version = "0.38.0" +version = "0.39.0" description = "Fixtures for Operators" optional = false python-versions = "*" files = [ - {file = "pytest_operator-0.38.0-py3-none-any.whl", hash = "sha256:eef53d40d1301d1efd97c98021b3715e1ad9e932e720792e1897e8de3d47a8d2"}, - {file = "pytest_operator-0.38.0.tar.gz", hash = "sha256:bf2dc92fc32eff82708b57783941f24c8500dfb3770098811c28ee31b7f292f3"}, + {file = "pytest_operator-0.39.0-py3-none-any.whl", hash = "sha256:ade76e1896eaf7f71704b537fd6661a705d81a045b8db71531d9e4741913fa19"}, + {file = "pytest_operator-0.39.0.tar.gz", hash = "sha256:b66bd8c6d161593c258a5714118a51e9f37721e7cd9e503299423d8a7d900f90"}, ] [package.dependencies] @@ -1651,4 +1651,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10.6" -content-hash = "9a6c2dfb13a19426d050dacbafd541268d6d9a6407eb7517d65d394af33e75b3" +content-hash = "897be773820c33dcff5c3af55adfec20db5c07d79809fc444ea2a2737024a3ce" diff --git a/pyproject.toml b/pyproject.toml index 4eb9b4ed..4b398d0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ optional = true [tool.poetry.group.integration.dependencies] pytest = "^8.3.4" pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v24.0.0", subdirectory = "python/pytest_plugins/github_secrets"} -pytest-operator = "^0.38.0" +pytest-operator = "^0.39.0" pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v24.0.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"} pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v24.0.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"} allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v24.0.0", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"}