@@ -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 .1"
11+ mongo-charms-single-kernel = " 1.7 .1"
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.17.0 "
2020setuptools = " ^72.0.0"
21- rpds-py = " 0.18 .0"
21+ rpds-py = " 0.26 .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"
@@ -56,22 +56,22 @@ coverage = {extras = ["toml"], version = "^7.5.0"}
5656pytest = " ^8.1.1"
5757pytest-mock = " *"
5858parameterized = " ^0.9.0"
59- mongo-charms-single-kernel = " 1.6 .1"
59+ mongo-charms-single-kernel = " 1.7 .1"
6060
6161[tool .poetry .group .integration .dependencies ]
6262allure-pytest = " ^2.13.5"
6363ops = " >=2.21"
64- mongo-charms-single-kernel = " 1.6 .1"
64+ mongo-charms-single-kernel = " 1.7 .1"
6565pymongo = " ^4.7.3"
6666parameterized = " ^0.9.0"
67- lightkube = " ^0.15.3 "
67+ lightkube = " ^0.17.0 "
6868more_itertools = " *"
6969kubernetes = " ^30.1.0"
7070juju = " ^3.5.0"
7171pytest = " ^8.1.1"
72- pytest-asyncio = " ^0.21.1 "
72+ pytest-asyncio = " ^0.26.0 "
7373pytest-mock = " ^3.14.0"
74- pytest-operator = " ^0.36 .0"
74+ pytest-operator = " ^0.43 .0"
7575pytest-operator-cache = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v29.0.0" , subdirectory = " python/pytest_plugins/pytest_operator_cache" }
7676pytest-operator-groups = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v29.0.0" , subdirectory = " python/pytest_plugins/pytest_operator_groups" }
7777pytest-github-secrets = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v29.0.0" , subdirectory = " python/pytest_plugins/github_secrets" }
0 commit comments