From c849347908229629ce5a87c783e7265396528c50 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 02:00:19 +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 59f516bf..86c7a0b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,10 +30,10 @@ authors = [] [tool.poetry.dependencies] python = "^3.10" -tenacity = "^8.4.2" +tenacity = "^9.0.0" pure-sasl = "^0.6.2" cosl = "^0.0.12" -pydantic = "^1.10.17" +pydantic = "^2.9.0" pyyaml = "^6.0.1" poetry-plugin-export = "^1.8.0" @@ -96,7 +96,7 @@ responses = "^0.25.3" [tool.poetry.group.integration.dependencies] pytest = "^8.2.2" juju = "^3.2.0" -tenacity = "^8.4.2" +tenacity = "^9.0.0" coverage = {extras = ["toml"], version = ">7.0"} pytest-operator = ">0.20" pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.7.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"}