Skip to content

Commit 0751f18

Browse files
fix(deps): update python dependencies
1 parent 78e06a6 commit 0751f18

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ requires-poetry = ">=2.0.0"
88

99
[tool.poetry.dependencies]
1010
python = "^3.10.12"
11-
mongo-charms-single-kernel = "1.6.11"
11+
mongo-charms-single-kernel = "1.8.11"
1212
ops = ">=2.21"
1313
pymongo = "^4.7.3"
1414
pyyaml = "^6.0.1"
1515
jinja2 = "^3.1.3"
1616
poetry-core = "^2.0"
1717
data-platform-helpers = "^0.1.3"
1818
overrides = "^7.7.0"
19-
lightkube = "^0.15.3"
19+
lightkube = "^0.18.0"
2020
setuptools = "^72.0.0"
21-
rpds-py = "0.18.0"
21+
rpds-py = "0.29.0"
2222

2323
[tool.poetry.group.charm-libs.dependencies]
2424
ops = ">=2.21"
@@ -45,7 +45,7 @@ flake8-docstrings = "^1.7.0"
4545
flake8-copyright = "^0.2.4"
4646
flake8-builtins = "^2.5.0"
4747
pyproject-flake8 = "^7.0.0"
48-
pep8-naming = "^0.13.3"
48+
pep8-naming = "^0.15.0"
4949
codespell = "^2.2.6"
5050
shellcheck-py = "^0.10.0.1"
5151
black = "^24.4.2"
@@ -54,17 +54,17 @@ isort = "^5.13.2"
5454
[tool.poetry.group.integration.dependencies]
5555
allure-pytest = "^2.13.5"
5656
ops = ">=2.21"
57-
mongo-charms-single-kernel = "1.6.11"
57+
mongo-charms-single-kernel = "1.8.11"
5858
pymongo = "^4.7.3"
5959
parameterized = "^0.9.0"
60-
lightkube = "^0.15.3"
60+
lightkube = "^0.18.0"
6161
more_itertools = "*"
6262
kubernetes = "^30.1.0"
6363
juju = "^3.5.0"
6464
pytest = "^8.1.1"
65-
pytest-asyncio = "^0.21.1"
65+
pytest-asyncio = "^0.26.0"
6666
pytest-mock = "^3.14.0"
67-
pytest-operator = "^0.36.0"
67+
pytest-operator = "^0.43.0"
6868
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v35.0.2", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
6969
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v35.0.2", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
7070
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v35.0.2", subdirectory = "python/pytest_plugins/github_secrets"}

0 commit comments

Comments
 (0)