diff --git a/poetry.lock b/poetry.lock index 499435041..c6b607fa5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1209,19 +1209,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" @@ -2411,4 +2414,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "68f5fbc7bd839957cd8bdf841d0afa9790cb46ef8c39b3be7d3d75ece28d9e30" +content-hash = "8b4a82b019d07a7c020a3057486f0571aeb52ba28a1c6db61f5cf89efc857840" diff --git a/pyproject.toml b/pyproject.toml index 0a99467bc..08318b83d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ package-mode = false [tool.poetry.dependencies] python = "^3.10" # 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.15.3" tenacity = "^8.5.0" jinja2 = "^3.1.4"