From e83c204d8196ca56e80fc991ee6f7dbc8c9bf6ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 17:35:33 +0000 Subject: [PATCH] Update dependency msgraph-sdk to v1.6.0 --- microsoft-defender/src/requirements.txt | 2 +- microsoft-entra/src/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/microsoft-defender/src/requirements.txt b/microsoft-defender/src/requirements.txt index 8d1bfc1..1ee221b 100644 --- a/microsoft-defender/src/requirements.txt +++ b/microsoft-defender/src/requirements.txt @@ -1,3 +1,3 @@ pyobas @ git+https://github.com/OpenBAS-Platform/client-python@main -msgraph-sdk==1.5.4 +msgraph-sdk==1.6.0 msal==1.30.0 \ No newline at end of file diff --git a/microsoft-entra/src/requirements.txt b/microsoft-entra/src/requirements.txt index e90affa..9e05e5b 100644 --- a/microsoft-entra/src/requirements.txt +++ b/microsoft-entra/src/requirements.txt @@ -1,2 +1,2 @@ pyobas @ git+https://github.com/OpenBAS-Platform/client-python@main -msgraph-sdk==1.5.4 \ No newline at end of file +msgraph-sdk==1.6.0 \ No newline at end of file