From 39e63c9922ebe316f441e54d14a0996f4850dab1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 02:22:05 +0000 Subject: [PATCH] Update Python dependencies --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6a55e255..6d116732 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ authors = [] python = "^3.8.1" # ^3.8.1 required by flake8 # breaking change in ops 2.10.0: https://github.com/canonical/operator/pull/1091#issuecomment-1888644075 ops = "^2.9.0, <2.10" -tenacity = "^8.5.0" +tenacity = "^9.0.0" poetry-core = "^1.9.0" jinja2 = "^3.1.4" requests = "^2.32.3" @@ -56,7 +56,7 @@ codespell = "^2.3.0" pytest = "^8.2.2" pytest-xdist = "^3.6.1" pytest-cov = "^5.0.0" -ops-scenario = "^6.0.3, <6.0.4" # 6.0.4 requires ops >= 2.12 +ops-scenario = "^7.0.1, <7.0.2" # 6.0.4 requires ops >= 2.12 ops = "^2.9.0" pytest-mock = "^3.14.0" @@ -68,7 +68,7 @@ pytest-operator-groups = {git = "https://github.com/canonical/data-platform-work pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v21.0.0", subdirectory = "python/pytest_plugins/github_secrets"} juju = "^3.5.2.0" mysql-connector-python = "~8.0.33" -tenacity = "^8.5.0" +tenacity = "^9.0.0" ops = "^2.9.0" pytest-mock = "^3.14.0"