diff --git a/pyproject.toml b/pyproject.toml index 05200a9b6..7190883ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ repository = "https://github.com/canonical/mongodb-k8s-operator" [tool.poetry.dependencies] python = "^3.10.12" -ops = "~2.15.0" +ops = "~2.17.0" pymongo = "^4.7.3" tenacity = "^8.2.3" pyyaml = "^6.0.1" @@ -28,11 +28,11 @@ pyOpenSSL = "^24.2.1" setuptools = "^72.0.0" [tool.poetry.group.charm-libs.dependencies] -ops = "~2.15.0" +ops = "~2.17.0" pydantic = "^1.10.7" # cos_agent lib cryptography = "^42.0.5" # tls_certificates lib v3 jsonschema = "^4.22.0" # tls_certificates lib v3 -cosl = "^0.0.16" # loki_push_api +cosl = "^0.0.45" # loki_push_api pyOpenSSL = "^24.2.1" [tool.poetry.group.format] @@ -51,7 +51,7 @@ flake8-docstrings = "^1.7.0" flake8-copyright = "^0.2.4" flake8-builtins = "^2.5.0" pyproject-flake8 = "^7.0.0" -pep8-naming = "^0.13.3" +pep8-naming = "^0.14.0" codespell = "^2.2.6" shellcheck-py = "^0.10.0.1" black = "^24.4.2" @@ -64,7 +64,7 @@ parameterized = "^0.9.0" [tool.poetry.group.integration.dependencies] allure-pytest = "^2.13.5" -ops = "~2.15.0" +ops = "~2.17.0" tenacity = "^8.2.3" pymongo = "^4.7.3" parameterized = "^0.9.0" @@ -73,9 +73,9 @@ more_itertools = "*" kubernetes = "^30.1.0" juju = "^3.5.0" pytest = "^8.1.1" -pytest-asyncio = "^0.21.1" +pytest-asyncio = "^0.24.0" pytest-mock = "^3.14.0" -pytest-operator = "^0.36.0" +pytest-operator = "^0.38.0" pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v21.0.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"} pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v21.0.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"} pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v21.0.0", subdirectory = "python/pytest_plugins/github_secrets"}