From 76b8f8a7da4ea2c47b888e419c95af9ea14ea5f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 01:36:21 +0000 Subject: [PATCH] Lock file maintenance Python dependencies --- pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e3e2513a..d7c966a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,26 +35,26 @@ opentelemetry-exporter-otlp-proto-http = "1.21.0" optional = true [tool.poetry.group.format.dependencies] -ruff = "^0.4.5" +ruff = "^0.6.8" [tool.poetry.group.lint] optional = true [tool.poetry.group.lint.dependencies] -ruff = "^0.4.5" +ruff = "^0.6.8" codespell = "^2.3.0" [tool.poetry.group.unit.dependencies] -pytest = "^8.2.2" +pytest = "^8.3.3" pytest-xdist = "^3.6.1" pytest-cov = "^5.0.0" -ops-scenario = "^6.0.3, <6.0.4" # 6.0.4 requires ops >= 2.12 +ops-scenario = "^6.1.7, <6.1.8" # 6.0.4 requires ops >= 2.12 ops = "^2.9.0" pytest-mock = "^3.14.0" [tool.poetry.group.integration.dependencies] -pytest = "^8.2.2" -pytest-operator = "^0.35.0" +pytest = "^8.3.3" +pytest-operator = "^0.37.0" pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v22.0.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"} pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v22.0.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"} pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v22.0.0", subdirectory = "python/pytest_plugins/github_secrets"}