From cf62bbbdea73568aa19541094b4f40e7c7428078 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 08:29:23 +0200 Subject: [PATCH] chore(deps): bump msgraph-sdk from 1.2.0 to 1.3.0 (#3838) 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 9cc1bda6b8..4156eb4376 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2484,13 +2484,13 @@ dev = ["bumpver", "isort", "mypy", "pylint", "pytest", "yapf"] [[package]] name = "msgraph-sdk" -version = "1.2.0" +version = "1.3.0" description = "The Microsoft Graph Python SDK" optional = false python-versions = ">=3.8" files = [ - {file = "msgraph-sdk-1.2.0.tar.gz", hash = "sha256:689eec74fcb5cb29446947e4761fa57edeeb3ec1dccd7975c44d12d8d9db9c4f"}, - {file = "msgraph_sdk-1.2.0-py3-none-any.whl", hash = "sha256:4a9f706413c0a497cdfffd0b741122a5e73206333d566d115089cef9f4adadb7"}, + {file = "msgraph_sdk-1.3.0-py3-none-any.whl", hash = "sha256:b8636e4f3957bad35958c1578d1610ed4e1edf71c4fdb3423396868cab84e156"}, + {file = "msgraph_sdk-1.3.0.tar.gz", hash = "sha256:a0a0f529800e528a455e2ace31660d9d3697a8cc87b0789e30147ce4c4e9c268"}, ] [package.dependencies] @@ -4542,4 +4542,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "4611b95579c536ed5f4206cc7232b0330d97eb1a7e4f3085caee0e3ac968e34d" +content-hash = "a8f5aa5dd52bd7196359102e32dd4247f4e9cdbc0f146596a55ad6875377439e" diff --git a/pyproject.toml b/pyproject.toml index b2bdcec760..7b50beba21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ google-api-python-client = "2.125.0" google-auth-httplib2 = ">=0.1,<0.3" jsonschema = "4.21.1" microsoft-kiota-abstractions = "1.3.2" -msgraph-sdk = "1.2.0" +msgraph-sdk = "1.3.0" msrestazure = "0.6.4" pydantic = "1.10.15" python = ">=3.9,<3.13"