From 0b16dab2ad3764f0a5da663a1abaaed6f672d47d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 13:34:12 +0200 Subject: [PATCH] chore(deps): bump azure-mgmt-storage from 21.1.0 to 21.2.0 (#4297) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 16 ++++++++-------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index ce929172cd..a325a22f4a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -545,19 +545,19 @@ msrest = ">=0.6.21" [[package]] name = "azure-mgmt-storage" -version = "21.1.0" +version = "21.2.0" description = "Microsoft Azure Storage Management Client Library for Python" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "azure-mgmt-storage-21.1.0.tar.gz", hash = "sha256:d6d3c0e917c988bc9ed0472477d3ef3f90886009eb1d97a711944f8375630162"}, - {file = "azure_mgmt_storage-21.1.0-py3-none-any.whl", hash = "sha256:593f2544fc4f05750c4fe7ca4d83c32ea1e9d266e57899bbf79ce5940124e8cc"}, + {file = "azure-mgmt-storage-21.2.0.tar.gz", hash = "sha256:287c9840b01be931819d403da7ed52bd62fd077b0529dd470e6dbc4fede4b20d"}, + {file = "azure_mgmt_storage-21.2.0-py3-none-any.whl", hash = "sha256:36b8ef99390b179dc60007b8f017f47a39d030c52e0ca16080012465faf6be51"}, ] [package.dependencies] -azure-common = ">=1.1,<2.0" -azure-mgmt-core = ">=1.3.2,<2.0.0" -isodate = ">=0.6.1,<1.0.0" +azure-common = ">=1.1" +azure-mgmt-core = ">=1.3.2" +isodate = ">=0.6.1" [[package]] name = "azure-mgmt-subscription" @@ -4899,4 +4899,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "0efa642e41fad3ed9eab140b07fac0a75e8420f31a1f52c91a74bd3f82994c17" +content-hash = "2a9c6f17dc608e904dd50b0fd6ccd76f2697e459ad2c4684416a4fd6afcf09ff" diff --git a/pyproject.toml b/pyproject.toml index 01d80a1696..29e30bd8c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ azure-mgmt-rdbms = "10.1.0" azure-mgmt-resource = "23.1.1" azure-mgmt-security = "7.0.0" azure-mgmt-sql = "3.0.1" -azure-mgmt-storage = "21.1.0" +azure-mgmt-storage = "21.2.0" azure-mgmt-subscription = "3.1.1" azure-mgmt-web = "7.2.0" azure-storage-blob = "12.20.0"