Skip to content

Commit 61bb785

Browse files
chore(deps): update python dependencies
1 parent b73d14a commit 61bb785

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"
@@ -28,11 +28,11 @@ pyOpenSSL = "^24.2.1"
2828
setuptools = "^72.0.0"
2929

3030
[tool.poetry.group.charm-libs.dependencies]
31-
ops = "~2.15.0"
31+
ops = "~2.17.0"
3232
pydantic = "^1.10.7" # cos_agent lib
3333
cryptography = "^42.0.5" # tls_certificates lib v3
3434
jsonschema = "^4.22.0" # tls_certificates lib v3
35-
cosl = "^0.0.16" # loki_push_api
35+
cosl = "^0.0.42" # loki_push_api
3636
pyOpenSSL = "^24.2.1"
3737

3838
[tool.poetry.group.format]
@@ -51,7 +51,7 @@ flake8-docstrings = "^1.7.0"
5151
flake8-copyright = "^0.2.4"
5252
flake8-builtins = "^2.5.0"
5353
pyproject-flake8 = "^7.0.0"
54-
pep8-naming = "^0.13.3"
54+
pep8-naming = "^0.14.0"
5555
codespell = "^2.2.6"
5656
shellcheck-py = "^0.10.0.1"
5757
black = "^24.4.2"
@@ -64,7 +64,7 @@ parameterized = "^0.9.0"
6464

6565
[tool.poetry.group.integration.dependencies]
6666
allure-pytest = "^2.13.5"
67-
ops = "~2.15.0"
67+
ops = "~2.17.0"
6868
tenacity = "^8.2.3"
6969
pymongo = "^4.7.3"
7070
parameterized = "^0.9.0"
@@ -73,9 +73,9 @@ more_itertools = "*"
7373
kubernetes = "^30.1.0"
7474
juju = "^3.5.0"
7575
pytest = "^8.1.1"
76-
pytest-asyncio = "^0.21.1"
76+
pytest-asyncio = "^0.24.0"
7777
pytest-mock = "^3.14.0"
78-
pytest-operator = "^0.36.0"
78+
pytest-operator = "^0.38.0"
7979
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v21.0.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
8080
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v21.0.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
8181
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)