From 1636777cf7f0ad9ab37a0cea1e451269c6a9fdde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 12:37:01 +0000 Subject: [PATCH] Bump msgraph-sdk from 1.1.0 to 1.15.0 Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.1.0 to 1.15.0. - [Release notes](https://github.com/microsoftgraph/msgraph-sdk-python/releases) - [Changelog](https://github.com/microsoftgraph/msgraph-sdk-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoftgraph/msgraph-sdk-python/compare/v1.1.0...v1.15.0) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/backend/requirements.txt b/app/backend/requirements.txt index ccf0eab2b9..879d2ab018 100644 --- a/app/backend/requirements.txt +++ b/app/backend/requirements.txt @@ -193,7 +193,7 @@ msal-extensions==1.2.0 # via azure-identity msgraph-core==1.1.2 # via msgraph-sdk -msgraph-sdk==1.1.0 +msgraph-sdk==1.15.0 # via -r requirements.in msrest==0.7.1 # via azure-monitor-opentelemetry-exporter