From faed5b4776f01ea300b9f9a0222da007256f1d10 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 09:33:33 +0000 Subject: [PATCH] chore(deps): update python dependencies --- pyproject.toml | 8 ++++---- .../ha_tests/application_charm/requirements.txt | 6 +++--- .../relation_tests/application-charm/requirements.txt | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fe836277..41d14e8d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ ops = "^2.15.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.39" # loki_push_api pyOpenSSL = "^24.2.1" [tool.poetry.group.format] @@ -49,7 +49,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" @@ -70,9 +70,9 @@ lightkube = "^0.15.3" 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.37.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"} diff --git a/tests/integration/ha_tests/application_charm/requirements.txt b/tests/integration/ha_tests/application_charm/requirements.txt index ef55682e..689201f2 100644 --- a/tests/integration/ha_tests/application_charm/requirements.txt +++ b/tests/integration/ha_tests/application_charm/requirements.txt @@ -1,3 +1,3 @@ -ops==2.15.0 -tenacity==8.2.3 -pymongo==4.7.3 +ops==2.17.0 +tenacity==8.5.0 +pymongo==4.10.1 diff --git a/tests/integration/relation_tests/application-charm/requirements.txt b/tests/integration/relation_tests/application-charm/requirements.txt index 4a719e34..5aceaf92 100644 --- a/tests/integration/relation_tests/application-charm/requirements.txt +++ b/tests/integration/relation_tests/application-charm/requirements.txt @@ -1 +1 @@ -ops==2.15.0 +ops==2.17.0