From 32cded949dfb2ae75c335d50a37cd17ac097e9eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 14:46:25 +0200 Subject: [PATCH] chore(deps): bump azure-mgmt-cosmosdb from 9.5.0 to 9.5.1 (#4298) 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 3eba5465ce..bafe730a89 100644 --- a/poetry.lock +++ b/poetry.lock @@ -418,13 +418,13 @@ azure-core = ">=1.26.2,<2.0.0" [[package]] name = "azure-mgmt-cosmosdb" -version = "9.5.0" +version = "9.5.1" description = "Microsoft Azure Cosmos DB Management Client Library for Python" optional = false python-versions = ">=3.8" files = [ - {file = "azure-mgmt-cosmosdb-9.5.0.tar.gz", hash = "sha256:5d21a197de08b3638e09ad88e32da211f7bb598b7d7cfee48d61d57d69b3edd9"}, - {file = "azure_mgmt_cosmosdb-9.5.0-py3-none-any.whl", hash = "sha256:9abdcda0c973c3afe92adf52f9e8d2ede0576e7ade384efd3f4ccd36475ab1a3"}, + {file = "azure-mgmt-cosmosdb-9.5.1.tar.gz", hash = "sha256:4e55d3973f11cf02cf7a8055aee86615233d7cbe3bb227a07c176bac8bc7ef02"}, + {file = "azure_mgmt_cosmosdb-9.5.1-py3-none-any.whl", hash = "sha256:860cad5583d63936e5f9477f7878a256c4dee039169cdea554da851f0762f0c7"}, ] [package.dependencies] @@ -4900,4 +4900,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "8d9f1a2bc9afc8085e6a588fda7ca094d12db4fe6f0591a0f9872feae00c7a10" +content-hash = "fd9610488da20636c5b0ce6e95dd0136a5e6e507c37d365855e98c009e25b014" diff --git a/pyproject.toml b/pyproject.toml index 64f665e5a0..dd3def8376 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ azure-mgmt-applicationinsights = "4.0.0" azure-mgmt-authorization = "4.0.0" azure-mgmt-compute = "31.0.0" azure-mgmt-containerservice = "30.0.0" -azure-mgmt-cosmosdb = "9.5.0" +azure-mgmt-cosmosdb = "9.5.1" azure-mgmt-keyvault = "10.3.0" azure-mgmt-monitor = "6.0.2" azure-mgmt-network = "25.4.0"