From 270aa144c925afe35b4708b0242c43fad5961b75 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 02:14:46 +0000 Subject: [PATCH] Update Python dependencies --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3e4349bbe..0dbd10cea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,9 +9,9 @@ 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" -tenacity = "^8.5.0" +tenacity = "^9.0.0" jinja2 = "^3.1.4" -poetry-core = "^1.9.0" +poetry-core = "^2.0.0" requests = "^2.32.3" [tool.poetry.group.charm-libs.dependencies] @@ -44,8 +44,8 @@ codespell = "^2.3.0" pytest = "^8.2.2" 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 +pytest-cov = "^6.0.0" +ops-scenario = "^7.0.5, <7.0.6" # 6.0.4 requires ops >= 2.12 ops = "^2.9.0" [tool.poetry.group.integration.dependencies] @@ -56,7 +56,7 @@ pytest-operator-groups = {git = "https://github.com/canonical/data-platform-work juju = "^3.6.0.0" mysql-connector-python = "~8.0.33" pyyaml = "^6.0.1" -tenacity = "^8.5.0" +tenacity = "^9.0.0" allure-pytest = "^2.13.5" allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v24.0.2", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"}