From 16317cb21cf79fcb1b29a40d3f85921873fa0b8c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 14:10:00 +0000 Subject: [PATCH] Update dependency ops to v2.15.0 [SECURITY] --- kubernetes/poetry.lock | 11 +++++++---- kubernetes/pyproject.toml | 2 +- machines/poetry.lock | 11 +++++++---- machines/pyproject.toml | 2 +- 4 files changed, 16 insertions(+), 10 deletions(-) diff --git a/kubernetes/poetry.lock b/kubernetes/poetry.lock index 5e3f372..55d65a5 100644 --- a/kubernetes/poetry.lock +++ b/kubernetes/poetry.lock @@ -1536,20 +1536,23 @@ files = [ [[package]] name = "ops" -version = "2.9.0" +version = "2.15.0" description = "The Python library behind great charms" optional = false python-versions = ">=3.8" groups = ["main", "charm-libs", "unit"] files = [ - {file = "ops-2.9.0-py3-none-any.whl", hash = "sha256:1d443e4d45e0c2443b8334d37a177287f22a12ee0cb02a30cf7c3159316cb643"}, - {file = "ops-2.9.0.tar.gz", hash = "sha256:d3c541659eded56f42f9c18270408cc6313895968f1360b3f1de75c99cc99ada"}, + {file = "ops-2.15.0-py3-none-any.whl", hash = "sha256:8e47ab8a814301776b0ff42b32544ebdece7f1639168d2c86dc7a25930d2e493"}, + {file = "ops-2.15.0.tar.gz", hash = "sha256:f3bad7417e98e8f390523fad097702eed16e99b38a25e9fe856aad226474b057"}, ] [package.dependencies] PyYAML = "==6.*" websocket-client = "==1.*" +[package.extras] +docs = ["canonical-sphinx-extensions", "furo", "linkify-it-py", "myst-parser", "pyspelling", "sphinx (==6.2.1)", "sphinx-autobuild", "sphinx-copybutton", "sphinx-design", "sphinx-notfound-page", "sphinx-tabs", "sphinxcontrib-jquery", "sphinxext-opengraph"] + [[package]] name = "ops-scenario" version = "6.0.3" @@ -2885,4 +2888,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "25139a94df7a8d35d027f943f8b1c1b864dcfdfd474944a1988bf1536939e089" +content-hash = "0b79d9847069ea80bdddb6a4365460dc7d89b91ce03bd301bf13413c26cb0432" diff --git a/kubernetes/pyproject.toml b/kubernetes/pyproject.toml index 1a13e00..1fa781f 100644 --- a/kubernetes/pyproject.toml +++ b/kubernetes/pyproject.toml @@ -9,7 +9,7 @@ requires-poetry = ">=2.0.0" python = "^3.10" common = {path = "../common", develop = true} # breaking change in ops 2.10.0: https://github.com/canonical/operator/pull/1091#issuecomment-1888644075 -ops = "^2.9.0, <2.10" +ops = "<2.16" lightkube = "^0.17.2" tenacity = "^9.1.2" charm-refresh = "^3.1.0.2" diff --git a/machines/poetry.lock b/machines/poetry.lock index 5a6a904..eb5c045 100644 --- a/machines/poetry.lock +++ b/machines/poetry.lock @@ -1536,20 +1536,23 @@ files = [ [[package]] name = "ops" -version = "2.9.0" +version = "2.15.0" description = "The Python library behind great charms" optional = false python-versions = ">=3.8" groups = ["main", "charm-libs", "integration", "unit"] files = [ - {file = "ops-2.9.0-py3-none-any.whl", hash = "sha256:1d443e4d45e0c2443b8334d37a177287f22a12ee0cb02a30cf7c3159316cb643"}, - {file = "ops-2.9.0.tar.gz", hash = "sha256:d3c541659eded56f42f9c18270408cc6313895968f1360b3f1de75c99cc99ada"}, + {file = "ops-2.15.0-py3-none-any.whl", hash = "sha256:8e47ab8a814301776b0ff42b32544ebdece7f1639168d2c86dc7a25930d2e493"}, + {file = "ops-2.15.0.tar.gz", hash = "sha256:f3bad7417e98e8f390523fad097702eed16e99b38a25e9fe856aad226474b057"}, ] [package.dependencies] PyYAML = "==6.*" websocket-client = "==1.*" +[package.extras] +docs = ["canonical-sphinx-extensions", "furo", "linkify-it-py", "myst-parser", "pyspelling", "sphinx (==6.2.1)", "sphinx-autobuild", "sphinx-copybutton", "sphinx-design", "sphinx-notfound-page", "sphinx-tabs", "sphinxcontrib-jquery", "sphinxext-opengraph"] + [[package]] name = "ops-scenario" version = "6.0.3" @@ -2868,4 +2871,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "dd49f88f78b722bea2beec95b4a8c188308ae218ea23c5d716b7c703d103eff4" +content-hash = "1210155d770ae639e9b87e12ec1a9c9dea5d5178b2753aa5cbb43fd50506238b" diff --git a/machines/pyproject.toml b/machines/pyproject.toml index f01ff30..ad7bf1f 100644 --- a/machines/pyproject.toml +++ b/machines/pyproject.toml @@ -9,7 +9,7 @@ requires-poetry = ">=2.0.0" python = "^3.10" common = {path = "../common", develop = true} # breaking change in ops 2.10.0: https://github.com/canonical/operator/pull/1091#issuecomment-1888644075 -ops = "^2.9.0, <2.10" +ops = "<2.16" tenacity = "^9.1.2" charm-refresh = "^3.1.0.2"