Skip to content

Commit 2368cc5

Browse files
fix(deps): update python dependencies
1 parent a2b72e4 commit 2368cc5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ 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.17.0"
2020
setuptools = "^72.0.0"
21-
rpds-py = "0.18.0"
21+
rpds-py = "0.26.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"
@@ -64,14 +64,14 @@ ops = ">=2.21"
6464
mongo-charms-single-kernel = "0.1.3"
6565
pymongo = "^4.7.3"
6666
parameterized = "^0.9.0"
67-
lightkube = "^0.15.3"
67+
lightkube = "^0.17.0"
6868
more_itertools = "*"
6969
kubernetes = "^30.1.0"
7070
juju = "^3.5.0"
7171
pytest = "^8.1.1"
72-
pytest-asyncio = "^0.21.1"
72+
pytest-asyncio = "^0.26.0"
7373
pytest-mock = "^3.14.0"
74-
pytest-operator = "^0.36.0"
74+
pytest-operator = "^0.43.0"
7575
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
7676
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
7777
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.0", subdirectory = "python/pytest_plugins/github_secrets"}

0 commit comments

Comments
 (0)