diff --git a/pyproject.toml b/pyproject.toml index 883d466e2e..802c32f6f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "azure-keyvault-certificates==4.8.0", "azure-keyvault-keys==4.9.0", "azure-keyvault-secrets==4.8.0", - "azure-mgmt-compute==32.0.0", + "azure-mgmt-compute==33.0.0", "azure-mgmt-containerinstance==10.1.0", "azure-mgmt-dns==8.1.0", "azure-mgmt-keyvault==10.3.1", @@ -45,9 +45,9 @@ dependencies = [ "cryptography==43.0.0", "fqdn==1.5.1", "psycopg==3.2.1", - "pulumi-azure-native==2.56.0", + "pulumi-azure-native==2.58.0", "pulumi-random==4.16.3", - "pulumi==3.129.0", + "pulumi==3.130.0", "pydantic==2.8.2", "pyjwt[crypto]==2.9.0", "pytz==2024.1", @@ -89,7 +89,7 @@ test = [ "coverage==7.6.1", "freezegun==1.5.1", "pytest-mock==3.14.0", - "pytest==8.2.2", + "pytest==8.3.2", "requests-mock==1.12.1", ]