From aab56681e51c3f07db1567f98d206c3d83495de2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 01:22:57 +0000 Subject: [PATCH] Lock file maintenance Python dependencies --- pyproject.toml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4636d172a..a45365ec8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,10 +9,10 @@ requires-poetry = ">=2.0.0" python = "^3.10" # breaking change in ops 2.10.0: https://github.com/canonical/operator/pull/1091#issuecomment-1888644075 ops = "^2.9.0, <2.10" -lightkube = "^0.15.3" +lightkube = "^0.17.1" tenacity = "^8.5.0" -jinja2 = "^3.1.4" -poetry-core = "^1.9.0" +jinja2 = "^3.1.6" +poetry-core = "^1.9.1" requests = "^2.32.3" [tool.poetry.group.charm-libs.dependencies] @@ -32,31 +32,31 @@ jsonschema = "*" optional = true [tool.poetry.group.format.dependencies] -ruff = "^0.4.5" +ruff = "^0.11.7" [tool.poetry.group.lint] optional = true [tool.poetry.group.lint.dependencies] -ruff = "^0.4.5" -codespell = "^2.3.0" +ruff = "^0.11.7" +codespell = "^2.4.1" [tool.poetry.group.unit.dependencies] -pytest = "^8.2.2" +pytest = "^8.3.5" pytest-xdist = "^3.6.1" pytest-forked = "^1.6.0" # Workaround to deal with memory leaks in scenario tests 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" [tool.poetry.group.integration.dependencies] -pytest = "^8.2.2" -pytest-operator = "^0.35.0" +pytest = "^8.3.5" +pytest-operator = "^0.42.0" juju = "^3.6.0.0" mysql-connector-python = "^9.2.0" -pyyaml = "^6.0.1" +pyyaml = "^6.0.2" tenacity = "^8.5.0" -allure-pytest = "^2.13.5" +allure-pytest = "^2.14.1" allure-pytest-default-results = "^0.1.2" [tool.coverage.run]