@@ -8,17 +8,17 @@ requires-poetry = ">=2.0.0"
8
8
9
9
[tool .poetry .dependencies ]
10
10
python = " ^3.10.12"
11
- mongo-charms-single-kernel = " 1.6.3 "
11
+ mongo-charms-single-kernel = " 1.8.1 "
12
12
ops = " >=2.21"
13
13
pymongo = " ^4.7.3"
14
14
pyyaml = " ^6.0.1"
15
15
jinja2 = " ^3.1.3"
16
16
poetry-core = " ^2.0"
17
17
data-platform-helpers = " ^0.1.3"
18
18
overrides = " ^7.7.0"
19
- lightkube = " ^0.15.3 "
19
+ lightkube = " ^0.17.0 "
20
20
setuptools = " ^72.0.0"
21
- rpds-py = " 0.18 .0"
21
+ rpds-py = " 0.27 .0"
22
22
23
23
[tool .poetry .group .charm-libs .dependencies ]
24
24
ops = " >=2.21"
@@ -45,7 +45,7 @@ flake8-docstrings = "^1.7.0"
45
45
flake8-copyright = " ^0.2.4"
46
46
flake8-builtins = " ^2.5.0"
47
47
pyproject-flake8 = " ^7.0.0"
48
- pep8-naming = " ^0.13.3 "
48
+ pep8-naming = " ^0.15.0 "
49
49
codespell = " ^2.2.6"
50
50
shellcheck-py = " ^0.10.0.1"
51
51
black = " ^24.4.2"
@@ -56,22 +56,22 @@ coverage = {extras = ["toml"], version = "^7.5.0"}
56
56
pytest = " ^8.1.1"
57
57
pytest-mock = " *"
58
58
parameterized = " ^0.9.0"
59
- mongo-charms-single-kernel = " 1.6.3 "
59
+ mongo-charms-single-kernel = " 1.8.1 "
60
60
61
61
[tool .poetry .group .integration .dependencies ]
62
62
allure-pytest = " ^2.13.5"
63
63
ops = " >=2.21"
64
- mongo-charms-single-kernel = " 1.6.3 "
64
+ mongo-charms-single-kernel = " 1.8.1 "
65
65
pymongo = " ^4.7.3"
66
66
parameterized = " ^0.9.0"
67
- lightkube = " ^0.15.3 "
67
+ lightkube = " ^0.17.0 "
68
68
more_itertools = " *"
69
69
kubernetes = " ^30.1.0"
70
70
juju = " ^3.5.0"
71
71
pytest = " ^8.1.1"
72
- pytest-asyncio = " ^0.21.1 "
72
+ pytest-asyncio = " ^0.26.0 "
73
73
pytest-mock = " ^3.14.0"
74
- pytest-operator = " ^0.36 .0"
74
+ pytest-operator = " ^0.43 .0"
75
75
pytest-operator-cache = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v29.0.0" , subdirectory = " python/pytest_plugins/pytest_operator_cache" }
76
76
pytest-operator-groups = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v29.0.0" , subdirectory = " python/pytest_plugins/pytest_operator_groups" }
77
77
pytest-github-secrets = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v29.0.0" , subdirectory = " python/pytest_plugins/github_secrets" }
0 commit comments