From 66905ebb9468889ff9afcb53e5968c9b3e2b53b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 01:03:40 +0000 Subject: [PATCH] Lock file maintenance Python dependencies --- pyproject.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3dd6071c..5c1b97b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ python = "^3.8.1" # ^3.8.1 required by flake8 # breaking change in ops 2.10.0: https://github.com/canonical/operator/pull/1091#issuecomment-1888644075 ops = "^2.9.0, <2.10" tenacity = "^8.5.0" -poetry-core = "^1.9.0" +poetry-core = "^1.9.1" jinja2 = "^3.1.4" requests = "^2.32.3" @@ -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.8.3" [tool.poetry.group.lint] optional = true [tool.poetry.group.lint.dependencies] -ruff = "^0.4.5" +ruff = "^0.8.3" codespell = "^2.3.0" [tool.poetry.group.unit.dependencies] -pytest = "^8.2.2" +pytest = "^8.3.4" 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.4" +pytest-operator = "^0.39.0" pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.1.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"} pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.1.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"} pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.1.0", subdirectory = "python/pytest_plugins/github_secrets"}