From f9f4133b48c33936fa8b6ce979c3bf20565ce78e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 08:49:06 +0200 Subject: [PATCH] build(deps): bump azure-mgmt-storage from 21.0.0 to 21.1.0 (#2756) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index fb78b109..83fe2267 100644 --- a/poetry.lock +++ b/poetry.lock @@ -185,19 +185,19 @@ msrest = ">=0.6.21" [[package]] name = "azure-mgmt-storage" -version = "21.0.0" +version = "21.1.0" description = "Microsoft Azure Storage Management Client Library for Python" optional = false python-versions = ">=3.7" files = [ - {file = "azure-mgmt-storage-21.0.0.zip", hash = "sha256:6eb13eeecf89195b2b5f47be0679e3f27888efd7bd2132eec7ebcbce75cb1377"}, - {file = "azure_mgmt_storage-21.0.0-py3-none-any.whl", hash = "sha256:89d644c6192118b0b097deaa9c4925832d8f7ea4693d38d5fce3f0125b43a1c5"}, + {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"}, ] [package.dependencies] azure-common = ">=1.1,<2.0" azure-mgmt-core = ">=1.3.2,<2.0.0" -msrest = ">=0.7.1" +isodate = ">=0.6.1,<1.0.0" [[package]] name = "azure-mgmt-subscription" @@ -3114,4 +3114,4 @@ docs = ["mkdocs", "mkdocs-material"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "6decc742eef7cdfd446ba7479d1145b318036e0c43d9da4e13e2a2caea72f0f6" +content-hash = "9de259cfd912f33de6631e225f6f6e3a3423d832f82888816685b5f850f5c276" diff --git a/pyproject.toml b/pyproject.toml index fba23931..d3840b71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ azure-identity = "1.14.0" azure-mgmt-authorization = "4.0.0" azure-mgmt-security = "5.0.0" azure-mgmt-sql = "3.0.1" -azure-mgmt-storage = "21.0.0" +azure-mgmt-storage = "21.1.0" azure-mgmt-subscription = "3.1.1" azure-storage-blob = "12.17.0" boto3 = "1.26.165"