From b74d8d54893f915fc24ce530e3e84a83390dce3c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 01:31:55 +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..f708363d 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.10.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"