From 868ef2996fdeed5eed96723b52886cb6177d7bee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 15:54:30 +0000 Subject: [PATCH] fix(deps): update dependency ops to v3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2f3aaff..cad4cff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ requires-python = "~=3.8" # You should include the dependencies of the code in src/. You should also include the # dependencies of any charmlibs that the charm uses (copy the dependencies from PYDEPS). dependencies = [ - "ops==2.23.4", + "ops==3.8.2", "cosl", "netifaces2", ]