@@ -15,7 +15,7 @@ repository = "https://github.com/canonical/mongodb-k8s-operator"
1515
1616[tool .poetry .dependencies ]
1717python = " ^3.10.12"
18- ops = " ~2.15 .0"
18+ ops = " ~2.17 .0"
1919pymongo = " ^4.7.3"
2020tenacity = " ^8.2.3"
2121pyyaml = " ^6.0.1"
@@ -28,11 +28,11 @@ pyOpenSSL = "^24.2.1"
2828setuptools = " ^72.0.0"
2929
3030[tool .poetry .group .charm-libs .dependencies ]
31- ops = " ~2.15 .0"
31+ ops = " ~2.17 .0"
3232pydantic = " ^1.10.7" # cos_agent lib
3333cryptography = " ^42.0.5" # tls_certificates lib v3
3434jsonschema = " ^4.22.0" # tls_certificates lib v3
35- cosl = " ^0.0.16 " # loki_push_api
35+ cosl = " ^0.0.42 " # loki_push_api
3636pyOpenSSL = " ^24.2.1"
3737
3838[tool .poetry .group .format ]
@@ -51,7 +51,7 @@ flake8-docstrings = "^1.7.0"
5151flake8-copyright = " ^0.2.4"
5252flake8-builtins = " ^2.5.0"
5353pyproject-flake8 = " ^7.0.0"
54- pep8-naming = " ^0.13.3 "
54+ pep8-naming = " ^0.14.0 "
5555codespell = " ^2.2.6"
5656shellcheck-py = " ^0.10.0.1"
5757black = " ^24.4.2"
@@ -64,7 +64,7 @@ parameterized = "^0.9.0"
6464
6565[tool .poetry .group .integration .dependencies ]
6666allure-pytest = " ^2.13.5"
67- ops = " ~2.15 .0"
67+ ops = " ~2.17 .0"
6868tenacity = " ^8.2.3"
6969pymongo = " ^4.7.3"
7070parameterized = " ^0.9.0"
@@ -73,9 +73,9 @@ more_itertools = "*"
7373kubernetes = " ^30.1.0"
7474juju = " ^3.5.0"
7575pytest = " ^8.1.1"
76- pytest-asyncio = " ^0.21.1 "
76+ pytest-asyncio = " ^0.24.0 "
7777pytest-mock = " ^3.14.0"
78- pytest-operator = " ^0.36 .0"
78+ pytest-operator = " ^0.38 .0"
7979pytest-operator-cache = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v21.0.0" , subdirectory = " python/pytest_plugins/pytest_operator_cache" }
8080pytest-operator-groups = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v21.0.0" , subdirectory = " python/pytest_plugins/pytest_operator_groups" }
8181pytest-github-secrets = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v21.0.0" , subdirectory = " python/pytest_plugins/github_secrets" }
0 commit comments