From cab4aa2d7f2cbee0d1ae494a91518cb7fa4b1196 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 02:09:40 +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 7cad1224..fb7aa11f 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.2" pyyaml = "^6.0.1" poetry-plugin-export = "^1.8.0" @@ -97,7 +97,7 @@ responses = "^0.25.3" pytest = "^8.2.2" # should not be updated unless https://github.com/juju/python-libjuju/issues/1093 is fixed juju = "~3.5.0" -tenacity = "^8.4.2" +tenacity = "^9.0.0" coverage = {extras = ["toml"], version = ">7.0"} pytest-asyncio = "^0.21.2" pytest-operator = ">0.20"