diff --git a/poetry.lock b/poetry.lock index 91f319ca73..ea75e3cb2d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2489,13 +2489,13 @@ dev = ["bumpver", "isort", "mypy", "pylint", "pytest", "yapf"] [[package]] name = "msgraph-sdk" -version = "1.6.0" +version = "1.7.0" description = "The Microsoft Graph Python SDK" optional = false python-versions = ">=3.8" files = [ - {file = "msgraph_sdk-1.6.0-py3-none-any.whl", hash = "sha256:00dc0037a0a15a00bf04a9fd1340bb14b70dd0bbd5bc881bfde4ec9c0e2b9dbc"}, - {file = "msgraph_sdk-1.6.0.tar.gz", hash = "sha256:6724b186564b5a208e5069adff4a491a5401f36ed6928edcc4b6702b82b44c94"}, + {file = "msgraph_sdk-1.7.0-py3-none-any.whl", hash = "sha256:66683b361eb1230b315e57c75a144e2f93c8a7e70f11c6a8c6c150dd59fa0235"}, + {file = "msgraph_sdk-1.7.0.tar.gz", hash = "sha256:40b7776e2f02825ddb51d390490858e7d1c065a36e2a21b7655b392c78565b43"}, ] [package.dependencies] @@ -4573,4 +4573,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "7b559653d14145ddd87228ead6bcdca7d6b532008afcbad07011c0b648ef8d28" +content-hash = "0597f0bf7d74443ab2c56a4a308866972e33226f37522454ac548b48d27750d6" diff --git a/pyproject.toml b/pyproject.toml index 8d50ec3ffe..48798c5b93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ google-api-python-client = "2.145.0" google-auth-httplib2 = ">=0.1,<0.3" jsonschema = "4.23.0" microsoft-kiota-abstractions = "1.3.3" -msgraph-sdk = "1.6.0" +msgraph-sdk = "1.7.0" pydantic = "1.10.18" python = ">=3.9,<3.13" python-dateutil = "^2.9.0.post0"