diff --git a/pyproject.toml b/pyproject.toml index 8bcd84a1ca..e3cb46525e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ license = { text = "BSD-3-Clause" } dependencies = [ "appdirs==1.4.4", - "azure-core==1.31.0", + "azure-core==1.32.0", "azure-identity==1.19.0", "azure-keyvault-certificates==4.9.0", "azure-keyvault-keys==4.10.0", @@ -45,17 +45,17 @@ dependencies = [ "cryptography==43.0.3", "fqdn==1.5.1", "psycopg[binary]==3.1.19", # needed for installation on older MacOS versions - "pulumi-azure-native==2.68.0", + "pulumi-azure-native==2.71.0", "pulumi-azuread==6.0.1", "pulumi-random==4.16.7", - "pulumi==3.137.0", + "pulumi==3.138.0", "pydantic==2.9.2", "pyjwt[crypto]==2.9.0", "pytz==2024.2", "pyyaml==6.0.2", - "rich==13.9.3", - "simple-acme-dns==3.1.0", - "typer==0.12.5", + "rich==13.9.4", + "simple-acme-dns==3.2.0", + "typer==0.13.0", "websocket-client==1.8.0", ] @@ -73,13 +73,13 @@ docs = [ "sphinx==8.1.3", ] lint = [ - "ansible-dev-tools==24.10.0", - "ansible==10.5.0", + "ansible-dev-tools==24.10.2", + "ansible==10.6.0", "black==24.10.0", "mypy==1.13.0", "pandas-stubs==2.2.3.241009", "pydantic==2.9.2", - "ruff==0.7.1", + "ruff==0.7.3", "types-appdirs==1.4.3.5", "types-chevron==0.14.2.20240310", "types-pytz==2024.2.0.20241003",