diff --git a/poetry.lock b/poetry.lock index b0f0153296..cbfa62f791 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "anyio" @@ -2114,5 +2114,5 @@ files = [ [metadata] lock-version = "2.0" -python-versions = "^3.10.6" -content-hash = "b34fffb4f150f05f1987ea27e7a56453b0810266313a016783d0c3e221da082e" +python-versions = "^3.10" +content-hash = "ccf63eaf7c62685afd915f1b284f92a450f00a02f216172bf40246b3926f9585" diff --git a/pyproject.toml b/pyproject.toml index 3bb4692aad..a6d9179dd8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,6 +78,8 @@ juju = "^3.2.2" psycopg2 = {version = "^2.9.9", extras = ["binary"]} boto3 = "^1.28.70" tenacity = "^8.2.3" +ops = "^2.8.0" +pytest-mock = "^3.12.0" [build-system] requires = ["poetry-core>=1.0.0"]