@@ -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"
@@ -26,11 +26,11 @@ pyOpenSSL = "^24.2.1"
2626setuptools = " ^72.0.0"
2727
2828[tool .poetry .group .charm-libs .dependencies ]
29- ops = " ~2.15 .0"
29+ ops = " ~2.17 .0"
3030pydantic = " ^1.10.7" # cos_agent lib
3131cryptography = " ^42.0.5" # tls_certificates lib v3
3232jsonschema = " ^4.22.0" # tls_certificates lib v3
33- cosl = " ^0.0.16 " # loki_push_api
33+ cosl = " ^0.0.41 " # loki_push_api
3434pyOpenSSL = " ^24.2.1"
3535
3636[tool .poetry .group .format ]
@@ -49,7 +49,7 @@ flake8-docstrings = "^1.7.0"
4949flake8-copyright = " ^0.2.4"
5050flake8-builtins = " ^2.5.0"
5151pyproject-flake8 = " ^7.0.0"
52- pep8-naming = " ^0.13.3 "
52+ pep8-naming = " ^0.14.0 "
5353codespell = " ^2.2.6"
5454shellcheck-py = " ^0.10.0.1"
5555black = " ^24.4.2"
@@ -62,7 +62,7 @@ parameterized = "^0.9.0"
6262
6363[tool .poetry .group .integration .dependencies ]
6464allure-pytest = " ^2.13.5"
65- ops = " ~2.15 .0"
65+ ops = " ~2.17 .0"
6666tenacity = " ^8.2.3"
6767pymongo = " ^4.7.3"
6868parameterized = " ^0.9.0"
@@ -71,9 +71,9 @@ more_itertools = "*"
7171kubernetes = " ^30.1.0"
7272juju = " ^3.5.0"
7373pytest = " ^8.1.1"
74- pytest-asyncio = " ^0.21.1 "
74+ pytest-asyncio = " ^0.24.0 "
7575pytest-mock = " ^3.14.0"
76- pytest-operator = " ^0.36 .0"
76+ pytest-operator = " ^0.38 .0"
7777pytest-operator-cache = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v21.0.0" , subdirectory = " python/pytest_plugins/pytest_operator_cache" }
7878pytest-operator-groups = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v21.0.0" , subdirectory = " python/pytest_plugins/pytest_operator_groups" }
7979pytest-github-secrets = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v21.0.0" , subdirectory = " python/pytest_plugins/github_secrets" }
0 commit comments