diff --git a/poetry.lock b/poetry.lock index aa1406cd57..fc665697c4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -546,19 +546,20 @@ msrest = ">=0.6.21" [[package]] name = "azure-mgmt-resource" -version = "23.1.1" +version = "23.2.0" description = "Microsoft Azure Resource Management Client Library for Python" optional = false python-versions = ">=3.8" files = [ - {file = "azure-mgmt-resource-23.1.1.tar.gz", hash = "sha256:20b6b006b544fdb19607f3f6a381105625e0bb60fbf3036f39885c4646d3343e"}, - {file = "azure_mgmt_resource-23.1.1-py3-none-any.whl", hash = "sha256:fcaa4eca357d216f285b04e20b7f7bfaefda738ba6d30d956193090d3e325248"}, + {file = "azure_mgmt_resource-23.2.0-py3-none-any.whl", hash = "sha256:7af2bca928ecd58e57ea7f7731d245f45e9d927036d82f1d30b96baa0c26b569"}, + {file = "azure_mgmt_resource-23.2.0.tar.gz", hash = "sha256:747b750df7af23ab30e53d3f36247ab0c16de1e267d666b1a5077c39a4292529"}, ] [package.dependencies] azure-common = ">=1.1" azure-mgmt-core = ">=1.3.2" isodate = ">=0.6.1" +typing-extensions = ">=4.6.0" [[package]] name = "azure-mgmt-security" @@ -5851,4 +5852,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "f0a4a9adabc3e520ba864225f95843828c0b1760fc846f2ca51ac40b2a402815" +content-hash = "0a7e0545446e03809a4b2001c04da5098c89f8a2650302374b1604f7749afb6a" diff --git a/pyproject.toml b/pyproject.toml index cdd10636bf..605a9dba5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ azure-mgmt-keyvault = "10.3.1" azure-mgmt-monitor = "6.0.2" azure-mgmt-network = "27.0.0" azure-mgmt-rdbms = "10.1.0" -azure-mgmt-resource = "23.1.1" +azure-mgmt-resource = "23.2.0" azure-mgmt-security = "7.0.0" azure-mgmt-sql = "3.0.1" azure-mgmt-storage = "21.2.1"