diff --git a/poetry.lock b/poetry.lock index 56136eacac5..0bb5c90d094 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2769,13 +2769,13 @@ dev = ["bumpver", "isort", "mypy", "pylint", "pytest", "yapf"] [[package]] name = "msgraph-sdk" -version = "1.12.0" +version = "1.14.0" description = "The Microsoft Graph Python SDK" optional = false python-versions = ">=3.8" files = [ - {file = "msgraph_sdk-1.12.0-py3-none-any.whl", hash = "sha256:ac298b546b240391b0e407379d039db32862a56d6fe15cf7c5f7e77631fc6771"}, - {file = "msgraph_sdk-1.12.0.tar.gz", hash = "sha256:fbb5a8a9f6eed89b496f207eb35b6b4cfc7fefa75608aeef07477a3b2276d4fa"}, + {file = "msgraph_sdk-1.14.0-py3-none-any.whl", hash = "sha256:1a2f327dc8fbe5a5e6d0d84cf71d605e7b118b3066b1e16f011ccd8fd927bb03"}, + {file = "msgraph_sdk-1.14.0.tar.gz", hash = "sha256:5bbda80941c5d1794682753b8b291bd2ebed719a43d6de949fd0cd613b6dfbbd"}, ] [package.dependencies] @@ -5194,4 +5194,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "7903f4b687eafef1667e5213be132073c2122346eea53546690b0284df080eae" +content-hash = "f1f58e6a345fb6e33aa3d47d2a65070491b0e1b58c9a92db786ce8ea8ebbb30f" diff --git a/pyproject.toml b/pyproject.toml index ecf70b8bb1a..d62a0d941c9 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.12.0" +msgraph-sdk = "1.14.0" numpy = "2.0.2" pandas = "2.2.3" py-ocsf-models = "0.2.0"