diff --git a/poetry.lock b/poetry.lock index cc7022cb28..b46d790306 100644 --- a/poetry.lock +++ b/poetry.lock @@ -399,13 +399,13 @@ isodate = ">=0.6.1,<1.0.0" [[package]] name = "azure-mgmt-compute" -version = "33.0.0" +version = "33.1.0" description = "Microsoft Azure Compute Management Client Library for Python" optional = false python-versions = ">=3.8" files = [ - {file = "azure-mgmt-compute-33.0.0.tar.gz", hash = "sha256:a3cc0fe4f09c8e1d3523c1bfb92620dfe263a0a893b0ac13a33d7057e9ddddd2"}, - {file = "azure_mgmt_compute-33.0.0-py3-none-any.whl", hash = "sha256:155f8d78a1fdedcea1725fd12b85b2d87fbcb6b53f8e77451c644f45701e3bcf"}, + {file = "azure_mgmt_compute-33.1.0-py3-none-any.whl", hash = "sha256:9b119a1b7f621aee951074ef110b16d545d7b45c9cfb303becf04210bd772c91"}, + {file = "azure_mgmt_compute-33.1.0.tar.gz", hash = "sha256:f5a5e18a5a7a0354562bbfa589b5db4aaf1e8ac3a194a2a910db55900d2535e9"}, ] [package.dependencies] @@ -5199,4 +5199,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "b7233d52d10ed11a1730f0a6e43e6409f872c168f6518c71201a7a328f123622" +content-hash = "cd5c29212b897ce985aaafb66cf4821b075a21518655dc22ecc7edbf518f2036" diff --git a/pyproject.toml b/pyproject.toml index c55b1ccc9d..04dabf8dc2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ azure-identity = "1.19.0" azure-keyvault-keys = "4.10.0" azure-mgmt-applicationinsights = "4.0.0" azure-mgmt-authorization = "4.0.0" -azure-mgmt-compute = "33.0.0" +azure-mgmt-compute = "33.1.0" azure-mgmt-containerregistry = "10.3.0" azure-mgmt-containerservice = "33.0.0" azure-mgmt-cosmosdb = "9.7.0"