From f9b505e0add84983c33c614768e689fc243855e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 02:09:49 +0000 Subject: [PATCH] Update Python dependencies --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b55ce1093..6957cbd09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,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.1.0, <8.1.1" # 6.0.4 requires ops >= 2.12 ops = "^2.9.0" [tool.poetry.group.integration.dependencies]