From 31c80a69677e229c3a5b810e28f774a3a5f68199 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 12:55:30 -0500 Subject: [PATCH] chore(deps): bump msgraph-sdk from 1.16.0 to 1.17.0 (#6547) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6392183b50..686d3780ca 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2769,13 +2769,13 @@ dev = ["bumpver", "isort", "mypy", "pylint", "pytest", "yapf"] [[package]] name = "msgraph-sdk" -version = "1.16.0" +version = "1.17.0" description = "The Microsoft Graph Python SDK" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "msgraph_sdk-1.16.0-py3-none-any.whl", hash = "sha256:1dd26ece74c43167818e2ff58b062180233ce7187ad2a061057af1195395c56c"}, - {file = "msgraph_sdk-1.16.0.tar.gz", hash = "sha256:980d19617d8d8b20545ef77fa5629fef768ce4ea1f2d1a124c5a9dd88d77940c"}, + {file = "msgraph_sdk-1.17.0-py3-none-any.whl", hash = "sha256:5582a258ded19a486ab407a67b5f65d666758a63864da77bd20c2581d1c00fba"}, + {file = "msgraph_sdk-1.17.0.tar.gz", hash = "sha256:577e41942b0f794b8cf2f54db030bc039a750a81b515dcd0ba1d66fd961fa7bf"}, ] [package.dependencies] @@ -5194,4 +5194,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "fb12068075941047f1cb62f013873280549cf783f4447ff4a94622423f9d92aa" +content-hash = "79b8f9312ff50f89ebe0da4558307965b00f81912c92cc51184aa72ec9434859" diff --git a/pyproject.toml b/pyproject.toml index d5cfd630cd..4340f1a532 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ google-auth-httplib2 = ">=0.1,<0.3" jsonschema = "4.23.0" kubernetes = "31.0.0" microsoft-kiota-abstractions = "1.6.8" -msgraph-sdk = "1.16.0" +msgraph-sdk = "1.17.0" numpy = "2.0.2" pandas = "2.2.3" py-ocsf-models = "0.2.0"