diff --git a/poetry.lock b/poetry.lock index 64fafb6c81..3d9a91e16f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2459,13 +2459,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] @@ -2477,7 +2477,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"] @@ -4509,4 +4509,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "bdb4e58d2cac4def2f4db5e051ab092060b0cb57b8adc83e21a917732c7219a0" +content-hash = "e472800082e48632c7cfdeb46e1710cf709d6090f149d0ecc1230447882255b6" diff --git a/pyproject.toml b/pyproject.toml index a492a7d339..ad50d6d7cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ google-api-python-client = "2.137.0" google-auth-httplib2 = ">=0.1,<0.3" jsonschema = "4.23.0" microsoft-kiota-abstractions = "1.3.3" -msgraph-sdk = "1.4.0" +msgraph-sdk = "1.5.2" pydantic = "1.10.17" python = ">=3.9,<3.13" pytz = "2024.1"