diff --git a/poetry.lock b/poetry.lock index 81fb74058d..e801e765bd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2648,13 +2648,13 @@ dev = ["bumpver", "isort", "mypy", "pylint", "pytest", "yapf"] [[package]] name = "msgraph-sdk" -version = "1.4.0" +version = "1.5.2" description = "The Microsoft Graph Python SDK" optional = false python-versions = ">=3.8" files = [ - {file = "msgraph_sdk-1.4.0-py3-none-any.whl", hash = "sha256:24f99082475ea129c3d45e44269bd64a7c6bfef8dda4f8ea692bbc9e47b71b78"}, - {file = "msgraph_sdk-1.4.0.tar.gz", hash = "sha256:715907272c240e579d7669a690504488e25ae15fec904e2918c49ca328dc4a14"}, + {file = "msgraph_sdk-1.5.2-py3-none-any.whl", hash = "sha256:e3ee67dbbb5b2233aae291996cb846c0d32017f085a23476ab98198aa513a0dd"}, + {file = "msgraph_sdk-1.5.2.tar.gz", hash = "sha256:62f2b1e7f8e9438a5a30b1e1761b8c4cbc4dc026a54088c381861aab6f266f92"}, ] [package.dependencies] @@ -2666,7 +2666,7 @@ microsoft-kiota-serialization-form = ">=0.1.0" microsoft-kiota-serialization-json = ">=1.0.0,<2.0.0" microsoft-kiota-serialization-multipart = ">=0.1.0" microsoft-kiota-serialization-text = ">=1.0.0,<2.0.0" -msgraph-core = ">=1.0.0" +msgraph_core = ">=1.0.0" [package.extras] dev = ["bumpver", "isort", "mypy", "pylint", "pytest", "yapf"] @@ -4900,4 +4900,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "92828b68d99e34a3bbddfaeccf17156985d6a127252c09d350c54ebd9ac590fb" +content-hash = "e3709dfbfaeba997390895158c7e1a0cc14689523ccd06a4f61e1794262df5fc" diff --git a/pyproject.toml b/pyproject.toml index 93d1bec4ee..c198f37cc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ google-auth-httplib2 = ">=0.1,<0.3" jsonschema = "4.23.0" kubernetes = "30.1.0" microsoft-kiota-abstractions = "1.3.3" -msgraph-sdk = "1.4.0" +msgraph-sdk = "1.5.2" numpy = "2.0.0" pandas = "2.2.2" py-ocsf-models = "0.1.1"