From 9b91ba2b912e1cc212828ebc13a014308f22b3f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 14:22:28 -0400 Subject: [PATCH] chore(deps): bump azure-mgmt-cosmosdb from 9.6.0 to 9.7.0 (#5834) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 64d8010fe9..e45a2fe5de 100644 --- a/poetry.lock +++ b/poetry.lock @@ -463,13 +463,13 @@ azure-core = ">=1.31.0" [[package]] name = "azure-mgmt-cosmosdb" -version = "9.6.0" +version = "9.7.0" description = "Microsoft Azure Cosmos DB Management Client Library for Python" optional = false python-versions = ">=3.8" files = [ - {file = "azure_mgmt_cosmosdb-9.6.0-py3-none-any.whl", hash = "sha256:02b4108867de58e0b89a206ee7b7588b439e1f6fef2377ce1979b803a0d02d5a"}, - {file = "azure_mgmt_cosmosdb-9.6.0.tar.gz", hash = "sha256:667c7d8a8f542b0e7972e63274af536ad985187e24a6cc2e3c8eef35560881fc"}, + {file = "azure_mgmt_cosmosdb-9.7.0-py3-none-any.whl", hash = "sha256:be735a554d16995c8cefe413e62119985f8fabae1cb45a6f6ad2c3958bed14da"}, + {file = "azure_mgmt_cosmosdb-9.7.0.tar.gz", hash = "sha256:b5072d319f11953d8f12e22459aded1912d5f27e442e1d8b49596a85005410a1"}, ] [package.dependencies] @@ -5178,4 +5178,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "d1dacad6299bd993c0ee35d78960173b8275c23e214a5189fb60fc4c41c7287e" +content-hash = "a6cf61f4960b6b231e524416f5a02182c031acd6a7905db0dfd49405f701607d" diff --git a/pyproject.toml b/pyproject.toml index f9f851ff3a..a922462bc1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ azure-mgmt-authorization = "4.0.0" azure-mgmt-compute = "33.0.0" azure-mgmt-containerregistry = "10.3.0" azure-mgmt-containerservice = "33.0.0" -azure-mgmt-cosmosdb = "9.6.0" +azure-mgmt-cosmosdb = "9.7.0" azure-mgmt-keyvault = "10.3.1" azure-mgmt-monitor = "6.0.2" azure-mgmt-network = "28.0.0"