From bc56e5a9f9760f68f1a7d0cbe7c126a4f9f4ef84 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 02:56:39 +0000 Subject: [PATCH] Update Python dependencies --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 37ae54ce99..2346fe1ced 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ "mypy-boto3-s3 (~=1.37.0)", "python-ldap", "charm-refresh (>=3.1.0.2,<4.0.0.0)", - "google-cloud-storage (~=2.16.0)", + "google-cloud-storage (~=3.10.1)", "google-api-core (~=2.17.0)", "pytest-interface-tester (>=3.4.1,<4.0.0)", "hvac (>=2.4.0,<3.0.0)", @@ -131,7 +131,7 @@ coverage = {extras = ["toml"], version = "^7.5.0"} juju = "~3.6.0" pytest = "^8.1.1" pytest-mock = "*" -pytest-asyncio = "^0.21.1" +pytest-asyncio = "^1.3.0" pytest-operator = "^0.36.0" parameterized = "^0.9.0" allure-pytest = "^2.13.5"