diff --git a/poetry.lock b/poetry.lock index f28aa601af6..62e3b0925d8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -597,19 +597,20 @@ msrest = ">=0.6.21" [[package]] name = "azure-mgmt-storage" -version = "21.2.1" +version = "22.0.0" description = "Microsoft Azure Storage Management Client Library for Python" optional = false python-versions = ">=3.8" files = [ - {file = "azure-mgmt-storage-21.2.1.tar.gz", hash = "sha256:503a7ff9c31254092b0656445f5728bfdfda2d09d46a82e97019eaa9a1ecec64"}, - {file = "azure_mgmt_storage-21.2.1-py3-none-any.whl", hash = "sha256:f97df1fa39cde9dbacf2cd96c9cba1fc196932185e24853e276f74b18a0bd031"}, + {file = "azure_mgmt_storage-22.0.0-py3-none-any.whl", hash = "sha256:4b61c3190648111c4d6c06d100dbae70f645f0a948a031167c562ac70a348d98"}, + {file = "azure_mgmt_storage-22.0.0.tar.gz", hash = "sha256:f67a4681b715b79b830e59f4efed6fdacd2c262ce862226f6cc5cef852296b70"}, ] [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-subscription" @@ -5211,4 +5212,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "7014f200ade48779b78ef634874956b78ef9674db2efa9db188e80820466b8e6" +content-hash = "eee3e7dc587087b35edd78a556ea5422cdf592ce39ca8df1b4ca34299bd3d5c3" diff --git a/pyproject.toml b/pyproject.toml index 93ddd336b19..72141c855e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ azure-mgmt-resource = "23.2.0" azure-mgmt-search = "9.1.0" azure-mgmt-security = "7.0.0" azure-mgmt-sql = "3.0.1" -azure-mgmt-storage = "21.2.1" +azure-mgmt-storage = "22.0.0" azure-mgmt-subscription = "3.1.1" azure-mgmt-web = "7.3.1" azure-storage-blob = "12.24.0"