From ea1fd720309578698141aa71f20f8c190beafea3 Mon Sep 17 00:00:00 2001 From: Judit Novak Date: Mon, 23 Oct 2023 13:04:11 +0200 Subject: [PATCH] Juju3 as default + ops-scenario fixed (https://github.com/canonical/ops-scenario/issues/71) --- poetry.lock | 12 ++++++------ pyproject.toml | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index f55cb0bc..9690fb6a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -727,12 +727,12 @@ i18n = ["Babel (>=2.7)"] [[package]] name = "juju" -version = "2.9.44.0" +version = "3.2.0.1" description = "Python library for Juju" optional = false python-versions = "*" files = [ - {file = "juju-2.9.44.0.tar.gz", hash = "sha256:bc71fe0c8fd59ee00f0c3b03066682cd2273f299c36135451abb1a81289e68f9"}, + {file = "juju-3.2.0.1.tar.gz", hash = "sha256:7b167e6750002cf0a3888acbb9081f6eaf492c5d34500717784ec2aef5214545"}, ] [package.dependencies] @@ -988,13 +988,13 @@ websocket-client = "==1.*" [[package]] name = "ops-scenario" -version = "5.1.2" +version = "5.4.1" description = "Python library providing a state-transition testing API for Operator Framework charms." optional = false python-versions = ">=3.8" files = [ - {file = "ops-scenario-5.1.2.tar.gz", hash = "sha256:48d3caa6cae3e91b7ce65437c79413e3facd198ac941c7d12a322b27a786e743"}, - {file = "ops_scenario-5.1.2-py3-none-any.whl", hash = "sha256:6a08a9586e9dac173703433e19f2437a8c7f34afa5dd4b1b27415b7089e0a270"}, + {file = "ops-scenario-5.4.1.tar.gz", hash = "sha256:7d9e303038d62deac5497e29c3addb074e8a7c49c567e531924f39e4848ec9df"}, + {file = "ops_scenario-5.4.1-py3-none-any.whl", hash = "sha256:2de8d1e831939aac295e170fc5c338d09aaf3b454ef6b2a83c7793babcffa139"}, ] [package.dependencies] @@ -2015,4 +2015,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "0c4eee2836fef9a7f0124d7fb7823e2c60fb4edf29f94a542c06bc8927433752" +content-hash = "e3a0757f29249a152bc6f6322ba942baa3c2d71c9fc2096868203e43d153fdc9" diff --git a/pyproject.toml b/pyproject.toml index b0cffe3c..d444c3c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ codespell = "^2.2.5" pytest = "^7.4.0" pytest-xdist = "^3.3.1" pytest-cov = "^4.1.0" -ops-scenario = "^5.1.2" +ops-scenario = "^5.4.1" ops = ">=2.0.0" pytest-mock = "^3.11.1" @@ -53,7 +53,7 @@ pytest = "^7.4.0" pytest-operator = "^0.28.0" pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v5.0.1", subdirectory = "python/pytest_plugins/pytest_operator_cache"} pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v5.0.1", subdirectory = "python/pytest_plugins/pytest_operator_groups"} -juju = "^2.9.44.0" +juju = "3.2.0.1" mysql-connector-python = "~8.0.33" tenacity = "^8.2.2" ops = ">=2.0.0"