Skip to content

Commit 85b97cc

Browse files
fix(deps): update python dependencies
1 parent f3aecd1 commit 85b97cc

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

pyproject.toml

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

99
[tool.poetry.dependencies]
1010
python = "^3.10.12"
11-
mongo-charms-single-kernel = "0.0.9"
12-
ops = "~2.15.0"
11+
mongo-charms-single-kernel = "0.0.11"
12+
ops = "~2.23.0"
1313
pymongo = "^4.7.3"
1414
tenacity = "^8.2.3"
1515
pyyaml = "^6.0.1"
1616
jinja2 = "^3.1.3"
1717
poetry-core = "^2.0"
1818
data-platform-helpers = "^0.1.3"
1919
overrides = "^7.7.0"
20-
lightkube = "^0.15.3"
20+
lightkube = "^0.17.0"
2121
setuptools = "^72.0.0"
22-
rpds-py = "0.18.0"
22+
rpds-py = "0.25.1"
2323

2424
[tool.poetry.group.charm-libs.dependencies]
25-
ops = "~2.15.0"
25+
ops = "~2.23.0"
2626
cryptography = "^42.0.5" # tls_certificates lib v3
2727
jsonschema = "^4.22.0" # tls_certificates lib v3
2828
cosl = "*" # loki_push_api
@@ -46,7 +46,7 @@ flake8-docstrings = "^1.7.0"
4646
flake8-copyright = "^0.2.4"
4747
flake8-builtins = "^2.5.0"
4848
pyproject-flake8 = "^7.0.0"
49-
pep8-naming = "^0.13.3"
49+
pep8-naming = "^0.15.0"
5050
codespell = "^2.2.6"
5151
shellcheck-py = "^0.10.0.1"
5252
black = "^24.4.2"
@@ -57,23 +57,23 @@ coverage = {extras = ["toml"], version = "^7.5.0"}
5757
pytest = "^8.1.1"
5858
pytest-mock = "*"
5959
parameterized = "^0.9.0"
60-
mongo-charms-single-kernel = "0.0.9"
60+
mongo-charms-single-kernel = "0.0.11"
6161

6262
[tool.poetry.group.integration.dependencies]
6363
allure-pytest = "^2.13.5"
64-
ops = "~2.15.0"
65-
mongo-charms-single-kernel = "0.0.9"
64+
ops = "~2.23.0"
65+
mongo-charms-single-kernel = "0.0.11"
6666
tenacity = "^8.2.3"
6767
pymongo = "^4.7.3"
6868
parameterized = "^0.9.0"
69-
lightkube = "^0.15.3"
69+
lightkube = "^0.17.0"
7070
more_itertools = "*"
7171
kubernetes = "^30.1.0"
7272
juju = "^3.5.0"
7373
pytest = "^8.1.1"
74-
pytest-asyncio = "^0.21.1"
74+
pytest-asyncio = "^0.26.0"
7575
pytest-mock = "^3.14.0"
76-
pytest-operator = "^0.36.0"
76+
pytest-operator = "^0.42.0"
7777
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
7878
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
7979
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)