From 8bc7840e1aa817700e726123f8822393183da18c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 12:20:32 +0000 Subject: [PATCH] Update dependency ops to v2.15.0 [SECURITY] --- poetry.lock | 11 +++++++---- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 69d3d1f7..09108cd1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1087,19 +1087,22 @@ 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" 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" @@ -2243,4 +2246,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "0bf2f32f9b067a0472959726c7a0252957568a4108c621f83d49f765073123c5" +content-hash = "d67d4674419aa7fbf5b2080e76f550f8f0c78e48e0430367b886acce1c8f33b4" diff --git a/pyproject.toml b/pyproject.toml index 3dd6071c..60dbdba2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ authors = [] [tool.poetry.dependencies] python = "^3.8.1" # ^3.8.1 required by flake8 # 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 = "^8.5.0" poetry-core = "^1.9.0" jinja2 = "^3.1.4"