diff --git a/poetry.lock b/poetry.lock index 9d900ff867..444511617d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2649,18 +2649,18 @@ dev = ["bumpver", "isort", "mypy", "pylint", "pytest", "yapf"] [[package]] name = "msgraph-sdk" -version = "1.5.2" +version = "1.5.3" description = "The Microsoft Graph Python SDK" optional = false python-versions = ">=3.8" files = [ - {file = "msgraph_sdk-1.5.2-py3-none-any.whl", hash = "sha256:e3ee67dbbb5b2233aae291996cb846c0d32017f085a23476ab98198aa513a0dd"}, - {file = "msgraph_sdk-1.5.2.tar.gz", hash = "sha256:62f2b1e7f8e9438a5a30b1e1761b8c4cbc4dc026a54088c381861aab6f266f92"}, + {file = "msgraph_sdk-1.5.3-py3-none-any.whl", hash = "sha256:47aecbeb3bdb76fcfb4b7535aa5defc336249c42b0d7cbb9480244045449cb12"}, + {file = "msgraph_sdk-1.5.3.tar.gz", hash = "sha256:34dd5a9a55287cfc8a3d5e301acdf65e46462011d451f2992fdbf31851a94e8f"}, ] [package.dependencies] azure-identity = ">=1.12.0" -microsoft-kiota-abstractions = ">=1.0.0,<2.0.0" +microsoft-kiota-abstractions = ">=1.3.0,<2.0.0" microsoft-kiota-authentication-azure = ">=1.0.0,<2.0.0" microsoft-kiota-http = ">=1.0.0,<2.0.0" microsoft-kiota-serialization-form = ">=0.1.0" @@ -4901,4 +4901,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 = "2ea1ac6916ff7a37808097e2b95294a8df658b3767420d56b1b25f4dee3bed96" +content-hash = "8ce508ddd00b006c83034ad4337f7f850574e0e8c8616ad4cfd6b42fe20b8a35" diff --git a/pyproject.toml b/pyproject.toml index 3f0bcfe546..50f0446288 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.5.2" +msgraph-sdk = "1.5.3" numpy = "2.0.0" pandas = "2.2.2" py-ocsf-models = "0.1.1"