From 75c9d285e2951f6416ddf7cdcbff23ca5c98c0a0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 01:55:26 +0000 Subject: [PATCH] Update Python dependencies --- common/pyproject.toml | 2 +- kubernetes/pyproject.toml | 2 +- machines/pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/pyproject.toml b/common/pyproject.toml index 59cfe31..517a123 100644 --- a/common/pyproject.toml +++ b/common/pyproject.toml @@ -3,7 +3,7 @@ name = "common" version = "0.1.0" requires-python = ">=3.10" dependencies = [ - "ops>=2.9.0", + "ops>=3.2.0", "charm-refresh>=3.1.0.2", "charm-api>=0.1.2", "requests>=2.32.4", diff --git a/kubernetes/pyproject.toml b/kubernetes/pyproject.toml index 98081bf..724f54c 100644 --- a/kubernetes/pyproject.toml +++ b/kubernetes/pyproject.toml @@ -45,7 +45,7 @@ pytest = "^8.4.1" pytest-xdist = "^3.8.0" pytest-forked = "^1.6.0" # Workaround to deal with memory leaks in scenario tests pytest-cov = "^6.2.1" -ops-scenario = "^6.0.3, <6.0.4" # 6.0.4 requires ops >= 2.12 +ops-scenario = "^8.2.0, <8.2.1" # 6.0.4 requires ops >= 2.12 ops = "^2.9.0" [tool.poetry.group.integration.dependencies] diff --git a/machines/pyproject.toml b/machines/pyproject.toml index e998d14..cbd829e 100644 --- a/machines/pyproject.toml +++ b/machines/pyproject.toml @@ -43,7 +43,7 @@ codespell = "^2.4.1" pytest = "^8.4.1" pytest-xdist = "^3.8.0" pytest-cov = "^6.2.1" -ops-scenario = "^6.0.3, <6.0.4" # 6.0.4 requires ops >= 2.12 +ops-scenario = "^8.2.0, <8.2.1" # 6.0.4 requires ops >= 2.12 [tool.poetry.group.integration.dependencies] pytest = "^8.4.1"