diff --git a/poetry.lock b/poetry.lock index 25d6f96a090..3e86412310b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2769,13 +2769,13 @@ dev = ["bumpver", "isort", "mypy", "pylint", "pytest", "yapf"] [[package]] name = "msgraph-sdk" -version = "1.14.0" +version = "1.16.0" description = "The Microsoft Graph Python SDK" optional = false python-versions = ">=3.8" files = [ - {file = "msgraph_sdk-1.14.0-py3-none-any.whl", hash = "sha256:1a2f327dc8fbe5a5e6d0d84cf71d605e7b118b3066b1e16f011ccd8fd927bb03"}, - {file = "msgraph_sdk-1.14.0.tar.gz", hash = "sha256:5bbda80941c5d1794682753b8b291bd2ebed719a43d6de949fd0cd613b6dfbbd"}, + {file = "msgraph_sdk-1.16.0-py3-none-any.whl", hash = "sha256:1dd26ece74c43167818e2ff58b062180233ce7187ad2a061057af1195395c56c"}, + {file = "msgraph_sdk-1.16.0.tar.gz", hash = "sha256:980d19617d8d8b20545ef77fa5629fef768ce4ea1f2d1a124c5a9dd88d77940c"}, ] [package.dependencies] @@ -5199,4 +5199,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "eaf83cdcab844580de7d58ff576454553240064abd4c73baec2e5d8bd602056e" +content-hash = "1ea0f0e770e23b1451c803f87a3f94c8080c0f6727c4dcf6148500ac612190f9" diff --git a/pyproject.toml b/pyproject.toml index 321091a5591..a97b6a3bf54 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.6" -msgraph-sdk = "1.14.0" +msgraph-sdk = "1.16.0" numpy = "2.0.2" pandas = "2.2.3" py-ocsf-models = "0.2.0"