From 06f5d858b7a22bda3516ae28477ebe969aca977b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 11:10:03 +0200 Subject: [PATCH] chore(deps): bump msgraph-sdk from 1.5.4 to 1.6.0 (#4944) 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 54dbfefee7..3395242927 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2484,13 +2484,13 @@ dev = ["bumpver", "isort", "mypy", "pylint", "pytest", "yapf"] [[package]] name = "msgraph-sdk" -version = "1.5.4" +version = "1.6.0" description = "The Microsoft Graph Python SDK" optional = false python-versions = ">=3.8" files = [ - {file = "msgraph_sdk-1.5.4-py3-none-any.whl", hash = "sha256:9ea349f30cc4a03edb587e26554c7a4839a38c2ef30d4b5396882fd2be82dcac"}, - {file = "msgraph_sdk-1.5.4.tar.gz", hash = "sha256:b0e146328d136d1db175938d8fc901f3bb32acf3ea6fe93c0dc7c5a0abc45e39"}, + {file = "msgraph_sdk-1.6.0-py3-none-any.whl", hash = "sha256:00dc0037a0a15a00bf04a9fd1340bb14b70dd0bbd5bc881bfde4ec9c0e2b9dbc"}, + {file = "msgraph_sdk-1.6.0.tar.gz", hash = "sha256:6724b186564b5a208e5069adff4a491a5401f36ed6928edcc4b6702b82b44c94"}, ] [package.dependencies] @@ -4568,4 +4568,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "940a28d41da8b24e930a40e37d2afae5d066a3f3c2af7baa02ec362450c97f26" +content-hash = "74499498c00f104ab33573bf5e9c3aac01b37647cfd071ac0dc0d6e6ff308cd5" diff --git a/pyproject.toml b/pyproject.toml index daa8e59493..9030cb3a8a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ google-api-python-client = "2.144.0" google-auth-httplib2 = ">=0.1,<0.3" jsonschema = "4.23.0" microsoft-kiota-abstractions = "1.3.3" -msgraph-sdk = "1.5.4" +msgraph-sdk = "1.6.0" pydantic = "1.10.18" python = ">=3.9,<3.13" python-dateutil = "^2.9.0.post0"