diff --git a/pyproject.toml b/pyproject.toml index 97461b4d32..50d2ad2378 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,11 +32,11 @@ dependencies = [ "azure-keyvault-secrets==4.9.0", "azure-mgmt-compute==33.0.0", "azure-mgmt-containerinstance==10.1.0", - "azure-mgmt-dns==8.1.0", + "azure-mgmt-dns==8.2.0", "azure-mgmt-keyvault==10.3.1", "azure-mgmt-msi==7.0.0", "azure-mgmt-rdbms==10.1.0", - "azure-mgmt-resource==23.1.1", + "azure-mgmt-resource==23.2.0", "azure-mgmt-storage==21.2.1", "azure-storage-blob==12.23.1", "azure-storage-file-datalake==12.17.0", @@ -53,7 +53,7 @@ dependencies = [ "pyjwt[crypto]==2.9.0", "pytz==2024.2", "pyyaml==6.0.2", - "rich==13.9.2", + "rich==13.9.3", "simple-acme-dns==3.1.0", "typer==0.12.5", "websocket-client==1.8.0", @@ -68,7 +68,7 @@ Source = "https://github.com/alan-turing-institute/data-safe-haven" docs = [ "emoji==2.14.0", "myst-parser==4.0.0", - "pydata-sphinx-theme==0.15.4", + "pydata-sphinx-theme==0.16.0", "sphinx-togglebutton==0.3.2", "sphinx==8.1.3", ] @@ -76,7 +76,7 @@ lint = [ "ansible-dev-tools==24.10.0", "ansible==10.5.0", "black==24.10.0", - "mypy==1.12.1", + "mypy==1.13.0", "pandas-stubs==2.2.3.241009", "pydantic==2.9.2", "ruff==0.7.0",