@@ -30,7 +30,7 @@ ops = "^2.15.0"
3030pydantic = " ^1.10.7" # cos_agent lib
3131cryptography = " ^42.0.5" # tls_certificates lib v3
3232jsonschema = " ^4.22.0" # tls_certificates lib v3
33- cosl = " ^0.0.16 " # loki_push_api
33+ cosl = " ^0.0.19 " # loki_push_api
3434pyOpenSSL = " ^24.2.1"
3535
3636[tool .poetry .group .format ]
@@ -49,7 +49,7 @@ flake8-docstrings = "^1.7.0"
4949flake8-copyright = " ^0.2.4"
5050flake8-builtins = " ^2.5.0"
5151pyproject-flake8 = " ^7.0.0"
52- pep8-naming = " ^0.13.3 "
52+ pep8-naming = " ^0.14.0 "
5353codespell = " ^2.2.6"
5454shellcheck-py = " ^0.10.0.1"
5555black = " ^24.4.2"
@@ -70,9 +70,9 @@ lightkube = "^0.15.3"
7070kubernetes = " ^30.1.0"
7171juju = " ^3.4.0"
7272pytest = " ^8.1.1"
73- pytest-asyncio = " ^0.21.1 "
73+ pytest-asyncio = " ^0.23.0 "
7474pytest-mock = " ^3.14.0"
75- pytest-operator = " ^0.34 .0"
75+ pytest-operator = " ^0.35 .0"
7676pytest-operator-cache = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v16.7.0" , subdirectory = " python/pytest_plugins/pytest_operator_cache" }
7777pytest-operator-groups = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v16.7.0" , subdirectory = " python/pytest_plugins/pytest_operator_groups" }
7878pytest-github-secrets = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v16.7.0" , subdirectory = " python/pytest_plugins/github_secrets" }
0 commit comments