From ef21aa413d71b712f147823b797bcb17e98142cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 08:01:56 +0200 Subject: [PATCH] chore(deps): bump azure-mgmt-cosmosdb from 9.4.0 to 9.5.0 (#4047) 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 25ffcf8779..3792022125 100644 --- a/poetry.lock +++ b/poetry.lock @@ -434,19 +434,19 @@ azure-core = ">=1.26.2,<2.0.0" [[package]] name = "azure-mgmt-cosmosdb" -version = "9.4.0" +version = "9.5.0" description = "Microsoft Azure Cosmos DB Management Client Library for Python" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "azure-mgmt-cosmosdb-9.4.0.tar.gz", hash = "sha256:cabb821cd446b09e73d24c31c287a60fcc3623488f1ffa9335c692267e79c341"}, - {file = "azure_mgmt_cosmosdb-9.4.0-py3-none-any.whl", hash = "sha256:8ce9ab58df018980c4cf8defb38022fa5f2a9dcbccdeb73e952374cbaff919c5"}, + {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"}, ] [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-keyvault" @@ -4528,4 +4528,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "41820b562f80ff008e6a63ed385da1fab5b8b4f36b18656f0347694209fecac9" +content-hash = "dba442348db53140341f89ce37ec25a387743a001c04f6d366bf336088e0a8be" diff --git a/pyproject.toml b/pyproject.toml index a69593b4b1..8a89f93803 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,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.4.0" +azure-mgmt-cosmosdb = "9.5.0" azure-mgmt-keyvault = "10.3.0" azure-mgmt-monitor = "6.0.2" azure-mgmt-network = "25.3.0"