Skip to content

Commit 555c89e

Browse files
chore(deps): update python dependencies
1 parent f02e1fe commit 555c89e

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repository = "https://github.com/canonical/mongodb-k8s-operator"
1515

1616
[tool.poetry.dependencies]
1717
python = "^3.10.12"
18-
ops = "~2.15.0"
18+
ops = "~2.17.0"
1919
pymongo = "^4.7.3"
2020
tenacity = "^8.2.3"
2121
pyyaml = "^6.0.1"
@@ -26,11 +26,11 @@ pyOpenSSL = "^24.2.1"
2626
setuptools = "^72.0.0"
2727

2828
[tool.poetry.group.charm-libs.dependencies]
29-
ops = "~2.15.0"
29+
ops = "~2.17.0"
3030
pydantic = "^1.10.7" # cos_agent lib
3131
cryptography = "^42.0.5" # tls_certificates lib v3
3232
jsonschema = "^4.22.0" # tls_certificates lib v3
33-
cosl = "^0.0.16" # loki_push_api
33+
cosl = "^0.0.41" # loki_push_api
3434
pyOpenSSL = "^24.2.1"
3535

3636
[tool.poetry.group.format]
@@ -49,7 +49,7 @@ flake8-docstrings = "^1.7.0"
4949
flake8-copyright = "^0.2.4"
5050
flake8-builtins = "^2.5.0"
5151
pyproject-flake8 = "^7.0.0"
52-
pep8-naming = "^0.13.3"
52+
pep8-naming = "^0.14.0"
5353
codespell = "^2.2.6"
5454
shellcheck-py = "^0.10.0.1"
5555
black = "^24.4.2"
@@ -62,7 +62,7 @@ parameterized = "^0.9.0"
6262

6363
[tool.poetry.group.integration.dependencies]
6464
allure-pytest = "^2.13.5"
65-
ops = "~2.15.0"
65+
ops = "~2.17.0"
6666
tenacity = "^8.2.3"
6767
pymongo = "^4.7.3"
6868
parameterized = "^0.9.0"
@@ -71,9 +71,9 @@ 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.24.0"
7575
pytest-mock = "^3.14.0"
76-
pytest-operator = "^0.36.0"
76+
pytest-operator = "^0.38.0"
7777
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v21.0.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
7878
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v21.0.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
7979
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v21.0.0", subdirectory = "python/pytest_plugins/github_secrets"}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
ops==2.15.0
2-
tenacity==8.2.3
3-
pymongo==4.7.3
1+
ops==2.17.0
2+
tenacity==8.5.0
3+
pymongo==4.10.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ops==2.15.0
1+
ops==2.17.0

0 commit comments

Comments
 (0)