diff --git a/pyproject.toml b/pyproject.toml index 37ae54ce9..2346fe1ce 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"