@@ -8,17 +8,17 @@ requires-poetry = ">=2.0.0"
88
99[tool .poetry .dependencies ]
1010python = " ^3.10.12"
11- mongo-charms-single-kernel = " 1.6 .11"
11+ mongo-charms-single-kernel = " 1.8 .11"
1212ops = " >=2.21"
1313pymongo = " ^4.7.3"
1414pyyaml = " ^6.0.1"
1515jinja2 = " ^3.1.3"
1616poetry-core = " ^2.0"
1717data-platform-helpers = " ^0.1.3"
1818overrides = " ^7.7.0"
19- lightkube = " ^0.15.3 "
19+ lightkube = " ^0.18.0 "
2020setuptools = " ^72.0.0"
21- rpds-py = " 0.18 .0"
21+ rpds-py = " 0.29 .0"
2222
2323[tool .poetry .group .charm-libs .dependencies ]
2424ops = " >=2.21"
@@ -45,7 +45,7 @@ flake8-docstrings = "^1.7.0"
4545flake8-copyright = " ^0.2.4"
4646flake8-builtins = " ^2.5.0"
4747pyproject-flake8 = " ^7.0.0"
48- pep8-naming = " ^0.13.3 "
48+ pep8-naming = " ^0.15.0 "
4949codespell = " ^2.2.6"
5050shellcheck-py = " ^0.10.0.1"
5151black = " ^24.4.2"
@@ -54,17 +54,17 @@ isort = "^5.13.2"
5454[tool .poetry .group .integration .dependencies ]
5555allure-pytest = " ^2.13.5"
5656ops = " >=2.21"
57- mongo-charms-single-kernel = " 1.6 .11"
57+ mongo-charms-single-kernel = " 1.8 .11"
5858pymongo = " ^4.7.3"
5959parameterized = " ^0.9.0"
60- lightkube = " ^0.15.3 "
60+ lightkube = " ^0.18.0 "
6161more_itertools = " *"
6262kubernetes = " ^30.1.0"
6363juju = " ^3.5.0"
6464pytest = " ^8.1.1"
65- pytest-asyncio = " ^0.21.1 "
65+ pytest-asyncio = " ^0.26.0 "
6666pytest-mock = " ^3.14.0"
67- pytest-operator = " ^0.36 .0"
67+ pytest-operator = " ^0.43 .0"
6868pytest-operator-cache = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v35.0.2" , subdirectory = " python/pytest_plugins/pytest_operator_cache" }
6969pytest-operator-groups = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v35.0.2" , subdirectory = " python/pytest_plugins/pytest_operator_groups" }
7070pytest-github-secrets = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v35.0.2" , subdirectory = " python/pytest_plugins/github_secrets" }
0 commit comments