From 77ec791a518496322200aedfad7b22968e9a98f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 23:29:39 +0000 Subject: [PATCH 001/225] Bump azure-core from 1.25.0 to 1.25.1 in /demo/graphtutorial Bumps [azure-core](https://github.com/Azure/azure-sdk-for-python) from 1.25.0 to 1.25.1. - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-core_1.25.0...azure-core_1.25.1) --- updated-dependencies: - dependency-name: azure-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- demo/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/graphtutorial/requirements.txt b/demo/graphtutorial/requirements.txt index 6033075..ca4375b 100644 --- a/demo/graphtutorial/requirements.txt +++ b/demo/graphtutorial/requirements.txt @@ -1,4 +1,4 @@ -azure-core==1.25.0 +azure-core==1.25.1 azure-identity==1.10.0 certifi==2022.6.15 cffi==1.15.1 From d412d89b231450101ff9f7cdcdf33d6a640ca65b Mon Sep 17 00:00:00 2001 From: "microsoft-github-policy-service[bot]" <77245923+microsoft-github-policy-service[bot]@users.noreply.github.com> Date: Thu, 8 Sep 2022 18:43:28 +0000 Subject: [PATCH 002/225] Microsoft mandatory file --- SECURITY.md | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..e138ec5 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,41 @@ + + +## Security + +Microsoft takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations, which include [Microsoft](https://github.com/microsoft), [Azure](https://github.com/Azure), [DotNet](https://github.com/dotnet), [AspNet](https://github.com/aspnet), [Xamarin](https://github.com/xamarin), and [our GitHub organizations](https://opensource.microsoft.com/). + +If you believe you have found a security vulnerability in any Microsoft-owned repository that meets [Microsoft's definition of a security vulnerability](https://aka.ms/opensource/security/definition), please report it to us as described below. + +## Reporting Security Issues + +**Please do not report security vulnerabilities through public GitHub issues.** + +Instead, please report them to the Microsoft Security Response Center (MSRC) at [https://msrc.microsoft.com/create-report](https://aka.ms/opensource/security/create-report). + +If you prefer to submit without logging in, send email to [secure@microsoft.com](mailto:secure@microsoft.com). If possible, encrypt your message with our PGP key; please download it from the [Microsoft Security Response Center PGP Key page](https://aka.ms/opensource/security/pgpkey). + +You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Additional information can be found at [microsoft.com/msrc](https://aka.ms/opensource/security/msrc). + +Please include the requested information listed below (as much as you can provide) to help us better understand the nature and scope of the possible issue: + + * Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.) + * Full paths of source file(s) related to the manifestation of the issue + * The location of the affected source code (tag/branch/commit or direct URL) + * Any special configuration required to reproduce the issue + * Step-by-step instructions to reproduce the issue + * Proof-of-concept or exploit code (if possible) + * Impact of the issue, including how an attacker might exploit the issue + +This information will help us triage your report more quickly. + +If you are reporting for a bug bounty, more complete reports can contribute to a higher bounty award. Please visit our [Microsoft Bug Bounty Program](https://aka.ms/opensource/security/bounty) page for more details about our active programs. + +## Preferred Languages + +We prefer all communications to be in English. + +## Policy + +Microsoft follows the principle of [Coordinated Vulnerability Disclosure](https://aka.ms/opensource/security/cvd). + + From f017e0cdb7a126407ba2a8c15508138865d95bf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 23:22:27 +0000 Subject: [PATCH 003/225] Bump certifi from 2022.6.15 to 2022.6.15.1 in /demo/graphtutorial Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.6.15 to 2022.6.15.1. - [Release notes](https://github.com/certifi/python-certifi/releases) - [Commits](https://github.com/certifi/python-certifi/compare/2022.06.15...2022.06.15.1) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- demo/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/graphtutorial/requirements.txt b/demo/graphtutorial/requirements.txt index ca4375b..9b98da5 100644 --- a/demo/graphtutorial/requirements.txt +++ b/demo/graphtutorial/requirements.txt @@ -1,6 +1,6 @@ azure-core==1.25.1 azure-identity==1.10.0 -certifi==2022.6.15 +certifi==2022.6.15.1 cffi==1.15.1 charset-normalizer==2.1.1 cryptography==37.0.4 From 9527fc576f84290aa5131aea969bbc087d5be607 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 23:23:13 +0000 Subject: [PATCH 004/225] Bump azure-identity from 1.10.0 to 1.11.0 in /demo/graphtutorial Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python) from 1.10.0 to 1.11.0. - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-identity_1.10.0...azure-identity_1.11.0) --- updated-dependencies: - dependency-name: azure-identity dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- demo/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/graphtutorial/requirements.txt b/demo/graphtutorial/requirements.txt index 9b98da5..cf19761 100644 --- a/demo/graphtutorial/requirements.txt +++ b/demo/graphtutorial/requirements.txt @@ -1,5 +1,5 @@ azure-core==1.25.1 -azure-identity==1.10.0 +azure-identity==1.11.0 certifi==2022.6.15.1 cffi==1.15.1 charset-normalizer==2.1.1 From c20095595c31929c06e3600f52d0c6017d05e94e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 23:23:19 +0000 Subject: [PATCH 005/225] Bump pyjwt from 2.4.0 to 2.5.0 in /demo/graphtutorial Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.4.0 to 2.5.0. - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jpadilla/pyjwt/compare/2.4.0...2.5.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- demo/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/graphtutorial/requirements.txt b/demo/graphtutorial/requirements.txt index 9b98da5..93cf48e 100644 --- a/demo/graphtutorial/requirements.txt +++ b/demo/graphtutorial/requirements.txt @@ -10,7 +10,7 @@ msal-extensions==1.0.0 msgraph-core==0.2.2 portalocker==2.5.1 pycparser==2.21 -PyJWT==2.4.0 +PyJWT==2.5.0 requests==2.28.1 six==1.16.0 typing_extensions==4.3.0 From 5910f698448dc75d16a8e43f5dc64cb2c989c942 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 23:23:21 +0000 Subject: [PATCH 006/225] Bump idna from 3.3 to 3.4 in /demo/graphtutorial Bumps [idna](https://github.com/kjd/idna) from 3.3 to 3.4. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.3...v3.4) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- demo/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/graphtutorial/requirements.txt b/demo/graphtutorial/requirements.txt index 9b98da5..9017b39 100644 --- a/demo/graphtutorial/requirements.txt +++ b/demo/graphtutorial/requirements.txt @@ -4,7 +4,7 @@ certifi==2022.6.15.1 cffi==1.15.1 charset-normalizer==2.1.1 cryptography==37.0.4 -idna==3.3 +idna==3.4 msal==1.18.0 msal-extensions==1.0.0 msgraph-core==0.2.2 From 4c9c1c11cae43248ed419cf7d11b89cab6729be0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 23:24:24 +0000 Subject: [PATCH 007/225] Bump certifi from 2022.6.15.1 to 2022.9.14 in /demo/graphtutorial Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.6.15.1 to 2022.9.14. - [Release notes](https://github.com/certifi/python-certifi/releases) - [Commits](https://github.com/certifi/python-certifi/compare/2022.06.15.1...2022.09.14) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- demo/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/graphtutorial/requirements.txt b/demo/graphtutorial/requirements.txt index 8e21d44..b32c777 100644 --- a/demo/graphtutorial/requirements.txt +++ b/demo/graphtutorial/requirements.txt @@ -1,6 +1,6 @@ azure-core==1.25.1 azure-identity==1.11.0 -certifi==2022.6.15.1 +certifi==2022.9.14 cffi==1.15.1 charset-normalizer==2.1.1 cryptography==37.0.4 From e486f28ea3460f23295fb3de4d7c3853f8ab9c3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 23:30:55 +0000 Subject: [PATCH 008/225] Bump certifi from 2022.9.14 to 2022.9.24 in /demo/graphtutorial Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.9.14 to 2022.9.24. - [Release notes](https://github.com/certifi/python-certifi/releases) - [Commits](https://github.com/certifi/python-certifi/compare/2022.09.14...2022.09.24) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- demo/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/graphtutorial/requirements.txt b/demo/graphtutorial/requirements.txt index b32c777..f755b45 100644 --- a/demo/graphtutorial/requirements.txt +++ b/demo/graphtutorial/requirements.txt @@ -1,6 +1,6 @@ azure-core==1.25.1 azure-identity==1.11.0 -certifi==2022.9.14 +certifi==2022.9.24 cffi==1.15.1 charset-normalizer==2.1.1 cryptography==37.0.4 From d4a9557f88238d7192d9cc6485f0e06082982519 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 23:31:02 +0000 Subject: [PATCH 009/225] Bump msal from 1.18.0 to 1.19.0 in /demo/graphtutorial Bumps [msal](https://github.com/AzureAD/microsoft-authentication-library-for-python) from 1.18.0 to 1.19.0. - [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-python/releases) - [Commits](https://github.com/AzureAD/microsoft-authentication-library-for-python/compare/1.18.0...1.19.0) --- updated-dependencies: - dependency-name: msal dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- demo/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/graphtutorial/requirements.txt b/demo/graphtutorial/requirements.txt index b32c777..890f428 100644 --- a/demo/graphtutorial/requirements.txt +++ b/demo/graphtutorial/requirements.txt @@ -5,7 +5,7 @@ cffi==1.15.1 charset-normalizer==2.1.1 cryptography==37.0.4 idna==3.4 -msal==1.18.0 +msal==1.19.0 msal-extensions==1.0.0 msgraph-core==0.2.2 portalocker==2.5.1 From 2a084e6c6dc6d73e89451d86b5432f550c73b22b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 23:27:50 +0000 Subject: [PATCH 010/225] Bump msal from 1.19.0 to 1.20.0 in /demo/graphtutorial Bumps [msal](https://github.com/AzureAD/microsoft-authentication-library-for-python) from 1.19.0 to 1.20.0. - [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-python/releases) - [Commits](https://github.com/AzureAD/microsoft-authentication-library-for-python/compare/1.19.0...1.20.0) --- updated-dependencies: - dependency-name: msal dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- demo/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/graphtutorial/requirements.txt b/demo/graphtutorial/requirements.txt index 537f05e..4e68587 100644 --- a/demo/graphtutorial/requirements.txt +++ b/demo/graphtutorial/requirements.txt @@ -5,7 +5,7 @@ cffi==1.15.1 charset-normalizer==2.1.1 cryptography==37.0.4 idna==3.4 -msal==1.19.0 +msal==1.20.0 msal-extensions==1.0.0 msgraph-core==0.2.2 portalocker==2.5.1 From 0eb8fee8ef78435e9e555b342f76377be4da31af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 23:27:53 +0000 Subject: [PATCH 011/225] Bump typing-extensions from 4.3.0 to 4.4.0 in /demo/graphtutorial Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.3.0 to 4.4.0. - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](https://github.com/python/typing_extensions/compare/4.3.0...4.4.0) --- updated-dependencies: - dependency-name: typing-extensions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- demo/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/graphtutorial/requirements.txt b/demo/graphtutorial/requirements.txt index 537f05e..fbf681e 100644 --- a/demo/graphtutorial/requirements.txt +++ b/demo/graphtutorial/requirements.txt @@ -13,5 +13,5 @@ pycparser==2.21 PyJWT==2.5.0 requests==2.28.1 six==1.16.0 -typing_extensions==4.3.0 +typing_extensions==4.4.0 urllib3==1.26.12 From b3091efd350b548d10e73bd436b7c2d6491ede2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 23:28:00 +0000 Subject: [PATCH 012/225] Bump azure-core from 1.25.1 to 1.26.0 in /demo/graphtutorial Bumps [azure-core](https://github.com/Azure/azure-sdk-for-python) from 1.25.1 to 1.26.0. - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-core_1.25.1...azure-core_1.26.0) --- updated-dependencies: - dependency-name: azure-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- demo/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/graphtutorial/requirements.txt b/demo/graphtutorial/requirements.txt index 537f05e..4a3fdf9 100644 --- a/demo/graphtutorial/requirements.txt +++ b/demo/graphtutorial/requirements.txt @@ -1,4 +1,4 @@ -azure-core==1.25.1 +azure-core==1.26.0 azure-identity==1.11.0 certifi==2022.9.24 cffi==1.15.1 From 57f7442bc9aa3c3a9f0510dbc961767d4226707a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 23:17:12 +0000 Subject: [PATCH 013/225] Bump pyjwt from 2.5.0 to 2.6.0 in /demo/graphtutorial Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.5.0 to 2.6.0. - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jpadilla/pyjwt/compare/2.5.0...2.6.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- demo/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/graphtutorial/requirements.txt b/demo/graphtutorial/requirements.txt index ad5f69f..a577567 100644 --- a/demo/graphtutorial/requirements.txt +++ b/demo/graphtutorial/requirements.txt @@ -10,7 +10,7 @@ msal-extensions==1.0.0 msgraph-core==0.2.2 portalocker==2.5.1 pycparser==2.21 -PyJWT==2.5.0 +PyJWT==2.6.0 requests==2.28.1 six==1.16.0 typing_extensions==4.4.0 From 863bf94635ceea2b5638620cb8a10d7c54befb59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 23:19:20 +0000 Subject: [PATCH 014/225] Bump portalocker from 2.5.1 to 2.6.0 in /demo/graphtutorial Bumps [portalocker](https://github.com/WoLpH/portalocker) from 2.5.1 to 2.6.0. - [Release notes](https://github.com/WoLpH/portalocker/releases) - [Changelog](https://github.com/wolph/portalocker/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/WoLpH/portalocker/compare/v2.5.1...v2.6.0) --- updated-dependencies: - dependency-name: portalocker dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- demo/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/graphtutorial/requirements.txt b/demo/graphtutorial/requirements.txt index a577567..2bc1ee3 100644 --- a/demo/graphtutorial/requirements.txt +++ b/demo/graphtutorial/requirements.txt @@ -8,7 +8,7 @@ idna==3.4 msal==1.20.0 msal-extensions==1.0.0 msgraph-core==0.2.2 -portalocker==2.5.1 +portalocker==2.6.0 pycparser==2.21 PyJWT==2.6.0 requests==2.28.1 From 1856049f353ba097f5c371cd66b1c39cc5b0761b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 23:16:56 +0000 Subject: [PATCH 015/225] Bump azure-core from 1.26.0 to 1.26.1 in /demo/graphtutorial Bumps [azure-core](https://github.com/Azure/azure-sdk-for-python) from 1.26.0 to 1.26.1. - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-core_1.26.0...azure-core_1.26.1) --- updated-dependencies: - dependency-name: azure-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- demo/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/graphtutorial/requirements.txt b/demo/graphtutorial/requirements.txt index 2bc1ee3..486f7fe 100644 --- a/demo/graphtutorial/requirements.txt +++ b/demo/graphtutorial/requirements.txt @@ -1,4 +1,4 @@ -azure-core==1.26.0 +azure-core==1.26.1 azure-identity==1.11.0 certifi==2022.9.24 cffi==1.15.1 From 2cea86d96565cdbcf0536986ea792f2ef0f18817 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 23:08:00 +0000 Subject: [PATCH 016/225] Bump azure-identity from 1.11.0 to 1.12.0 in /demo/graphtutorial Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python) from 1.11.0 to 1.12.0. - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-identity_1.11.0...azure-identity_1.12.0) --- updated-dependencies: - dependency-name: azure-identity dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- demo/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/graphtutorial/requirements.txt b/demo/graphtutorial/requirements.txt index 486f7fe..b3ca626 100644 --- a/demo/graphtutorial/requirements.txt +++ b/demo/graphtutorial/requirements.txt @@ -1,5 +1,5 @@ azure-core==1.26.1 -azure-identity==1.11.0 +azure-identity==1.12.0 certifi==2022.9.24 cffi==1.15.1 charset-normalizer==2.1.1 From e1e376e5341b5201b80d91a70e191d912d8710b8 Mon Sep 17 00:00:00 2001 From: Jason Johnston Date: Tue, 29 Nov 2022 23:10:28 -0500 Subject: [PATCH 017/225] Split delegated and app-only into separate projects --- .gitattributes | 2 + .vscode/launch.json | 13 +- .vscode/settings.json | 6 + README.md | 7 +- app-auth/README.md | 85 +++ .../RegisterAppForAppOnlyAuth.ps1 | 211 ++++--- app-auth/graphapponlytutorial/config.cfg | 4 + app-auth/graphapponlytutorial/graph.py | 58 ++ app-auth/graphapponlytutorial/main.py | 73 +++ .../graphapponlytutorial}/pylintrc | 0 app-auth/graphapponlytutorial/requirements.in | 2 + .../graphapponlytutorial/requirements.txt | 128 ++++ demo/graphtutorial/config.cfg | 6 - demo/graphtutorial/graph.py | 124 ---- demo/graphtutorial/main.py | 115 ---- demo/graphtutorial/requirements.txt | 17 - demo/version | 1 - qs.json | 2 +- {demo => user-auth}/README.md | 53 +- .../RegisterAppForUserAuth.ps1 | 178 +++--- user-auth/graphtutorial/async_auth.py | 24 + user-auth/graphtutorial/config.cfg | 4 + user-auth/graphtutorial/graph.py | 105 ++++ user-auth/graphtutorial/main.py | 106 ++++ user-auth/graphtutorial/pylintrc | 580 ++++++++++++++++++ user-auth/graphtutorial/requirements.in | 2 + user-auth/graphtutorial/requirements.txt | 128 ++++ user-auth/version | 1 + 28 files changed, 1530 insertions(+), 505 deletions(-) create mode 100644 .gitattributes create mode 100644 .vscode/settings.json create mode 100644 app-auth/README.md rename demo/UpdateAppForAppOnlyAuth.ps1 => app-auth/RegisterAppForAppOnlyAuth.ps1 (72%) create mode 100644 app-auth/graphapponlytutorial/config.cfg create mode 100644 app-auth/graphapponlytutorial/graph.py create mode 100644 app-auth/graphapponlytutorial/main.py rename {demo/graphtutorial => app-auth/graphapponlytutorial}/pylintrc (100%) create mode 100644 app-auth/graphapponlytutorial/requirements.in create mode 100644 app-auth/graphapponlytutorial/requirements.txt delete mode 100644 demo/graphtutorial/config.cfg delete mode 100644 demo/graphtutorial/graph.py delete mode 100644 demo/graphtutorial/main.py delete mode 100644 demo/graphtutorial/requirements.txt delete mode 100644 demo/version rename {demo => user-auth}/README.md (58%) rename {demo => user-auth}/RegisterAppForUserAuth.ps1 (96%) create mode 100644 user-auth/graphtutorial/async_auth.py create mode 100644 user-auth/graphtutorial/config.cfg create mode 100644 user-auth/graphtutorial/graph.py create mode 100644 user-auth/graphtutorial/main.py create mode 100644 user-auth/graphtutorial/pylintrc create mode 100644 user-auth/graphtutorial/requirements.in create mode 100644 user-auth/graphtutorial/requirements.txt create mode 100644 user-auth/version diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..dfe0770 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Auto detect text files and perform LF normalization +* text=auto diff --git a/.vscode/launch.json b/.vscode/launch.json index ce7b038..ef08a7e 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,8 +8,17 @@ "name": "Python: main", "type": "python", "request": "launch", - "program": "${workspaceFolder}/demo/graphtutorial/main.py", - "cwd": "${workspaceFolder}/demo/graphtutorial", + "program": "${workspaceFolder}/user-auth/graphtutorial/main.py", + "cwd": "${workspaceFolder}/user-auth/graphtutorial", + "console": "integratedTerminal", + "justMyCode": true + }, + { + "name": "Python: main (app-only)", + "type": "python", + "request": "launch", + "program": "${workspaceFolder}/app-auth/graphapponlytutorial/main.py", + "cwd": "${workspaceFolder}/app-auth/graphapponlytutorial", "console": "integratedTerminal", "justMyCode": true } diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..b83e0a6 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,6 @@ +{ + "cSpell.words": [ + "graphtutorial", + "Pylint" + ] +} diff --git a/README.md b/README.md index 6ad0727..962996d 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,13 @@ [![Pylint](https://github.com/microsoftgraph/msgraph-training-python/actions/workflows/pylint.yml/badge.svg)](https://github.com/microsoftgraph/msgraph-training-python/actions/workflows/pylint.yml) -This sample will introduce you to working with the Microsoft Graph SDK to access data in Microsoft 365 from Python applications. This code is the result of completing the [Python Microsoft Graph tutorial](https://docs.microsoft.com/graph/tutorials/python). +This sample will introduce you to working with the Microsoft Graph SDK to access data in Microsoft 365 from Python applications. This code is the result of completing the [Python Microsoft Graph tutorial](https://docs.microsoft.com/graph/tutorials/python) and the [Python Microsoft Graph app-only tutorial](https://docs.microsoft.com/graph/tutorials/python-app-only). ## Running the sample -The code for this sample is in the [demo](demo) folder. Instructions to configure and run the sample can be found in the [README](demo/README.md) in that folder. +The code for the delegated user authentication sample is in the [user-auth](user-auth) folder. Instructions to configure and run the sample can be found in the [README](user-auth/README.md) in that folder. + +The code for the app-only authentication sample is in the [app-auth](app-auth) folder. Instructions to configure and run the sample can be found in the [README](app-auth/README.md) in that folder. ## Code of conduct @@ -15,4 +17,3 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope ## Disclaimer **THIS CODE IS PROVIDED _AS IS_ WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.** - diff --git a/app-auth/README.md b/app-auth/README.md new file mode 100644 index 0000000..160d967 --- /dev/null +++ b/app-auth/README.md @@ -0,0 +1,85 @@ +# How to run the completed project + +## Prerequisites + +To run the completed project in this folder, you need the following: + +- [Python](https://www.python.org/) and [pip](https://pip.pypa.io/en/stable/) installed on your development machine. (**Note:** This tutorial was written with Python version 3.10.4 and pip version 20.0.2. The steps in this guide may work with other versions, but that has not been tested.) +- A Microsoft work or school account with the **Global administrator** role. + +If you don't have a Microsoft account, you can [sign up for the Microsoft 365 Developer Program](https://developer.microsoft.com/microsoft-365/dev-program) to get a free Microsoft 365 subscription. + +## Register an application + +You can register an application using the Azure Active Directory admin center, or by using the [Microsoft Graph PowerShell SDK](https://docs.microsoft.com/graph/powershell/get-started). + +### Azure Active Directory admin center + +1. Open a browser and navigate to the [Azure Active Directory admin center](https://aad.portal.azure.com) and login using a **personal account** (aka: Microsoft Account) or **Work or School Account**. + +1. Select **Azure Active Directory** in the left-hand navigation, then select **App registrations** under **Manage**. + +1. Select **New registration**. Enter a name for your application, for example, `Python Graph Tutorial`. + +1. Set **Supported account types** to **Accounts in this organizational directory only**. + +1. Leave **Redirect URI** empty. + +1. Select **Register**. On the application's **Overview** page, copy the value of the **Application (client) ID** and **Directory (tenant) ID** and save them, you will need these values in the next step. + +1. Select **API permissions** under **Manage**. + +1. Remove the default **User.Read** permission under **Configured permissions** by selecting the ellipses (**...**) in its row and selecting **Remove permission**. + +1. Select **Add a permission**, then **Microsoft Graph**. + +1. Select **Application permissions**. + +1. Select **User.Read.All**, then select **Add permissions**. + +1. Select **Grant admin consent for...**, then select **Yes** to provide admin consent for the selected permission. + +1. Select **Certificates and secrets** under **Manage**, then select **New client secret**. + +1. Enter a description, choose a duration, and select **Add**. + +1. Copy the secret from the **Value** column, you will need it in the next steps. + +### PowerShell + +To use PowerShell, you'll need the Microsoft Graph PowerShell SDK. If you do not have it, see [Install the Microsoft Graph PowerShell SDK](https://docs.microsoft.com/graph/powershell/installation) for installation instructions. + +1. Open PowerShell and run the [RegisterAppForAppOnlyAuth.ps1](RegisterAppForAppOnlyAuth.ps1) file with the following command. + + ```powershell + .\RegisterAppForAppOnlyAuth.ps1 -AppName "Python App-Only Graph Tutorial" -GraphScopes "User.Read.All" + ``` + +1. Copy the **Client ID**, **Tenant ID**, and **Client secret** values from the script output. You will need these values in the next step. + + ```powershell + SUCCESS + Client ID: ae2386e6-799e-4f75-b191-855d7e691c75 + Tenant ID: 5927c10a-91bd-4408-9c70-c50bce922b71 + Client secret: ... + Secret expires: 10/28/2024 5:01:45 PM + ``` + +## Configure the sample + +1. Update the values in [config.cfg](./graphtutorial/config.cfg) according to the following table. + + | Setting | Value | + |---------|-------| + | `clientId` | The client ID of your app registration | + | `clientSecret` | The client secret of your app registration | + | `tenantId` | The tenant ID of your organization | + +## Build and run the sample + +In your command-line interface (CLI), navigate to the project directory and run the following command. + +```Shell +python3 -m pip install -r requirements.txt +python3 main.py +``` diff --git a/demo/UpdateAppForAppOnlyAuth.ps1 b/app-auth/RegisterAppForAppOnlyAuth.ps1 similarity index 72% rename from demo/UpdateAppForAppOnlyAuth.ps1 rename to app-auth/RegisterAppForAppOnlyAuth.ps1 index 2fbd0af..09ce5e0 100644 --- a/demo/UpdateAppForAppOnlyAuth.ps1 +++ b/app-auth/RegisterAppForAppOnlyAuth.ps1 @@ -1,98 +1,113 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT license. - -# -param( - [Parameter(Mandatory=$true, - HelpMessage="The app ID of the app registration")] - [String] - $AppId, - - [Parameter(Mandatory=$true, - HelpMessage="The application permission scopes to configure on the app registration")] - [String[]] - $GraphScopes, - - [Parameter(Mandatory=$false)] - [Switch] - $StayConnected = $false -) - -$graphAppId = "00000003-0000-0000-c000-000000000000" - -# Requires an admin -Connect-MgGraph -Scopes "Application.ReadWrite.All AppRoleAssignment.ReadWrite.All User.Read" ` - -UseDeviceAuthentication -ErrorAction Stop - -# Get context for access to tenant ID -$context = Get-MgContext -ErrorAction Stop - -# Get the application and service principal -$appRegistration = Get-MgApplication -Filter ("appId eq '" + $AppId +"'") -ErrorAction Stop -$appServicePrincipal = Get-MgServicePrincipal -Filter ("appId eq '" + $AppId + "'") -ErrorAction Stop - -# Lookup available Graph application permissions -$graphServicePrincipal = Get-MgServicePrincipal -Filter ("appId eq '" + $graphAppId + "'") -ErrorAction Stop -$graphAppPermissions = $graphServicePrincipal.AppRoles - -$resourceAccess = @() - -foreach($scope in $GraphScopes) -{ - $permission = $graphAppPermissions | Where-Object { $_.Value -eq $scope } - if ($permission) - { - $resourceAccess += @{ Id = $permission.Id; Type = "Role"} - } - else - { - Write-Host -ForegroundColor Red "Invalid scope:" $scope - Exit - } -} - -# Add the permissions to required resource access -Update-MgApplication -ApplicationId $appRegistration.Id -RequiredResourceAccess ` - @{ ResourceAppId = $graphAppId; ResourceAccess = $resourceAccess } -ErrorAction Stop -Write-Host -ForegroundColor Cyan "Added application permissions to app registration" - -# Add admin consent -foreach ($appRole in $resourceAccess) -{ - New-MgServicePrincipalAppRoleAssignment -ServicePrincipalId $appServicePrincipal.Id ` - -PrincipalId $appServicePrincipal.Id -ResourceId $graphServicePrincipal.Id ` - -AppRoleId $appRole.Id -ErrorAction SilentlyContinue -ErrorVariable SPError | Out-Null - if ($SPError) - { - Write-Host -ForegroundColor Red "Admin consent for one of the requested scopes could not be added." - Write-Host -ForegroundColor Red $SPError - Exit - } -} -Write-Host -ForegroundColor Cyan "Added admin consent" - -# Add a client secret -$clientSecret = Add-MgApplicationPassword -ApplicationId $appRegistration.Id -PasswordCredential ` - @{ DisplayName = "Added by PowerShell" } -ErrorAction Stop - -Write-Host -Write-Host -ForegroundColor Green "SUCCESS" -Write-Host -ForegroundColor Cyan -NoNewline "Tenant ID: " -Write-Host -ForegroundColor Yellow $context.TenantId -Write-Host -ForegroundColor Cyan -NoNewline "Client secret: " -Write-Host -ForegroundColor Yellow $clientSecret.SecretText -Write-Host -ForegroundColor Cyan -NoNewline "Secret expires: " -Write-Host -ForegroundColor Yellow $clientSecret.EndDateTime - -if ($StayConnected -eq $false) -{ - Disconnect-MgGraph - Write-Host "Disconnected from Microsoft Graph" -} -else -{ - Write-Host - Write-Host -ForegroundColor Yellow ` - "The connection to Microsoft Graph is still active. To disconnect, use Disconnect-MgGraph" -} -# +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT license. + +# +param( + [Parameter(Mandatory=$true, + HelpMessage="The friendly name of the app registration")] + [String] + $AppName, + + [Parameter(Mandatory=$true, + HelpMessage="The application permission scopes to configure on the app registration")] + [String[]] + $GraphScopes, + + [Parameter(Mandatory=$false)] + [Switch] + $StayConnected = $false +) + +$graphAppId = "00000003-0000-0000-c000-000000000000" + +# Requires an admin +Connect-MgGraph -Scopes "Application.ReadWrite.All User.Read" -UseDeviceAuthentication -ErrorAction Stop + +# Get context for access to tenant ID +$context = Get-MgContext -ErrorAction Stop +$authTenant = $context.TenantId + +# Create app registration +$appRegistration = New-MgApplication -DisplayName $AppName -SignInAudience "AzureADMyOrg" -ErrorAction Stop +Write-Host -ForegroundColor Cyan "App registration created with app ID" $appRegistration.AppId + +# Create corresponding service principal +$appServicePrincipal = New-MgServicePrincipal -AppId $appRegistration.AppId -ErrorAction SilentlyContinue ` + -ErrorVariable SPError +if ($SPError) +{ + Write-Host -ForegroundColor Red "A service principal for the app could not be created." + Write-Host -ForegroundColor Red $SPError + Exit +} + +Write-Host -ForegroundColor Cyan "Service principal created" + +# Lookup available Graph application permissions +$graphServicePrincipal = Get-MgServicePrincipal -Filter ("appId eq '" + $graphAppId + "'") -ErrorAction Stop +$graphAppPermissions = $graphServicePrincipal.AppRoles + +$resourceAccess = @() + +foreach($scope in $GraphScopes) +{ + $permission = $graphAppPermissions | Where-Object { $_.Value -eq $scope } + if ($permission) + { + $resourceAccess += @{ Id = $permission.Id; Type = "Role"} + } + else + { + Write-Host -ForegroundColor Red "Invalid scope:" $scope + Exit + } +} + +# Add the permissions to required resource access +Update-MgApplication -ApplicationId $appRegistration.Id -RequiredResourceAccess ` + @{ ResourceAppId = $graphAppId; ResourceAccess = $resourceAccess } -ErrorAction Stop +Write-Host -ForegroundColor Cyan "Added application permissions to app registration" + +# Add admin consent +foreach ($appRole in $resourceAccess) +{ + $appServicePrincipal + New-MgServicePrincipalAppRoleAssignment -ServicePrincipalId $appServicePrincipal.Id ` + -PrincipalId $appServicePrincipal.Id -ResourceId $graphServicePrincipal.Id ` + -AppRoleId $appRole.Id -ErrorAction SilentlyContinue -ErrorVariable SPError | Out-Null + if ($SPError) + { + Write-Host -ForegroundColor Red "Admin consent for one of the requested scopes could not be added." + Write-Host -ForegroundColor Red $SPError + Exit + } +} +Write-Host -ForegroundColor Cyan "Added admin consent" + +# Add a client secret +$clientSecret = Add-MgApplicationPassword -ApplicationId $appRegistration.Id -PasswordCredential ` + @{ DisplayName = "Added by PowerShell" } -ErrorAction Stop + +Write-Host +Write-Host -ForegroundColor Green "SUCCESS" +Write-Host -ForegroundColor Cyan -NoNewline "Client ID: " +Write-Host -ForegroundColor Yellow $appRegistration.AppId +Write-Host -ForegroundColor Cyan -NoNewline "Tenant ID: " +Write-Host -ForegroundColor Yellow $authTenant +Write-Host -ForegroundColor Cyan -NoNewline "Client secret: " +Write-Host -ForegroundColor Yellow $clientSecret.SecretText +Write-Host -ForegroundColor Cyan -NoNewline "Secret expires: " +Write-Host -ForegroundColor Yellow $clientSecret.EndDateTime + +if ($StayConnected -eq $false) +{ + Disconnect-MgGraph + Write-Host "Disconnected from Microsoft Graph" +} +else +{ + Write-Host + Write-Host -ForegroundColor Yellow ` + "The connection to Microsoft Graph is still active. To disconnect, use Disconnect-MgGraph" +} +# diff --git a/app-auth/graphapponlytutorial/config.cfg b/app-auth/graphapponlytutorial/config.cfg new file mode 100644 index 0000000..8113653 --- /dev/null +++ b/app-auth/graphapponlytutorial/config.cfg @@ -0,0 +1,4 @@ +[azure] +clientId = YOUR_CLIENT_ID_HERE +clientSecret = YOUR_CLIENT_SECRET_HERE +tenantId = YOUR_TENANT_ID_HERE diff --git a/app-auth/graphapponlytutorial/graph.py b/app-auth/graphapponlytutorial/graph.py new file mode 100644 index 0000000..af787f2 --- /dev/null +++ b/app-auth/graphapponlytutorial/graph.py @@ -0,0 +1,58 @@ +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. + +# +from configparser import SectionProxy +from azure.identity.aio import ClientSecretCredential +from kiota_authentication_azure.azure_identity_authentication_provider import AzureIdentityAuthenticationProvider +from msgraph import GraphRequestAdapter, GraphServiceClient +from msgraph.generated.users.users_request_builder import UsersRequestBuilder + +class Graph: + settings: SectionProxy + client_credential: ClientSecretCredential + adapter: GraphRequestAdapter + app_client: GraphServiceClient + + def __init__(self, config: SectionProxy): + self.settings = config + client_id = self.settings['clientId'] + tenant_id = self.settings['tenantId'] + client_secret = self.settings['clientSecret'] + + self.client_credential = ClientSecretCredential(tenant_id, client_id, client_secret) + auth_provider = AzureIdentityAuthenticationProvider(self.client_credential) # type: ignore + self.adapter = GraphRequestAdapter(auth_provider) + self.app_client = GraphServiceClient(self.adapter) +# + + # + async def get_app_only_token(self): + graph_scope = 'https://graph.microsoft.com/.default' + access_token = await self.client_credential.get_token(graph_scope) + return access_token.token + # + + # + async def get_users(self): + query_params = UsersRequestBuilder.UsersRequestBuilderGetQueryParameters( + # Only request specific properties + select = ['displayName', 'id', 'mail'], + # Get at most 25 results + top = 25, + # Sort by display name + orderby= ['displayName'] + ) + request_config = UsersRequestBuilder.UsersRequestBuilderGetRequestConfiguration( + query_parameters=query_params + ) + + users = await self.app_client.users().get(request_configuration=request_config) + return users + # + + # + async def make_graph_call(self): + # INSERT YOUR CODE HERE + return + # diff --git a/app-auth/graphapponlytutorial/main.py b/app-auth/graphapponlytutorial/main.py new file mode 100644 index 0000000..7e5b3d2 --- /dev/null +++ b/app-auth/graphapponlytutorial/main.py @@ -0,0 +1,73 @@ +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. + +# +import asyncio +import configparser +from graph import Graph + +async def main(): + print('Python Graph App-Only Tutorial\n') + + # Load settings + config = configparser.ConfigParser() + config.read(['config.cfg', 'config.dev.cfg']) + azure_settings = config['azure'] + + graph: Graph = Graph(azure_settings) + + choice = -1 + + while choice != 0: + print('Please choose one of the following options:') + print('0. Exit') + print('1. Display access token') + print('2. List users') + print('3. Make a Graph call') + + try: + choice = int(input()) + except ValueError: + choice = -1 + + if choice == 0: + print('Goodbye...') + elif choice == 1: + await display_access_token(graph) + elif choice == 2: + await list_users(graph) + elif choice == 3: + await make_graph_call(graph) + else: + print('Invalid choice!\n') +# + +# +async def display_access_token(graph: Graph): + token = await graph.get_app_only_token() + print('App-only token:', token, '\n') +# + +# +async def list_users(graph: Graph): + users_page = await graph.get_users() + + # Output each users's details + if users_page is not None and users_page.value is not None: + for user in users_page.value: + print('User:', user.display_name) + print(' ID:', user.id) + print(' Email:', user.mail) + + # If @odata.nextLink is present + more_available = users_page.odata_next_link is not None + print('\nMore users available?', more_available, '\n') +# + +# +async def make_graph_call(graph: Graph): + await graph.make_graph_call() +# + +# Run main +asyncio.run(main()) diff --git a/demo/graphtutorial/pylintrc b/app-auth/graphapponlytutorial/pylintrc similarity index 100% rename from demo/graphtutorial/pylintrc rename to app-auth/graphapponlytutorial/pylintrc diff --git a/app-auth/graphapponlytutorial/requirements.in b/app-auth/graphapponlytutorial/requirements.in new file mode 100644 index 0000000..d4347c7 --- /dev/null +++ b/app-auth/graphapponlytutorial/requirements.in @@ -0,0 +1,2 @@ +azure-identity +msgraph-sdk diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt new file mode 100644 index 0000000..0a473a7 --- /dev/null +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -0,0 +1,128 @@ +# +# This file is autogenerated by pip-compile with python 3.10 +# To update, run: +# +# pip-compile --output-file=requirements.txt +# +aiohttp==3.8.3 + # via microsoft-kiota-authentication-azure +aiosignal==1.3.1 + # via aiohttp +anyio==3.6.2 + # via httpcore +async-timeout==4.0.2 + # via aiohttp +attrs==22.1.0 + # via aiohttp +azure-core==1.26.1 + # via + # azure-identity + # microsoft-kiota-authentication-azure +azure-identity==1.12.0 + # via + # -r requirements.in + # msgraph-sdk +certifi==2022.9.24 + # via + # httpcore + # httpx + # requests +cffi==1.15.1 + # via cryptography +charset-normalizer==2.1.1 + # via + # aiohttp + # requests +cryptography==37.0.4 + # via + # azure-identity + # msal + # pyjwt +frozenlist==1.3.3 + # via + # aiohttp + # aiosignal +h11==0.14.0 + # via httpcore +h2==4.1.0 + # via httpx +hpack==4.0.0 + # via h2 +httpcore==0.16.2 + # via httpx +httpx[http2]==0.23.1 + # via + # microsoft-kiota-http + # msgraph-core +hyperframe==6.0.1 + # via h2 +idna==3.4 + # via + # anyio + # requests + # rfc3986 + # yarl +microsoft-kiota-abstractions==0.2.0 + # via + # microsoft-kiota-authentication-azure + # microsoft-kiota-http + # microsoft-kiota-serialization-json + # microsoft-kiota-serialization-text + # msgraph-core + # msgraph-sdk +microsoft-kiota-authentication-azure==0.1.1 + # via msgraph-sdk +microsoft-kiota-http==0.2.2 + # via msgraph-core +microsoft-kiota-serialization-json==0.2.0 + # via msgraph-sdk +microsoft-kiota-serialization-text==0.2.0 + # via msgraph-sdk +msal==1.20.0 + # via + # azure-identity + # msal-extensions +msal-extensions==1.0.0 + # via azure-identity +msgraph-core==1.0.0a0 + # via msgraph-sdk +msgraph-sdk==1.0.0a2 + # via -r requirements.in +multidict==6.0.2 + # via + # aiohttp + # yarl +portalocker==2.6.0 + # via msal-extensions +pycparser==2.21 + # via cffi +pyjwt[crypto]==2.6.0 + # via msal +python-dateutil==2.8.2 + # via + # microsoft-kiota-serialization-json + # microsoft-kiota-serialization-text +requests==2.28.1 + # via + # azure-core + # msal +rfc3986[idna2008]==1.5.0 + # via httpx +six==1.16.0 + # via + # azure-core + # azure-identity + # python-dateutil +sniffio==1.3.0 + # via + # anyio + # httpcore + # httpx +typing-extensions==4.4.0 + # via azure-core +uritemplate==4.1.1 + # via microsoft-kiota-abstractions +urllib3==1.26.12 + # via requests +yarl==1.8.1 + # via aiohttp diff --git a/demo/graphtutorial/config.cfg b/demo/graphtutorial/config.cfg deleted file mode 100644 index bc9d497..0000000 --- a/demo/graphtutorial/config.cfg +++ /dev/null @@ -1,6 +0,0 @@ -[azure] -clientId = YOUR_CLIENT_ID_HERE -clientSecret = YOUR_CLIENT_SECRET_HERE_IF_USING_APP_ONLY -tenantId = YOUR_TENANT_ID_HERE_IF_USING_APP_ONLY -authTenant = common -graphUserScopes = User.Read Mail.Read Mail.Send diff --git a/demo/graphtutorial/graph.py b/demo/graphtutorial/graph.py deleted file mode 100644 index 4449be3..0000000 --- a/demo/graphtutorial/graph.py +++ /dev/null @@ -1,124 +0,0 @@ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. - -# -import json -from configparser import SectionProxy -from azure.identity import DeviceCodeCredential, ClientSecretCredential -from msgraph.core import GraphClient - -class Graph: - settings: SectionProxy - device_code_credential: DeviceCodeCredential - user_client: GraphClient - client_credential: ClientSecretCredential - app_client: GraphClient - - def __init__(self, config: SectionProxy): - self.settings = config - client_id = self.settings['clientId'] - tenant_id = self.settings['authTenant'] - graph_scopes = self.settings['graphUserScopes'].split(' ') - - self.device_code_credential = DeviceCodeCredential(client_id, tenant_id = tenant_id) - self.user_client = GraphClient(credential=self.device_code_credential, scopes=graph_scopes) -# - - # - def get_user_token(self): - graph_scopes = self.settings['graphUserScopes'] - access_token = self.device_code_credential.get_token(graph_scopes) - return access_token.token - # - - # - def get_user(self): - endpoint = '/me' - # Only request specific properties - select = 'displayName,mail,userPrincipalName' - request_url = f'{endpoint}?$select={select}' - - user_response = self.user_client.get(request_url) - return user_response.json() - # - - # - def get_inbox(self): - endpoint = '/me/mailFolders/inbox/messages' - # Only request specific properties - select = 'from,isRead,receivedDateTime,subject' - # Get at most 25 results - top = 25 - # Sort by received time, newest first - order_by = 'receivedDateTime DESC' - request_url = f'{endpoint}?$select={select}&$top={top}&$orderBy={order_by}' - - inbox_response = self.user_client.get(request_url) - return inbox_response.json() - # - - # - def send_mail(self, subject: str, body: str, recipient: str): - request_body = { - 'message': { - 'subject': subject, - 'body': { - 'contentType': 'text', - 'content': body - }, - 'toRecipients': [ - { - 'emailAddress': { - 'address': recipient - } - } - ] - } - } - - request_url = '/me/sendmail' - - self.user_client.post(request_url, - data=json.dumps(request_body), - headers={'Content-Type': 'application/json'}) - # - - # - def ensure_graph_for_app_only_auth(self): - if not hasattr(self, 'client_credential'): - client_id = self.settings['clientId'] - tenant_id = self.settings['tenantId'] - client_secret = self.settings['clientSecret'] - - self.client_credential = ClientSecretCredential(tenant_id, client_id, client_secret) - - if not hasattr(self, 'app_client'): - self.app_client = GraphClient(credential=self.client_credential, - scopes=['https://graph.microsoft.com/.default']) - # - - # - def get_users(self): - self.ensure_graph_for_app_only_auth() - - endpoint = '/users' - # Only request specific properties - select = 'displayName,id,mail' - # Get at most 25 results - top = 25 - # Sort by display name - order_by = 'displayName' - request_url = f'{endpoint}?$select={select}&$top={top}&$orderBy={order_by}' - - users_response = self.app_client.get(request_url) - return users_response.json() - # - - # - def make_graph_call(self): - # INSERT YOUR CODE HERE - # Note: if using app_client, be sure to call - # ensure_graph_for_app_only_auth before using it - # self.ensure_graph_for_app_only_auth() - return - # diff --git a/demo/graphtutorial/main.py b/demo/graphtutorial/main.py deleted file mode 100644 index 0581fd6..0000000 --- a/demo/graphtutorial/main.py +++ /dev/null @@ -1,115 +0,0 @@ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. - -# -import configparser -from graph import Graph - -def main(): - print('Python Graph Tutorial\n') - - # Load settings - config = configparser.ConfigParser() - config.read(['config.cfg', 'config.dev.cfg']) - azure_settings = config['azure'] - - graph: Graph = Graph(azure_settings) - - greet_user(graph) - - choice = -1 - - while choice != 0: - print('Please choose one of the following options:') - print('0. Exit') - print('1. Display access token') - print('2. List my inbox') - print('3. Send mail') - print('4. List users (requires app-only)') - print('5. Make a Graph call') - - try: - choice = int(input()) - except ValueError: - choice = -1 - - if choice == 0: - print('Goodbye...') - elif choice == 1: - display_access_token(graph) - elif choice == 2: - list_inbox(graph) - elif choice == 3: - send_mail(graph) - elif choice == 4: - list_users(graph) - elif choice == 5: - make_graph_call(graph) - else: - print('Invalid choice!\n') -# - -# -def greet_user(graph: Graph): - user = graph.get_user() - print('Hello,', user['displayName']) - # For Work/school accounts, email is in mail property - # Personal accounts, email is in userPrincipalName - print('Email:', user['mail'] or user['userPrincipalName'], '\n') -# - -# -def display_access_token(graph: Graph): - token = graph.get_user_token() - print('User token:', token, '\n') -# - -# -def list_inbox(graph: Graph): - message_page = graph.get_inbox() - - # Output each message's details - for message in message_page['value']: - print('Message:', message['subject']) - print(' From:', message['from']['emailAddress']['name']) - print(' Status:', 'Read' if message['isRead'] else 'Unread') - print(' Received:', message['receivedDateTime']) - - # If @odata.nextLink is present - more_available = '@odata.nextLink' in message_page - print('\nMore messages available?', more_available, '\n') -# - -# -def send_mail(graph: Graph): - # Send mail to the signed-in user - # Get the user for their email address - user = graph.get_user() - user_email = user['mail'] or user['userPrincipalName'] - - graph.send_mail('Testing Microsoft Graph', 'Hello world!', user_email) - print('Mail sent.\n') -# - -# -def list_users(graph: Graph): - users_page = graph.get_users() - - # Output each users's details - for user in users_page['value']: - print('User:', user['displayName']) - print(' ID:', user['id']) - print(' Email:', user['mail']) - - # If @odata.nextLink is present - more_available = '@odata.nextLink' in users_page - print('\nMore users available?', more_available, '\n') -# - -# -def make_graph_call(graph: Graph): - graph.make_graph_call() -# - -# Run main -main() diff --git a/demo/graphtutorial/requirements.txt b/demo/graphtutorial/requirements.txt deleted file mode 100644 index b3ca626..0000000 --- a/demo/graphtutorial/requirements.txt +++ /dev/null @@ -1,17 +0,0 @@ -azure-core==1.26.1 -azure-identity==1.12.0 -certifi==2022.9.24 -cffi==1.15.1 -charset-normalizer==2.1.1 -cryptography==37.0.4 -idna==3.4 -msal==1.20.0 -msal-extensions==1.0.0 -msgraph-core==0.2.2 -portalocker==2.6.0 -pycparser==2.21 -PyJWT==2.6.0 -requests==2.28.1 -six==1.16.0 -typing_extensions==4.4.0 -urllib3==1.26.12 diff --git a/demo/version b/demo/version deleted file mode 100644 index d3827e7..0000000 --- a/demo/version +++ /dev/null @@ -1 +0,0 @@ -1.0 diff --git a/qs.json b/qs.json index c7b52b5..e6d7b2c 100644 --- a/qs.json +++ b/qs.json @@ -1,5 +1,5 @@ { - "sourceDirectory": "./demo", + "sourceDirectory": "./user-auth", "exampleConfigFile": "./graphtutorial/config.cfg", "configFile": "config.cfg", "archiveFile": "PythonQuickStart.zip", diff --git a/demo/README.md b/user-auth/README.md similarity index 58% rename from demo/README.md rename to user-auth/README.md index d81c4ff..ef92ac1 100644 --- a/demo/README.md +++ b/user-auth/README.md @@ -5,16 +5,14 @@ To run the completed project in this folder, you need the following: - [Python](https://www.python.org/) and [pip](https://pip.pypa.io/en/stable/) installed on your development machine. (**Note:** This tutorial was written with Python version 3.10.4 and pip version 20.0.2. The steps in this guide may work with other versions, but that has not been tested.) -- A Microsoft work or school account. - -If you don't have a Microsoft account, you can [sign up for the Microsoft 365 Developer Program](https://developer.microsoft.com/microsoft-365/dev-program) to get a free Microsoft 365 subscription. +- Either a personal Microsoft account with a mailbox on Outlook.com, or a Microsoft work or school account. If you don't have a Microsoft account, there are a couple of options to get a free account: + - You can [sign up for a new personal Microsoft account](https://signup.live.com/signup?wa=wsignin1.0&rpsnv=12&ct=1454618383&rver=6.4.6456.0&wp=MBI_SSL_SHARED&wreply=https://mail.live.com/default.aspx&id=64855&cbcxt=mai&bk=1454618383&uiflavor=web&uaid=b213a65b4fdc484382b6622b3ecaa547&mkt=E-US&lc=1033&lic=1). + - You can [sign up for the Microsoft 365 Developer Program](https://developer.microsoft.com/microsoft-365/dev-program) to get a free Microsoft 365 subscription. ## Register an application You can register an application using the Azure Active Directory admin center, or by using the [Microsoft Graph PowerShell SDK](https://docs.microsoft.com/graph/powershell/get-started). -**NOTE:** If you downloaded this code from [https://developer.microsoft.com/graph/quick-start](https://developer.microsoft.com/graph/quick-start), an app registration has already been created for you. However, if you want to use the app-only portion of this sample, you will need to modify the app registration as specified in [Configure app-only auth (AAD admin center)](#configure-app-only-auth-aad-admin-center) or [Configure app-only auth (PowerShell)](#configure-app-only-auth-powershell). - ### Azure Active Directory admin center 1. Open a browser and navigate to the [Azure Active Directory admin center](https://aad.portal.azure.com) and login using a **personal account** (aka: Microsoft Account) or **Work or School Account**. @@ -37,28 +35,6 @@ You can register an application using the Azure Active Directory admin center, o 1. Select **Authentication** under **Manage**. Locate the **Advanced settings** section and change the **Allow public client flows** toggle to **Yes**, then choose **Save**. -#### Configure app-only auth (AAD admin center) - -> **Note:** This section requires a work/school account with the Global administrator role. You only need to complete these steps if you plan on using the app-only portions of this sample. - -1. Select **API permissions** under **Manage**. - -1. Remove the default **User.Read** permission under **Configured permissions** by selecting the ellipses (**...**) in its row and selecting **Remove permission**. - -1. Select **Add a permission**, then **Microsoft Graph**. - -1. Select **Application permissions**. - -1. Select **User.Read.All**, then select **Add permissions**. - -1. Select **Grant admin consent for...**, then select **Yes** to provide admin consent for the selected permission. - -1. Select **Certificates and secrets** under **Manage**, then select **New client secret**. - -1. Enter a description, choose a duration, and select **Add**. - -1. Copy the secret from the **Value** column, you will need it in the next steps. - ### PowerShell To use PowerShell, you'll need the Microsoft Graph PowerShell SDK. If you do not have it, see [Install the Microsoft Graph PowerShell SDK](https://docs.microsoft.com/graph/powershell/installation) for installation instructions. @@ -86,25 +62,6 @@ To use PowerShell, you'll need the Microsoft Graph PowerShell SDK. If you do not Auth tenant: common ``` -#### Configure app-only auth (PowerShell) - -> **Note:** This section requires a work/school account with the Global administrator role. You only need to complete these steps if you plan on using the app-only portions of this sample. - -1. Run the [UpdateAppForAppOnlyAuth.ps1](UpdateAppForAppOnlyAuth.ps1) file with the following command, replacing *<your-client-id>* with your client ID. - - ```powershell - .\UpdateAppForAppOnlyAuth.ps1 -AppId -GraphScopes "User.Read.All" - ``` - -1. Copy the **Tenant ID** and **Client secret** values from the script output. You will need these values in the next step. - - ```powershell - SUCCESS - Tenant ID: a795ad0f-7d82-4a3b-a2c0-0713ec72ade7 - Client secret: 2jv7Q~8eiOd_QafJ..... - Secret expires: 2/16/2024 9:32:09 PM - ``` - ## Configure the sample 1. Update the values in [config.cfg](./graphtutorial/config.cfg) according to the following table. @@ -112,9 +69,7 @@ To use PowerShell, you'll need the Microsoft Graph PowerShell SDK. If you do not | Setting | Value | |---------|-------| | `clientId` | The client ID of your app registration | - | `clientSecret` | The client secret (only needed if doing app-only) | - | `tenantId` | The tenant ID of your organization (only needed if doing app-only) | - | `authTenant` | If you chose the option to only allow users in your organization to sign in, change this value to your tenant ID. Otherwise leave as `common`. | + | `tenantId` | If you chose the option to only allow users in your organization to sign in, change this value to your tenant ID. Otherwise leave as `common`. | ## Build and run the sample diff --git a/demo/RegisterAppForUserAuth.ps1 b/user-auth/RegisterAppForUserAuth.ps1 similarity index 96% rename from demo/RegisterAppForUserAuth.ps1 rename to user-auth/RegisterAppForUserAuth.ps1 index ad07cd0..45fcb35 100644 --- a/demo/RegisterAppForUserAuth.ps1 +++ b/user-auth/RegisterAppForUserAuth.ps1 @@ -1,89 +1,89 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT license. - -# -param( - [Parameter(Mandatory=$true, - HelpMessage="The friendly name of the app registration")] - [String] - $AppName, - - [Parameter(Mandatory=$false, - HelpMessage="The sign in audience for the app")] - [ValidateSet("AzureADMyOrg", "AzureADMultipleOrgs", ` - "AzureADandPersonalMicrosoftAccount", "PersonalMicrosoftAccount")] - [String] - $SignInAudience = "AzureADandPersonalMicrosoftAccount", - - [Parameter(Mandatory=$false)] - [Switch] - $StayConnected = $false -) - -# Tenant to use in authentication. -# See https://docs.microsoft.com/azure/active-directory/develop/v2-oauth2-device-code#device-authorization-request -$authTenant = switch ($SignInAudience) -{ - "AzureADMyOrg" { "tenantId" } - "AzureADMultipleOrgs" { "organizations" } - "AzureADandPersonalMicrosoftAccount" { "common" } - "PersonalMicrosoftAccount" { "consumers" } - default { "invalid" } -} - -if ($authTenant -eq "invalid") -{ - Write-Host -ForegroundColor Red "Invalid sign in audience:" $SignInAudience - Exit -} - -# Requires an admin -Connect-MgGraph -Scopes "Application.ReadWrite.All User.Read" -UseDeviceAuthentication -ErrorAction Stop - -# Get context for access to tenant ID -$context = Get-MgContext -ErrorAction Stop - -if ($authTenant -eq "tenantId") -{ - $authTenant = $context.TenantId -} - -# Create app registration -$appRegistration = New-MgApplication -DisplayName $AppName -SignInAudience $SignInAudience ` - -IsFallbackPublicClient -ErrorAction Stop -Write-Host -ForegroundColor Cyan "App registration created with app ID" $appRegistration.AppId - -# Create corresponding service principal -if ($SignInAudience -ne "PersonalMicrosoftAccount") -{ - New-MgServicePrincipal -AppId $appRegistration.AppId -ErrorAction SilentlyContinue ` - -ErrorVariable SPError | Out-Null - if ($SPError) - { - Write-Host -ForegroundColor Red "A service principal for the app could not be created." - Write-Host -ForegroundColor Red $SPError - Exit - } - - Write-Host -ForegroundColor Cyan "Service principal created" -} - -Write-Host -Write-Host -ForegroundColor Green "SUCCESS" -Write-Host -ForegroundColor Cyan -NoNewline "Client ID: " -Write-Host -ForegroundColor Yellow $appRegistration.AppId -Write-Host -ForegroundColor Cyan -NoNewline "Auth tenant: " -Write-Host -ForegroundColor Yellow $authTenant - -if ($StayConnected -eq $false) -{ - Disconnect-MgGraph - Write-Host "Disconnected from Microsoft Graph" -} -else -{ - Write-Host - Write-Host -ForegroundColor Yellow ` - "The connection to Microsoft Graph is still active. To disconnect, use Disconnect-MgGraph" -} -# +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT license. + +# +param( + [Parameter(Mandatory=$true, + HelpMessage="The friendly name of the app registration")] + [String] + $AppName, + + [Parameter(Mandatory=$false, + HelpMessage="The sign in audience for the app")] + [ValidateSet("AzureADMyOrg", "AzureADMultipleOrgs", ` + "AzureADandPersonalMicrosoftAccount", "PersonalMicrosoftAccount")] + [String] + $SignInAudience = "AzureADandPersonalMicrosoftAccount", + + [Parameter(Mandatory=$false)] + [Switch] + $StayConnected = $false +) + +# Tenant to use in authentication. +# See https://docs.microsoft.com/azure/active-directory/develop/v2-oauth2-device-code#device-authorization-request +$authTenant = switch ($SignInAudience) +{ + "AzureADMyOrg" { "tenantId" } + "AzureADMultipleOrgs" { "organizations" } + "AzureADandPersonalMicrosoftAccount" { "common" } + "PersonalMicrosoftAccount" { "consumers" } + default { "invalid" } +} + +if ($authTenant -eq "invalid") +{ + Write-Host -ForegroundColor Red "Invalid sign in audience:" $SignInAudience + Exit +} + +# Requires an admin +Connect-MgGraph -Scopes "Application.ReadWrite.All User.Read" -UseDeviceAuthentication -ErrorAction Stop + +# Get context for access to tenant ID +$context = Get-MgContext -ErrorAction Stop + +if ($authTenant -eq "tenantId") +{ + $authTenant = $context.TenantId +} + +# Create app registration +$appRegistration = New-MgApplication -DisplayName $AppName -SignInAudience $SignInAudience ` + -IsFallbackPublicClient -ErrorAction Stop +Write-Host -ForegroundColor Cyan "App registration created with app ID" $appRegistration.AppId + +# Create corresponding service principal +if ($SignInAudience -ne "PersonalMicrosoftAccount") +{ + New-MgServicePrincipal -AppId $appRegistration.AppId -ErrorAction SilentlyContinue ` + -ErrorVariable SPError | Out-Null + if ($SPError) + { + Write-Host -ForegroundColor Red "A service principal for the app could not be created." + Write-Host -ForegroundColor Red $SPError + Exit + } + + Write-Host -ForegroundColor Cyan "Service principal created" +} + +Write-Host +Write-Host -ForegroundColor Green "SUCCESS" +Write-Host -ForegroundColor Cyan -NoNewline "Client ID: " +Write-Host -ForegroundColor Yellow $appRegistration.AppId +Write-Host -ForegroundColor Cyan -NoNewline "Auth tenant: " +Write-Host -ForegroundColor Yellow $authTenant + +if ($StayConnected -eq $false) +{ + Disconnect-MgGraph + Write-Host "Disconnected from Microsoft Graph" +} +else +{ + Write-Host + Write-Host -ForegroundColor Yellow ` + "The connection to Microsoft Graph is still active. To disconnect, use Disconnect-MgGraph" +} +# diff --git a/user-auth/graphtutorial/async_auth.py b/user-auth/graphtutorial/async_auth.py new file mode 100644 index 0000000..3de7de1 --- /dev/null +++ b/user-auth/graphtutorial/async_auth.py @@ -0,0 +1,24 @@ +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. + +# pylint: disable=invalid-overridden-method,useless-super-delegation + +# +from azure.identity import DeviceCodeCredential + +# This class is an async wrapper around the DeviceCodeCredential +# class from azure.identity. Once azure.identity provides an async version +# of DeviceCodeCredential this will no longer be necessary +class AsyncDeviceCodeCredential(DeviceCodeCredential): + async def get_token(self, *scopes, **kwargs): + return super().get_token(*scopes, **kwargs) + + async def __aenter__(self): + return + + async def __aexit__(self, exc_type, exc_value, traceback): + return + + async def close(self): + return +# diff --git a/user-auth/graphtutorial/config.cfg b/user-auth/graphtutorial/config.cfg new file mode 100644 index 0000000..da4620d --- /dev/null +++ b/user-auth/graphtutorial/config.cfg @@ -0,0 +1,4 @@ +[azure] +clientId = YOUR_CLIENT_ID_HERE +tenantId = common +graphUserScopes = User.Read Mail.Read Mail.Send diff --git a/user-auth/graphtutorial/graph.py b/user-auth/graphtutorial/graph.py new file mode 100644 index 0000000..3a80f95 --- /dev/null +++ b/user-auth/graphtutorial/graph.py @@ -0,0 +1,105 @@ +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. + +# +from configparser import SectionProxy +from kiota_authentication_azure.azure_identity_authentication_provider import ( + AzureIdentityAuthenticationProvider) +from msgraph import GraphRequestAdapter, GraphServiceClient +from msgraph.generated.me.me_request_builder import MeRequestBuilder +from msgraph.generated.me.mail_folders.item.messages.messages_request_builder import ( + MessagesRequestBuilder) +from msgraph.generated.me.send_mail.send_mail_post_request_body import SendMailPostRequestBody +from msgraph.generated.models.message import Message +from msgraph.generated.models.item_body import ItemBody +from msgraph.generated.models.body_type import BodyType +from msgraph.generated.models.recipient import Recipient +from msgraph.generated.models.email_address import EmailAddress +from async_auth import AsyncDeviceCodeCredential + +class Graph: + settings: SectionProxy + device_code_credential: AsyncDeviceCodeCredential + adapter: GraphRequestAdapter + user_client: GraphServiceClient + + def __init__(self, config: SectionProxy): + self.settings = config + client_id = self.settings['clientId'] + tenant_id = self.settings['tenantId'] + graph_scopes = self.settings['graphUserScopes'].split(' ') + + self.device_code_credential = AsyncDeviceCodeCredential(client_id, tenant_id = tenant_id) + auth_provider = AzureIdentityAuthenticationProvider( + self.device_code_credential, + scopes=graph_scopes) + self.adapter = GraphRequestAdapter(auth_provider) + self.user_client = GraphServiceClient(self.adapter) +# + + # + async def get_user_token(self): + graph_scopes = self.settings['graphUserScopes'] + access_token = await self.device_code_credential.get_token(graph_scopes) + return access_token.token + # + + # + async def get_user(self): + # Only request specific properties using $select + query_params = MeRequestBuilder.MeRequestBuilderGetQueryParameters( + select=['displayName', 'mail', 'userPrincipalName'] + ) + request_config = MeRequestBuilder.MeRequestBuilderGetRequestConfiguration( + query_parameters=query_params + ) + + user = await self.user_client.me().get(request_configuration=request_config) + return user + # + + # + async def get_inbox(self): + query_params = MessagesRequestBuilder.MessagesRequestBuilderGetQueryParameters( + # Only request specific properties + select=['from', 'isRead', 'receivedDateTime', 'subject'], + # Get at most 25 results + top=25, + # Sort by received time, newest first + orderby=['receivedDateTime DESC'] + ) + request_config = MessagesRequestBuilder.MessagesRequestBuilderGetRequestConfiguration( + query_parameters= query_params + ) + + messages = await self.user_client.me().mail_folders_by_id('inbox').messages().get( + request_configuration=request_config) + return messages + # + + # + async def send_mail(self, subject: str, body: str, recipient: str): + message = Message() + message.subject = subject + + message.body = ItemBody() + message.body.content_type = BodyType.Text + message.body.content = body + + to_recipient = Recipient() + to_recipient.email_address = EmailAddress() + to_recipient.email_address.address = recipient + message.to_recipients = list[Recipient]() + message.to_recipients.append(to_recipient) + + request_body = SendMailPostRequestBody() + request_body.message = message + + await self.user_client.me().send_mail().post(body=request_body) + # + + # + async def make_graph_call(self): + # INSERT YOUR CODE HERE + return + # diff --git a/user-auth/graphtutorial/main.py b/user-auth/graphtutorial/main.py new file mode 100644 index 0000000..c04be75 --- /dev/null +++ b/user-auth/graphtutorial/main.py @@ -0,0 +1,106 @@ +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. + +# +import asyncio +import configparser +from graph import Graph + +async def main(): + print('Python Graph Tutorial\n') + + # Load settings + config = configparser.ConfigParser() + config.read(['config.cfg', 'config.dev.cfg']) + azure_settings = config['azure'] + + graph: Graph = Graph(azure_settings) + + await greet_user(graph) + + choice = -1 + + while choice != 0: + print('Please choose one of the following options:') + print('0. Exit') + print('1. Display access token') + print('2. List my inbox') + print('3. Send mail') + print('4. Make a Graph call') + + try: + choice = int(input()) + except ValueError: + choice = -1 + + if choice == 0: + print('Goodbye...') + elif choice == 1: + await display_access_token(graph) + elif choice == 2: + await list_inbox(graph) + elif choice == 3: + await send_mail(graph) + elif choice == 4: + await make_graph_call(graph) + else: + print('Invalid choice!\n') +# + +# +async def greet_user(graph: Graph): + user = await graph.get_user() + if user is not None: + print('Hello,', user.display_name) + # For Work/school accounts, email is in mail property + # Personal accounts, email is in userPrincipalName + print('Email:', user.mail or user.user_principal_name, '\n') +# + +# +async def display_access_token(graph: Graph): + token = await graph.get_user_token() + print('User token:', token, '\n') +# + +# +async def list_inbox(graph: Graph): + message_page = await graph.get_inbox() + if message_page is not None and message_page.value is not None: + # Output each message's details + for message in message_page.value: + print('Message:', message.subject) + if ( + message.from_escaped is not None and + message.from_escaped.email_address is not None + ): + print(' From:', message.from_escaped.email_address.name or 'NONE') + else: + print(' From: NONE') + print(' Status:', 'Read' if message.is_read else 'Unread') + print(' Received:', message.received_date_time) + + # If @odata.nextLink is present + more_available = message_page.odata_next_link is not None + print('\nMore messages available?', more_available, '\n') +# + +# +async def send_mail(graph: Graph): + # Send mail to the signed-in user + # Get the user for their email address + user = await graph.get_user() + if user is not None: + user_email = user.mail or user.user_principal_name + + await graph.send_mail('Testing Microsoft Graph', 'Hello world!', user_email or '') + print('Mail sent.\n') +# + +# +async def make_graph_call(graph: Graph): + await graph.make_graph_call() +# + +# Run main +asyncio.run(main()) diff --git a/user-auth/graphtutorial/pylintrc b/user-auth/graphtutorial/pylintrc new file mode 100644 index 0000000..b54b9d8 --- /dev/null +++ b/user-auth/graphtutorial/pylintrc @@ -0,0 +1,580 @@ +[MASTER] + +# A comma-separated list of package or module names from where C extensions may +# be loaded. Extensions are loading into the active Python interpreter and may +# run arbitrary code. +extension-pkg-allow-list= + +# A comma-separated list of package or module names from where C extensions may +# be loaded. Extensions are loading into the active Python interpreter and may +# run arbitrary code. (This is an alternative name to extension-pkg-allow-list +# for backward compatibility.) +extension-pkg-whitelist= + +# Return non-zero exit code if any of these messages/categories are detected, +# even if score is above --fail-under value. Syntax same as enable. Messages +# specified are enabled, while categories only check already-enabled messages. +fail-on= + +# Specify a score threshold to be exceeded before program exits with error. +fail-under=10.0 + +# Files or directories to be skipped. They should be base names, not paths. +ignore=CVS + +# Add files or directories matching the regex patterns to the ignore-list. The +# regex matches against paths and can be in Posix or Windows format. +ignore-paths= + +# Files or directories matching the regex patterns are skipped. The regex +# matches against base names, not paths. The default value ignores emacs file +# locks +ignore-patterns=^\.# + +# Python code to execute, usually for sys.path manipulation such as +# pygtk.require(). +#init-hook= + +# Use multiple processes to speed up Pylint. Specifying 0 will auto-detect the +# number of processors available to use. +jobs=1 + +# Control the amount of potential inferred values when inferring a single +# object. This can help the performance when dealing with large functions or +# complex, nested conditions. +limit-inference-results=100 + +# List of plugins (as comma separated values of python module names) to load, +# usually to register additional checkers. +load-plugins= + +# Pickle collected data for later comparisons. +persistent=yes + +# Minimum Python version to use for version dependent checks. Will default to +# the version used to run pylint. +py-version=3.10 + +# Discover python modules and packages in the file system subtree. +recursive=yes + +# When enabled, pylint would attempt to guess common misconfiguration and emit +# user-friendly hints instead of false-positive error messages. +suggestion-mode=yes + +# Allow loading of arbitrary C extensions. Extensions are imported into the +# active Python interpreter and may run arbitrary code. +unsafe-load-any-extension=no + + +[MESSAGES CONTROL] + +# Only show warnings with the listed confidence levels. Leave empty to show +# all. Valid levels: HIGH, CONTROL_FLOW, INFERENCE, INFERENCE_FAILURE, +# UNDEFINED. +confidence= + +# Disable the message, report, category or checker with the given id(s). You +# can either give multiple identifiers separated by comma (,) or put this +# option multiple times (only on the command line, not in the configuration +# file where it should appear only once). You can also use "--disable=all" to +# disable everything first and then re-enable specific checks. For example, if +# you want to run only the similarities checker, you can use "--disable=all +# --enable=similarities". If you want to run only the classes checker, but have +# no Warning level messages displayed, use "--disable=all --enable=classes +# --disable=W". +disable=C0114, + C0115, + C0116 + +# Enable the message, report, category or checker with the given id(s). You can +# either give multiple identifier separated by comma (,) or put this option +# multiple time (only on the command line, not in the configuration file where +# it should appear only once). See also the "--disable" option for examples. +enable=c-extension-no-member + + +[REPORTS] + +# Python expression which should return a score less than or equal to 10. You +# have access to the variables 'fatal', 'error', 'warning', 'refactor', +# 'convention', and 'info' which contain the number of messages in each +# category, as well as 'statement' which is the total number of statements +# analyzed. This score is used by the global evaluation report (RP0004). +evaluation=max(0, 0 if fatal else 10.0 - ((float(5 * error + warning + refactor + convention) / statement) * 10)) + +# Template used to display messages. This is a python new-style format string +# used to format the message information. See doc for all details. +#msg-template= + +# Set the output format. Available formats are text, parseable, colorized, json +# and msvs (visual studio). You can also give a reporter class, e.g. +# mypackage.mymodule.MyReporterClass. +output-format=text + +# Tells whether to display a full report or only the messages. +reports=no + +# Activate the evaluation score. +score=yes + + +[REFACTORING] + +# Maximum number of nested blocks for function / method body +max-nested-blocks=5 + +# Complete name of functions that never returns. When checking for +# inconsistent-return-statements if a never returning function is called then +# it will be considered as an explicit return statement and no message will be +# printed. +never-returning-functions=sys.exit,argparse.parse_error + + +[STRING] + +# This flag controls whether inconsistent-quotes generates a warning when the +# character used as a quote delimiter is used inconsistently within a module. +check-quote-consistency=no + +# This flag controls whether the implicit-str-concat should generate a warning +# on implicit string concatenation in sequences defined over several lines. +check-str-concat-over-line-jumps=no + + +[MISCELLANEOUS] + +# List of note tags to take in consideration, separated by a comma. +notes=FIXME, + XXX, + TODO + +# Regular expression of note tags to take in consideration. +#notes-rgx= + + +[SPELLING] + +# Limits count of emitted suggestions for spelling mistakes. +max-spelling-suggestions=4 + +# Spelling dictionary name. Available dictionaries: none. To make it work, +# install the 'python-enchant' package. +spelling-dict= + +# List of comma separated words that should be considered directives if they +# appear and the beginning of a comment and should not be checked. +spelling-ignore-comment-directives=fmt: on,fmt: off,noqa:,noqa,nosec,isort:skip,mypy: + +# List of comma separated words that should not be checked. +spelling-ignore-words= + +# A path to a file that contains the private dictionary; one word per line. +spelling-private-dict-file= + +# Tells whether to store unknown words to the private dictionary (see the +# --spelling-private-dict-file option) instead of raising a message. +spelling-store-unknown-words=no + + +[BASIC] + +# Naming style matching correct argument names. +argument-naming-style=snake_case + +# Regular expression matching correct argument names. Overrides argument- +# naming-style. If left empty, argument names will be checked with the set +# naming style. +#argument-rgx= + +# Naming style matching correct attribute names. +attr-naming-style=snake_case + +# Regular expression matching correct attribute names. Overrides attr-naming- +# style. If left empty, attribute names will be checked with the set naming +# style. +#attr-rgx= + +# Bad variable names which should always be refused, separated by a comma. +bad-names=foo, + bar, + baz, + toto, + tutu, + tata + +# Bad variable names regexes, separated by a comma. If names match any regex, +# they will always be refused +bad-names-rgxs= + +# Naming style matching correct class attribute names. +class-attribute-naming-style=any + +# Regular expression matching correct class attribute names. Overrides class- +# attribute-naming-style. If left empty, class attribute names will be checked +# with the set naming style. +#class-attribute-rgx= + +# Naming style matching correct class constant names. +class-const-naming-style=UPPER_CASE + +# Regular expression matching correct class constant names. Overrides class- +# const-naming-style. If left empty, class constant names will be checked with +# the set naming style. +#class-const-rgx= + +# Naming style matching correct class names. +class-naming-style=PascalCase + +# Regular expression matching correct class names. Overrides class-naming- +# style. If left empty, class names will be checked with the set naming style. +#class-rgx= + +# Naming style matching correct constant names. +const-naming-style=UPPER_CASE + +# Regular expression matching correct constant names. Overrides const-naming- +# style. If left empty, constant names will be checked with the set naming +# style. +#const-rgx= + +# Minimum line length for functions/classes that require docstrings, shorter +# ones are exempt. +docstring-min-length=-1 + +# Naming style matching correct function names. +function-naming-style=snake_case + +# Regular expression matching correct function names. Overrides function- +# naming-style. If left empty, function names will be checked with the set +# naming style. +#function-rgx= + +# Good variable names which should always be accepted, separated by a comma. +good-names=i, + j, + k, + ex, + Run, + _ + +# Good variable names regexes, separated by a comma. If names match any regex, +# they will always be accepted +good-names-rgxs= + +# Include a hint for the correct naming format with invalid-name. +include-naming-hint=no + +# Naming style matching correct inline iteration names. +inlinevar-naming-style=any + +# Regular expression matching correct inline iteration names. Overrides +# inlinevar-naming-style. If left empty, inline iteration names will be checked +# with the set naming style. +#inlinevar-rgx= + +# Naming style matching correct method names. +method-naming-style=snake_case + +# Regular expression matching correct method names. Overrides method-naming- +# style. If left empty, method names will be checked with the set naming style. +#method-rgx= + +# Naming style matching correct module names. +module-naming-style=snake_case + +# Regular expression matching correct module names. Overrides module-naming- +# style. If left empty, module names will be checked with the set naming style. +#module-rgx= + +# Colon-delimited sets of names that determine each other's naming style when +# the name regexes allow several styles. +name-group= + +# Regular expression which should only match function or class names that do +# not require a docstring. +no-docstring-rgx=^_ + +# List of decorators that produce properties, such as abc.abstractproperty. Add +# to this list to register other decorators that produce valid properties. +# These decorators are taken in consideration only for invalid-name. +property-classes=abc.abstractproperty + +# Regular expression matching correct type variable names. If left empty, type +# variable names will be checked with the set naming style. +#typevar-rgx= + +# Naming style matching correct variable names. +variable-naming-style=snake_case + +# Regular expression matching correct variable names. Overrides variable- +# naming-style. If left empty, variable names will be checked with the set +# naming style. +#variable-rgx= + + +[LOGGING] + +# The type of string formatting that logging methods do. `old` means using % +# formatting, `new` is for `{}` formatting. +logging-format-style=old + +# Logging modules to check that the string format arguments are in logging +# function parameter format. +logging-modules=logging + + +[VARIABLES] + +# List of additional names supposed to be defined in builtins. Remember that +# you should avoid defining new builtins when possible. +additional-builtins= + +# Tells whether unused global variables should be treated as a violation. +allow-global-unused-variables=yes + +# List of names allowed to shadow builtins +allowed-redefined-builtins= + +# List of strings which can identify a callback function by name. A callback +# name must start or end with one of those strings. +callbacks=cb_, + _cb + +# A regular expression matching the name of dummy variables (i.e. expected to +# not be used). +dummy-variables-rgx=_+$|(_[a-zA-Z0-9_]*[a-zA-Z0-9]+?$)|dummy|^ignored_|^unused_ + +# Argument names that match this expression will be ignored. Default to name +# with leading underscore. +ignored-argument-names=_.*|^ignored_|^unused_ + +# Tells whether we should check for unused import in __init__ files. +init-import=no + +# List of qualified module names which can have objects that can redefine +# builtins. +redefining-builtins-modules=six.moves,past.builtins,future.builtins,builtins,io + + +[TYPECHECK] + +# List of decorators that produce context managers, such as +# contextlib.contextmanager. Add to this list to register other decorators that +# produce valid context managers. +contextmanager-decorators=contextlib.contextmanager + +# List of members which are set dynamically and missed by pylint inference +# system, and so shouldn't trigger E1101 when accessed. Python regular +# expressions are accepted. +generated-members= + +# Tells whether missing members accessed in mixin class should be ignored. A +# class is considered mixin if its name matches the mixin-class-rgx option. +ignore-mixin-members=yes + +# Tells whether to warn about missing members when the owner of the attribute +# is inferred to be None. +ignore-none=yes + +# This flag controls whether pylint should warn about no-member and similar +# checks whenever an opaque object is returned when inferring. The inference +# can return multiple potential results while evaluating a Python object, but +# some branches might not be evaluated, which results in partial inference. In +# that case, it might be useful to still emit no-member and other checks for +# the rest of the inferred objects. +ignore-on-opaque-inference=yes + +# List of class names for which member attributes should not be checked (useful +# for classes with dynamically set attributes). This supports the use of +# qualified names. +ignored-classes=optparse.Values,thread._local,_thread._local + +# List of module names for which member attributes should not be checked +# (useful for modules/projects where namespaces are manipulated during runtime +# and thus existing member attributes cannot be deduced by static analysis). It +# supports qualified module names, as well as Unix pattern matching. +ignored-modules= + +# Show a hint with possible names when a member name was not found. The aspect +# of finding the hint is based on edit distance. +missing-member-hint=yes + +# The minimum edit distance a name should have in order to be considered a +# similar match for a missing member name. +missing-member-hint-distance=1 + +# The total number of similar names that should be taken in consideration when +# showing a hint for a missing member. +missing-member-max-choices=1 + +# Regex pattern to define which classes are considered mixins ignore-mixin- +# members is set to 'yes' +mixin-class-rgx=.*[Mm]ixin + +# List of decorators that change the signature of a decorated function. +signature-mutators= + + +[FORMAT] + +# Expected format of line ending, e.g. empty (any line ending), LF or CRLF. +expected-line-ending-format= + +# Regexp for a line that is allowed to be longer than the limit. +ignore-long-lines=^\s*(# )??$ + +# Number of spaces of indent required inside a hanging or continued line. +indent-after-paren=4 + +# String used as indentation unit. This is usually " " (4 spaces) or "\t" (1 +# tab). +indent-string=' ' + +# Maximum number of characters on a single line. +max-line-length=100 + +# Maximum number of lines in a module. +max-module-lines=1000 + +# Allow the body of a class to be on the same line as the declaration if body +# contains single statement. +single-line-class-stmt=no + +# Allow the body of an if to be on the same line as the test if there is no +# else. +single-line-if-stmt=no + + +[SIMILARITIES] + +# Comments are removed from the similarity computation +ignore-comments=yes + +# Docstrings are removed from the similarity computation +ignore-docstrings=yes + +# Imports are removed from the similarity computation +ignore-imports=no + +# Signatures are removed from the similarity computation +ignore-signatures=no + +# Minimum lines number of a similarity. +min-similarity-lines=4 + + +[CLASSES] + +# Warn about protected attribute access inside special methods +check-protected-access-in-special-methods=no + +# List of method names used to declare (i.e. assign) instance attributes. +defining-attr-methods=__init__, + __new__, + setUp, + __post_init__ + +# List of member names, which should be excluded from the protected access +# warning. +exclude-protected=_asdict, + _fields, + _replace, + _source, + _make + +# List of valid names for the first argument in a class method. +valid-classmethod-first-arg=cls + +# List of valid names for the first argument in a metaclass class method. +valid-metaclass-classmethod-first-arg=cls + + +[DESIGN] + +# List of regular expressions of class ancestor names to ignore when counting +# public methods (see R0903) +exclude-too-few-public-methods= + +# List of qualified class names to ignore when counting class parents (see +# R0901) +ignored-parents= + +# Maximum number of arguments for function / method. +max-args=5 + +# Maximum number of attributes for a class (see R0902). +max-attributes=7 + +# Maximum number of boolean expressions in an if statement (see R0916). +max-bool-expr=5 + +# Maximum number of branch for function / method body. +max-branches=12 + +# Maximum number of locals for function / method body. +max-locals=15 + +# Maximum number of parents for a class (see R0901). +max-parents=7 + +# Maximum number of public methods for a class (see R0904). +max-public-methods=20 + +# Maximum number of return / yield for function / method body. +max-returns=6 + +# Maximum number of statements in function / method body. +max-statements=50 + +# Minimum number of public methods for a class (see R0903). +min-public-methods=2 + + +[IMPORTS] + +# List of modules that can be imported at any level, not just the top level +# one. +allow-any-import-level= + +# Allow wildcard imports from modules that define __all__. +allow-wildcard-with-all=no + +# Analyse import fallback blocks. This can be used to support both Python 2 and +# 3 compatible code, which means that the block might have code that exists +# only in one or another interpreter, leading to false positives when analysed. +analyse-fallback-blocks=no + +# Deprecated modules which should not be used, separated by a comma. +deprecated-modules= + +# Output a graph (.gv or any supported image format) of external dependencies +# to the given file (report RP0402 must not be disabled). +ext-import-graph= + +# Output a graph (.gv or any supported image format) of all (i.e. internal and +# external) dependencies to the given file (report RP0402 must not be +# disabled). +import-graph= + +# Output a graph (.gv or any supported image format) of internal dependencies +# to the given file (report RP0402 must not be disabled). +int-import-graph= + +# Force import order to recognize a module as part of the standard +# compatibility libraries. +known-standard-library= + +# Force import order to recognize a module as part of a third party library. +known-third-party=enchant + +# Couples of modules and preferred modules, separated by a comma. +preferred-modules= + + +[EXCEPTIONS] + +# Exceptions that will emit a warning when being caught. Defaults to +# "BaseException, Exception". +overgeneral-exceptions=BaseException, + Exception diff --git a/user-auth/graphtutorial/requirements.in b/user-auth/graphtutorial/requirements.in new file mode 100644 index 0000000..d4347c7 --- /dev/null +++ b/user-auth/graphtutorial/requirements.in @@ -0,0 +1,2 @@ +azure-identity +msgraph-sdk diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt new file mode 100644 index 0000000..0a473a7 --- /dev/null +++ b/user-auth/graphtutorial/requirements.txt @@ -0,0 +1,128 @@ +# +# This file is autogenerated by pip-compile with python 3.10 +# To update, run: +# +# pip-compile --output-file=requirements.txt +# +aiohttp==3.8.3 + # via microsoft-kiota-authentication-azure +aiosignal==1.3.1 + # via aiohttp +anyio==3.6.2 + # via httpcore +async-timeout==4.0.2 + # via aiohttp +attrs==22.1.0 + # via aiohttp +azure-core==1.26.1 + # via + # azure-identity + # microsoft-kiota-authentication-azure +azure-identity==1.12.0 + # via + # -r requirements.in + # msgraph-sdk +certifi==2022.9.24 + # via + # httpcore + # httpx + # requests +cffi==1.15.1 + # via cryptography +charset-normalizer==2.1.1 + # via + # aiohttp + # requests +cryptography==37.0.4 + # via + # azure-identity + # msal + # pyjwt +frozenlist==1.3.3 + # via + # aiohttp + # aiosignal +h11==0.14.0 + # via httpcore +h2==4.1.0 + # via httpx +hpack==4.0.0 + # via h2 +httpcore==0.16.2 + # via httpx +httpx[http2]==0.23.1 + # via + # microsoft-kiota-http + # msgraph-core +hyperframe==6.0.1 + # via h2 +idna==3.4 + # via + # anyio + # requests + # rfc3986 + # yarl +microsoft-kiota-abstractions==0.2.0 + # via + # microsoft-kiota-authentication-azure + # microsoft-kiota-http + # microsoft-kiota-serialization-json + # microsoft-kiota-serialization-text + # msgraph-core + # msgraph-sdk +microsoft-kiota-authentication-azure==0.1.1 + # via msgraph-sdk +microsoft-kiota-http==0.2.2 + # via msgraph-core +microsoft-kiota-serialization-json==0.2.0 + # via msgraph-sdk +microsoft-kiota-serialization-text==0.2.0 + # via msgraph-sdk +msal==1.20.0 + # via + # azure-identity + # msal-extensions +msal-extensions==1.0.0 + # via azure-identity +msgraph-core==1.0.0a0 + # via msgraph-sdk +msgraph-sdk==1.0.0a2 + # via -r requirements.in +multidict==6.0.2 + # via + # aiohttp + # yarl +portalocker==2.6.0 + # via msal-extensions +pycparser==2.21 + # via cffi +pyjwt[crypto]==2.6.0 + # via msal +python-dateutil==2.8.2 + # via + # microsoft-kiota-serialization-json + # microsoft-kiota-serialization-text +requests==2.28.1 + # via + # azure-core + # msal +rfc3986[idna2008]==1.5.0 + # via httpx +six==1.16.0 + # via + # azure-core + # azure-identity + # python-dateutil +sniffio==1.3.0 + # via + # anyio + # httpcore + # httpx +typing-extensions==4.4.0 + # via azure-core +uritemplate==4.1.1 + # via microsoft-kiota-abstractions +urllib3==1.26.12 + # via requests +yarl==1.8.1 + # via aiohttp diff --git a/user-auth/version b/user-auth/version new file mode 100644 index 0000000..9459d4b --- /dev/null +++ b/user-auth/version @@ -0,0 +1 @@ +1.1 From f48b43df1a0a003f686aa597d77edbfb0bc5fe61 Mon Sep 17 00:00:00 2001 From: Jason Johnston Date: Tue, 29 Nov 2022 23:17:04 -0500 Subject: [PATCH 018/225] Update Pylint action --- .github/workflows/pylint.yml | 26 ++++++++++++++++++++------ .vscode/settings.json | 1 + 2 files changed, 21 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index a546d37..2041c0b 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -1,28 +1,42 @@ name: Pylint -on: [push] +on: + push: + branches: [ main, live ] + pull_request: + branches: [ main, live ] jobs: build: - defaults: - run: - working-directory: demo/graphtutorial runs-on: ubuntu-latest strategy: matrix: python-version: ["3.8", "3.9", "3.10"] + steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v3 with: python-version: ${{ matrix.python-version }} - - name: Install dependencies + - name: Install dependencies (user auth) + working-directory: /user-auth/graphtutorial + run: | + python -m pip install --upgrade pip + pip install -r requirements.txt + pip install pylint + - name: Analyzing the code with pylint (user auth) + working-directory: /user-auth/graphtutorial + run: | + pylint $(git ls-files '*.py') + - name: Install dependencies (app auth) + working-directory: /app-auth/graphapponlytutorial run: | python -m pip install --upgrade pip pip install -r requirements.txt pip install pylint - - name: Analysing the code with pylint + - name: Analyzing the code with pylint (app auth) + working-directory: /app-auth/graphapponlytutorial run: | pylint $(git ls-files '*.py') diff --git a/.vscode/settings.json b/.vscode/settings.json index b83e0a6..cd76fe3 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,6 @@ { "cSpell.words": [ + "graphapponlytutorial", "graphtutorial", "Pylint" ] From 61e176133379aa269442d1e26df80675747d6cf5 Mon Sep 17 00:00:00 2001 From: Jason Johnston Date: Tue, 29 Nov 2022 23:24:26 -0500 Subject: [PATCH 019/225] Fix paths --- .github/workflows/pylint.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 2041c0b..06cb19a 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -21,22 +21,22 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Install dependencies (user auth) - working-directory: /user-auth/graphtutorial + working-directory: user-auth/graphtutorial run: | python -m pip install --upgrade pip pip install -r requirements.txt pip install pylint - name: Analyzing the code with pylint (user auth) - working-directory: /user-auth/graphtutorial + working-directory: user-auth/graphtutorial run: | pylint $(git ls-files '*.py') - name: Install dependencies (app auth) - working-directory: /app-auth/graphapponlytutorial + working-directory: app-auth/graphapponlytutorial run: | python -m pip install --upgrade pip pip install -r requirements.txt pip install pylint - name: Analyzing the code with pylint (app auth) - working-directory: /app-auth/graphapponlytutorial + working-directory: app-auth/graphapponlytutorial run: | pylint $(git ls-files '*.py') From 4e1ebc8ce65c1d08ab66116998b330674a6e2387 Mon Sep 17 00:00:00 2001 From: Jason Johnston Date: Tue, 29 Nov 2022 23:27:26 -0500 Subject: [PATCH 020/225] pylint fix --- app-auth/graphapponlytutorial/graph.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/graph.py b/app-auth/graphapponlytutorial/graph.py index af787f2..eb2ab8b 100644 --- a/app-auth/graphapponlytutorial/graph.py +++ b/app-auth/graphapponlytutorial/graph.py @@ -4,7 +4,9 @@ # from configparser import SectionProxy from azure.identity.aio import ClientSecretCredential -from kiota_authentication_azure.azure_identity_authentication_provider import AzureIdentityAuthenticationProvider +from kiota_authentication_azure.azure_identity_authentication_provider import ( + AzureIdentityAuthenticationProvider +) from msgraph import GraphRequestAdapter, GraphServiceClient from msgraph.generated.users.users_request_builder import UsersRequestBuilder From 7527589b7b08f0aa81bd80a54a6670a32125418b Mon Sep 17 00:00:00 2001 From: Jason Johnston Date: Tue, 29 Nov 2022 23:34:43 -0500 Subject: [PATCH 021/225] Fix for older Python --- user-auth/graphtutorial/graph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/graph.py b/user-auth/graphtutorial/graph.py index 3a80f95..4a84f44 100644 --- a/user-auth/graphtutorial/graph.py +++ b/user-auth/graphtutorial/graph.py @@ -89,7 +89,7 @@ async def send_mail(self, subject: str, body: str, recipient: str): to_recipient = Recipient() to_recipient.email_address = EmailAddress() to_recipient.email_address.address = recipient - message.to_recipients = list[Recipient]() + message.to_recipients = [] message.to_recipients.append(to_recipient) request_body = SendMailPostRequestBody() From c73333aa25ef937e306a25a1d43fea2866cfff6b Mon Sep 17 00:00:00 2001 From: Jason Johnston Date: Thu, 1 Dec 2022 09:24:31 -0500 Subject: [PATCH 022/225] Update dependencies --- app-auth/graphapponlytutorial/requirements.txt | 8 ++++---- user-auth/graphtutorial/requirements.txt | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index 0a473a7..7cdbb37 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -2,7 +2,7 @@ # This file is autogenerated by pip-compile with python 3.10 # To update, run: # -# pip-compile --output-file=requirements.txt +# pip-compile --output-file=requirements.txt --resolver=backtracking # aiohttp==3.8.3 # via microsoft-kiota-authentication-azure @@ -33,7 +33,7 @@ charset-normalizer==2.1.1 # via # aiohttp # requests -cryptography==37.0.4 +cryptography==38.0.4 # via # azure-identity # msal @@ -72,7 +72,7 @@ microsoft-kiota-abstractions==0.2.0 # msgraph-sdk microsoft-kiota-authentication-azure==0.1.1 # via msgraph-sdk -microsoft-kiota-http==0.2.2 +microsoft-kiota-http==0.2.3 # via msgraph-core microsoft-kiota-serialization-json==0.2.0 # via msgraph-sdk @@ -122,7 +122,7 @@ typing-extensions==4.4.0 # via azure-core uritemplate==4.1.1 # via microsoft-kiota-abstractions -urllib3==1.26.12 +urllib3==1.26.13 # via requests yarl==1.8.1 # via aiohttp diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index 0a473a7..7cdbb37 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -2,7 +2,7 @@ # This file is autogenerated by pip-compile with python 3.10 # To update, run: # -# pip-compile --output-file=requirements.txt +# pip-compile --output-file=requirements.txt --resolver=backtracking # aiohttp==3.8.3 # via microsoft-kiota-authentication-azure @@ -33,7 +33,7 @@ charset-normalizer==2.1.1 # via # aiohttp # requests -cryptography==37.0.4 +cryptography==38.0.4 # via # azure-identity # msal @@ -72,7 +72,7 @@ microsoft-kiota-abstractions==0.2.0 # msgraph-sdk microsoft-kiota-authentication-azure==0.1.1 # via msgraph-sdk -microsoft-kiota-http==0.2.2 +microsoft-kiota-http==0.2.3 # via msgraph-core microsoft-kiota-serialization-json==0.2.0 # via msgraph-sdk @@ -122,7 +122,7 @@ typing-extensions==4.4.0 # via azure-core uritemplate==4.1.1 # via microsoft-kiota-abstractions -urllib3==1.26.12 +urllib3==1.26.13 # via requests yarl==1.8.1 # via aiohttp From d2559dd89ddfc604ef9a885e1f2386207fe56e92 Mon Sep 17 00:00:00 2001 From: Jason Johnston Date: Thu, 1 Dec 2022 14:23:58 -0500 Subject: [PATCH 023/225] Update dependabot config --- .github/dependabot.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d86177a..7801c36 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,10 @@ version: 2 updates: - package-ecosystem: "pip" # See documentation for possible values - directory: "/demo/graphtutorial" # Location of package manifests + directory: "/user-auth/graphtutorial" # Location of package manifests schedule: interval: "weekly" + - package-ecosystem: "pip" # See documentation for possible values + directory: "/app-auth/graphapponlytutorial" # Location of package manifests + schedule: + interval: "weekly" \ No newline at end of file From b01cf536e6be17d4a4f45378af571d9f15923c3f Mon Sep 17 00:00:00 2001 From: Jason Johnston Date: Thu, 1 Dec 2022 19:33:38 -0500 Subject: [PATCH 024/225] Fix docs URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 962996d..9f021b9 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Pylint](https://github.com/microsoftgraph/msgraph-training-python/actions/workflows/pylint.yml/badge.svg)](https://github.com/microsoftgraph/msgraph-training-python/actions/workflows/pylint.yml) -This sample will introduce you to working with the Microsoft Graph SDK to access data in Microsoft 365 from Python applications. This code is the result of completing the [Python Microsoft Graph tutorial](https://docs.microsoft.com/graph/tutorials/python) and the [Python Microsoft Graph app-only tutorial](https://docs.microsoft.com/graph/tutorials/python-app-only). +This sample will introduce you to working with the Microsoft Graph SDK to access data in Microsoft 365 from Python applications. This code is the result of completing the [Python Microsoft Graph tutorial](https://learn.microsoft.com/graph/tutorials/python) and the [Python Microsoft Graph app-only tutorial](https://learn.microsoft.com/graph/tutorials/python-app-only). ## Running the sample From 40317d203bb4bb76442dba9fba08806d33eda9a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 23:06:04 +0000 Subject: [PATCH 025/225] Bump urllib3 from 1.26.12 to 1.26.13 in /demo/graphtutorial Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.12 to 1.26.13. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.12...1.26.13) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- demo/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/graphtutorial/requirements.txt b/demo/graphtutorial/requirements.txt index b3ca626..725038d 100644 --- a/demo/graphtutorial/requirements.txt +++ b/demo/graphtutorial/requirements.txt @@ -14,4 +14,4 @@ PyJWT==2.6.0 requests==2.28.1 six==1.16.0 typing_extensions==4.4.0 -urllib3==1.26.12 +urllib3==1.26.13 From 776ffd5378ee28ec2eec223ff5a0a740b29db318 Mon Sep 17 00:00:00 2001 From: Jason Johnston Date: Wed, 7 Dec 2022 12:30:18 -0500 Subject: [PATCH 026/225] Docs URL update --- .github/ISSUE_TEMPLATE/ask-a-question.md | 2 +- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- app-auth/README.md | 4 ++-- user-auth/README.md | 6 +++--- user-auth/RegisterAppForUserAuth.ps1 | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/ask-a-question.md b/.github/ISSUE_TEMPLATE/ask-a-question.md index 8ccaa77..6610560 100644 --- a/.github/ISSUE_TEMPLATE/ask-a-question.md +++ b/.github/ISSUE_TEMPLATE/ask-a-question.md @@ -10,5 +10,5 @@ assignees: '' Thank you for taking an interest in Microsoft Graph development! Please feel free to ask a question here, but keep in mind the following: - This is not an official Microsoft support channel, and our ability to respond to questions here is limited. Questions about Graph, or questions about adding a new feature to the sample, will be answered on a best-effort basis. -- Questions should be asked on [Microsoft Q&A](https://docs.microsoft.com/answers/products/graph). +- Questions should be asked on [Microsoft Q&A](https://learn.microsoft.com/answers/products/graph). - Issues with Microsoft Graph itself should be handled through [support](https://developer.microsoft.com/graph/support). diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 09de4c9..19b29e1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -10,7 +10,7 @@ assignees: '' **Where did you get the code?** - [ ] Downloaded from GitHub - [ ] Downloaded from the [Microsoft Graph quick start tool](https://developer.microsoft.com/graph/quick-start) -- [ ] Followed the tutorial from [Microsoft Graph tutorials](https://docs.microsoft.com/graph/tutorials) +- [ ] Followed the tutorial from [Microsoft Graph tutorials](https://learn.microsoft.com/graph/tutorials) **Describe the bug** A clear and concise description of what the bug is. @@ -35,7 +35,7 @@ If applicable, add screenshots to help explain your problem. **Dependency versions** - Authentication library (MSAL, etc.) version: - - Graph library (Graph SDK, REST library, etc.) version: + - Graph library (Graph SDK, REST library, etc.) version: **Additional context** Add any other context about the problem here. diff --git a/app-auth/README.md b/app-auth/README.md index 160d967..3d52e19 100644 --- a/app-auth/README.md +++ b/app-auth/README.md @@ -11,7 +11,7 @@ If you don't have a Microsoft account, you can [sign up for the Microsoft 365 De ## Register an application -You can register an application using the Azure Active Directory admin center, or by using the [Microsoft Graph PowerShell SDK](https://docs.microsoft.com/graph/powershell/get-started). +You can register an application using the Azure Active Directory admin center, or by using the [Microsoft Graph PowerShell SDK](https://learn.microsoft.com/graph/powershell/get-started). ### Azure Active Directory admin center @@ -47,7 +47,7 @@ You can register an application using the Azure Active Directory admin center, o ### PowerShell -To use PowerShell, you'll need the Microsoft Graph PowerShell SDK. If you do not have it, see [Install the Microsoft Graph PowerShell SDK](https://docs.microsoft.com/graph/powershell/installation) for installation instructions. +To use PowerShell, you'll need the Microsoft Graph PowerShell SDK. If you do not have it, see [Install the Microsoft Graph PowerShell SDK](https://learn.microsoft.com/graph/powershell/installation) for installation instructions. 1. Open PowerShell and run the [RegisterAppForAppOnlyAuth.ps1](RegisterAppForAppOnlyAuth.ps1) file with the following command. diff --git a/user-auth/README.md b/user-auth/README.md index ef92ac1..2ec1f1a 100644 --- a/user-auth/README.md +++ b/user-auth/README.md @@ -11,7 +11,7 @@ To run the completed project in this folder, you need the following: ## Register an application -You can register an application using the Azure Active Directory admin center, or by using the [Microsoft Graph PowerShell SDK](https://docs.microsoft.com/graph/powershell/get-started). +You can register an application using the Azure Active Directory admin center, or by using the [Microsoft Graph PowerShell SDK](https://learn.microsoft.com/graph/powershell/get-started). ### Azure Active Directory admin center @@ -37,7 +37,7 @@ You can register an application using the Azure Active Directory admin center, o ### PowerShell -To use PowerShell, you'll need the Microsoft Graph PowerShell SDK. If you do not have it, see [Install the Microsoft Graph PowerShell SDK](https://docs.microsoft.com/graph/powershell/installation) for installation instructions. +To use PowerShell, you'll need the Microsoft Graph PowerShell SDK. If you do not have it, see [Install the Microsoft Graph PowerShell SDK](https://learn.microsoft.com/graph/powershell/installation) for installation instructions. 1. Open PowerShell and run the [RegisterAppForUserAuth.ps1](RegisterAppForUserAuth.ps1) file with the following command, replacing *<audience-value>* with the desired value (see table below). @@ -71,7 +71,7 @@ To use PowerShell, you'll need the Microsoft Graph PowerShell SDK. If you do not | `clientId` | The client ID of your app registration | | `tenantId` | If you chose the option to only allow users in your organization to sign in, change this value to your tenant ID. Otherwise leave as `common`. | -## Build and run the sample +## Run the sample In your command-line interface (CLI), navigate to the project directory and run the following command. diff --git a/user-auth/RegisterAppForUserAuth.ps1 b/user-auth/RegisterAppForUserAuth.ps1 index 45fcb35..0b8598a 100644 --- a/user-auth/RegisterAppForUserAuth.ps1 +++ b/user-auth/RegisterAppForUserAuth.ps1 @@ -21,7 +21,7 @@ param( ) # Tenant to use in authentication. -# See https://docs.microsoft.com/azure/active-directory/develop/v2-oauth2-device-code#device-authorization-request +# See https://learn.microsoft.com/azure/active-directory/develop/v2-oauth2-device-code#device-authorization-request $authTenant = switch ($SignInAudience) { "AzureADMyOrg" { "tenantId" } From 3c9a36d0f662f298d0043cd6fae0e319cb870f27 Mon Sep 17 00:00:00 2001 From: Jason Johnston Date: Wed, 7 Dec 2022 12:41:06 -0500 Subject: [PATCH 027/225] Update qs.json --- qs.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/qs.json b/qs.json index e6d7b2c..35d422f 100644 --- a/qs.json +++ b/qs.json @@ -3,5 +3,8 @@ "exampleConfigFile": "./graphtutorial/config.cfg", "configFile": "config.cfg", "archiveFile": "PythonQuickStart.zip", - "zipReadMe": "./README.md" + "zipReadMe": "./README.md", + "excludeFiles": [ + "user-auth/RegisterAppForUserAuth.ps1" + ] } From 58cd2972fc406f48f9063b084b2d715fd1f3dbd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Dec 2022 08:19:19 +0000 Subject: [PATCH 028/225] Bump certifi from 2022.9.24 to 2022.12.7 in /demo/graphtutorial Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.9.24 to 2022.12.7. - [Release notes](https://github.com/certifi/python-certifi/releases) - [Commits](https://github.com/certifi/python-certifi/compare/2022.09.24...2022.12.07) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- demo/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/graphtutorial/requirements.txt b/demo/graphtutorial/requirements.txt index 725038d..cd8d254 100644 --- a/demo/graphtutorial/requirements.txt +++ b/demo/graphtutorial/requirements.txt @@ -1,6 +1,6 @@ azure-core==1.26.1 azure-identity==1.12.0 -certifi==2022.9.24 +certifi==2022.12.7 cffi==1.15.1 charset-normalizer==2.1.1 cryptography==37.0.4 From b2803da0ccb78b2b5eef54f6f968a4e44a66ddbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Dec 2022 19:00:21 +0000 Subject: [PATCH 029/225] Bump certifi in /app-auth/graphapponlytutorial Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.9.24 to 2022.12.7. - [Release notes](https://github.com/certifi/python-certifi/releases) - [Commits](https://github.com/certifi/python-certifi/compare/2022.09.24...2022.12.07) --- updated-dependencies: - dependency-name: certifi dependency-type: indirect ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index 7cdbb37..bd54d7c 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -22,7 +22,7 @@ azure-identity==1.12.0 # via # -r requirements.in # msgraph-sdk -certifi==2022.9.24 +certifi==2022.12.7 # via # httpcore # httpx From e90ba196c925be09530ff8d19643c6c193e29ec1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Dec 2022 19:04:17 +0000 Subject: [PATCH 030/225] Bump certifi from 2022.9.24 to 2022.12.7 in /user-auth/graphtutorial Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.9.24 to 2022.12.7. - [Release notes](https://github.com/certifi/python-certifi/releases) - [Commits](https://github.com/certifi/python-certifi/compare/2022.09.24...2022.12.07) --- updated-dependencies: - dependency-name: certifi dependency-type: indirect ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index 7cdbb37..bd54d7c 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -22,7 +22,7 @@ azure-identity==1.12.0 # via # -r requirements.in # msgraph-sdk -certifi==2022.9.24 +certifi==2022.12.7 # via # httpcore # httpx From 88a787bebb2958133718fceb1e9573b20db0f190 Mon Sep 17 00:00:00 2001 From: Jason Johnston Date: Thu, 26 Jan 2023 10:25:28 -0500 Subject: [PATCH 031/225] Updated SDK and dependencies Made syntax changes as required --- app-auth/graphapponlytutorial/graph.py | 2 +- .../graphapponlytutorial/requirements.txt | 34 +++++++++---------- user-auth/graphtutorial/graph.py | 19 +++++++++-- user-auth/graphtutorial/main.py | 6 ++-- user-auth/graphtutorial/requirements.txt | 34 +++++++++---------- 5 files changed, 54 insertions(+), 41 deletions(-) diff --git a/app-auth/graphapponlytutorial/graph.py b/app-auth/graphapponlytutorial/graph.py index eb2ab8b..dae34f7 100644 --- a/app-auth/graphapponlytutorial/graph.py +++ b/app-auth/graphapponlytutorial/graph.py @@ -49,7 +49,7 @@ async def get_users(self): query_parameters=query_params ) - users = await self.app_client.users().get(request_configuration=request_config) + users = await self.app_client.users.get(request_configuration=request_config) return users # diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index 7cdbb37..635193b 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -12,9 +12,9 @@ anyio==3.6.2 # via httpcore async-timeout==4.0.2 # via aiohttp -attrs==22.1.0 +attrs==22.2.0 # via aiohttp -azure-core==1.26.1 +azure-core==1.26.2 # via # azure-identity # microsoft-kiota-authentication-azure @@ -22,7 +22,7 @@ azure-identity==1.12.0 # via # -r requirements.in # msgraph-sdk -certifi==2022.9.24 +certifi==2022.12.7 # via # httpcore # httpx @@ -33,7 +33,7 @@ charset-normalizer==2.1.1 # via # aiohttp # requests -cryptography==38.0.4 +cryptography==39.0.0 # via # azure-identity # msal @@ -48,9 +48,9 @@ h2==4.1.0 # via httpx hpack==4.0.0 # via h2 -httpcore==0.16.2 +httpcore==0.16.3 # via httpx -httpx[http2]==0.23.1 +httpx[http2]==0.23.3 # via # microsoft-kiota-http # msgraph-core @@ -62,7 +62,7 @@ idna==3.4 # requests # rfc3986 # yarl -microsoft-kiota-abstractions==0.2.0 +microsoft-kiota-abstractions==0.3.0 # via # microsoft-kiota-authentication-azure # microsoft-kiota-http @@ -70,11 +70,11 @@ microsoft-kiota-abstractions==0.2.0 # microsoft-kiota-serialization-text # msgraph-core # msgraph-sdk -microsoft-kiota-authentication-azure==0.1.1 +microsoft-kiota-authentication-azure==0.2.0 # via msgraph-sdk -microsoft-kiota-http==0.2.3 +microsoft-kiota-http==0.3.1 # via msgraph-core -microsoft-kiota-serialization-json==0.2.0 +microsoft-kiota-serialization-json==0.2.1 # via msgraph-sdk microsoft-kiota-serialization-text==0.2.0 # via msgraph-sdk @@ -84,15 +84,15 @@ msal==1.20.0 # msal-extensions msal-extensions==1.0.0 # via azure-identity -msgraph-core==1.0.0a0 +msgraph-core==1.0.0a2 # via msgraph-sdk -msgraph-sdk==1.0.0a2 +msgraph-sdk==1.0.0a9 # via -r requirements.in -multidict==6.0.2 +multidict==6.0.4 # via # aiohttp # yarl -portalocker==2.6.0 +portalocker==2.7.0 # via msal-extensions pycparser==2.21 # via cffi @@ -102,7 +102,7 @@ python-dateutil==2.8.2 # via # microsoft-kiota-serialization-json # microsoft-kiota-serialization-text -requests==2.28.1 +requests==2.28.2 # via # azure-core # msal @@ -122,7 +122,7 @@ typing-extensions==4.4.0 # via azure-core uritemplate==4.1.1 # via microsoft-kiota-abstractions -urllib3==1.26.13 +urllib3==1.26.14 # via requests -yarl==1.8.1 +yarl==1.8.2 # via aiohttp diff --git a/user-auth/graphtutorial/graph.py b/user-auth/graphtutorial/graph.py index 4a84f44..b2f227c 100644 --- a/user-auth/graphtutorial/graph.py +++ b/user-auth/graphtutorial/graph.py @@ -54,7 +54,7 @@ async def get_user(self): query_parameters=query_params ) - user = await self.user_client.me().get(request_configuration=request_config) + user = await self.user_client.me.get(request_configuration=request_config) return user # @@ -72,7 +72,7 @@ async def get_inbox(self): query_parameters= query_params ) - messages = await self.user_client.me().mail_folders_by_id('inbox').messages().get( + messages = await self.user_client.me.mail_folders_by_id('inbox').messages.get( request_configuration=request_config) return messages # @@ -95,11 +95,24 @@ async def send_mail(self, subject: str, body: str, recipient: str): request_body = SendMailPostRequestBody() request_body.message = message - await self.user_client.me().send_mail().post(body=request_body) + await self.user_client.me.send_mail.post(body=request_body) # # async def make_graph_call(self): # INSERT YOUR CODE HERE + # Auth provider + #auth_provider = AzureIdentityAuthenticationProvider(...) + + # Get default middleware + #middleware = GraphClientFactory.get_default_middleware() + + # Add custom middleware + # Implement a custom middleware by extending the BaseMiddleware class + # https://github.com/microsoft/kiota-http-go/blob/main/kiota_http/middleware/middleware.py + #middleware.append(MyCustomMiddleware()) + + # Create an HTTP client with the middleware + #client = GraphClientFactory().create_with_custom_middleware(middleware) return # diff --git a/user-auth/graphtutorial/main.py b/user-auth/graphtutorial/main.py index c04be75..3dc06f5 100644 --- a/user-auth/graphtutorial/main.py +++ b/user-auth/graphtutorial/main.py @@ -71,10 +71,10 @@ async def list_inbox(graph: Graph): for message in message_page.value: print('Message:', message.subject) if ( - message.from_escaped is not None and - message.from_escaped.email_address is not None + message.from_ is not None and + message.from_.email_address is not None ): - print(' From:', message.from_escaped.email_address.name or 'NONE') + print(' From:', message.from_.email_address.name or 'NONE') else: print(' From: NONE') print(' Status:', 'Read' if message.is_read else 'Unread') diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index 7cdbb37..635193b 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -12,9 +12,9 @@ anyio==3.6.2 # via httpcore async-timeout==4.0.2 # via aiohttp -attrs==22.1.0 +attrs==22.2.0 # via aiohttp -azure-core==1.26.1 +azure-core==1.26.2 # via # azure-identity # microsoft-kiota-authentication-azure @@ -22,7 +22,7 @@ azure-identity==1.12.0 # via # -r requirements.in # msgraph-sdk -certifi==2022.9.24 +certifi==2022.12.7 # via # httpcore # httpx @@ -33,7 +33,7 @@ charset-normalizer==2.1.1 # via # aiohttp # requests -cryptography==38.0.4 +cryptography==39.0.0 # via # azure-identity # msal @@ -48,9 +48,9 @@ h2==4.1.0 # via httpx hpack==4.0.0 # via h2 -httpcore==0.16.2 +httpcore==0.16.3 # via httpx -httpx[http2]==0.23.1 +httpx[http2]==0.23.3 # via # microsoft-kiota-http # msgraph-core @@ -62,7 +62,7 @@ idna==3.4 # requests # rfc3986 # yarl -microsoft-kiota-abstractions==0.2.0 +microsoft-kiota-abstractions==0.3.0 # via # microsoft-kiota-authentication-azure # microsoft-kiota-http @@ -70,11 +70,11 @@ microsoft-kiota-abstractions==0.2.0 # microsoft-kiota-serialization-text # msgraph-core # msgraph-sdk -microsoft-kiota-authentication-azure==0.1.1 +microsoft-kiota-authentication-azure==0.2.0 # via msgraph-sdk -microsoft-kiota-http==0.2.3 +microsoft-kiota-http==0.3.1 # via msgraph-core -microsoft-kiota-serialization-json==0.2.0 +microsoft-kiota-serialization-json==0.2.1 # via msgraph-sdk microsoft-kiota-serialization-text==0.2.0 # via msgraph-sdk @@ -84,15 +84,15 @@ msal==1.20.0 # msal-extensions msal-extensions==1.0.0 # via azure-identity -msgraph-core==1.0.0a0 +msgraph-core==1.0.0a2 # via msgraph-sdk -msgraph-sdk==1.0.0a2 +msgraph-sdk==1.0.0a9 # via -r requirements.in -multidict==6.0.2 +multidict==6.0.4 # via # aiohttp # yarl -portalocker==2.6.0 +portalocker==2.7.0 # via msal-extensions pycparser==2.21 # via cffi @@ -102,7 +102,7 @@ python-dateutil==2.8.2 # via # microsoft-kiota-serialization-json # microsoft-kiota-serialization-text -requests==2.28.1 +requests==2.28.2 # via # azure-core # msal @@ -122,7 +122,7 @@ typing-extensions==4.4.0 # via azure-core uritemplate==4.1.1 # via microsoft-kiota-abstractions -urllib3==1.26.13 +urllib3==1.26.14 # via requests -yarl==1.8.1 +yarl==1.8.2 # via aiohttp From f26d4ac4e31b536490df9fc0229b382647a5bd55 Mon Sep 17 00:00:00 2001 From: Jason Johnston Date: Thu, 26 Jan 2023 10:29:16 -0500 Subject: [PATCH 032/225] Removed async wrapper for DeviceCodeCredential --- user-auth/graphtutorial/async_auth.py | 24 ------------------------ user-auth/graphtutorial/graph.py | 8 ++++---- 2 files changed, 4 insertions(+), 28 deletions(-) delete mode 100644 user-auth/graphtutorial/async_auth.py diff --git a/user-auth/graphtutorial/async_auth.py b/user-auth/graphtutorial/async_auth.py deleted file mode 100644 index 3de7de1..0000000 --- a/user-auth/graphtutorial/async_auth.py +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. - -# pylint: disable=invalid-overridden-method,useless-super-delegation - -# -from azure.identity import DeviceCodeCredential - -# This class is an async wrapper around the DeviceCodeCredential -# class from azure.identity. Once azure.identity provides an async version -# of DeviceCodeCredential this will no longer be necessary -class AsyncDeviceCodeCredential(DeviceCodeCredential): - async def get_token(self, *scopes, **kwargs): - return super().get_token(*scopes, **kwargs) - - async def __aenter__(self): - return - - async def __aexit__(self, exc_type, exc_value, traceback): - return - - async def close(self): - return -# diff --git a/user-auth/graphtutorial/graph.py b/user-auth/graphtutorial/graph.py index b2f227c..f51b01e 100644 --- a/user-auth/graphtutorial/graph.py +++ b/user-auth/graphtutorial/graph.py @@ -2,6 +2,7 @@ # Licensed under the MIT License. # +from azure.identity import DeviceCodeCredential from configparser import SectionProxy from kiota_authentication_azure.azure_identity_authentication_provider import ( AzureIdentityAuthenticationProvider) @@ -15,11 +16,10 @@ from msgraph.generated.models.body_type import BodyType from msgraph.generated.models.recipient import Recipient from msgraph.generated.models.email_address import EmailAddress -from async_auth import AsyncDeviceCodeCredential class Graph: settings: SectionProxy - device_code_credential: AsyncDeviceCodeCredential + device_code_credential: DeviceCodeCredential adapter: GraphRequestAdapter user_client: GraphServiceClient @@ -29,7 +29,7 @@ def __init__(self, config: SectionProxy): tenant_id = self.settings['tenantId'] graph_scopes = self.settings['graphUserScopes'].split(' ') - self.device_code_credential = AsyncDeviceCodeCredential(client_id, tenant_id = tenant_id) + self.device_code_credential = DeviceCodeCredential(client_id, tenant_id = tenant_id) auth_provider = AzureIdentityAuthenticationProvider( self.device_code_credential, scopes=graph_scopes) @@ -40,7 +40,7 @@ def __init__(self, config: SectionProxy): # async def get_user_token(self): graph_scopes = self.settings['graphUserScopes'] - access_token = await self.device_code_credential.get_token(graph_scopes) + access_token = self.device_code_credential.get_token(graph_scopes) return access_token.token # From b15eee8e27bd490c0fdd1713fcd9ce894cb56ae5 Mon Sep 17 00:00:00 2001 From: Jason Johnston Date: Thu, 26 Jan 2023 10:37:30 -0500 Subject: [PATCH 033/225] Fix import order --- user-auth/graphtutorial/graph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/graph.py b/user-auth/graphtutorial/graph.py index f51b01e..9bab8de 100644 --- a/user-auth/graphtutorial/graph.py +++ b/user-auth/graphtutorial/graph.py @@ -2,8 +2,8 @@ # Licensed under the MIT License. # -from azure.identity import DeviceCodeCredential from configparser import SectionProxy +from azure.identity import DeviceCodeCredential from kiota_authentication_azure.azure_identity_authentication_provider import ( AzureIdentityAuthenticationProvider) from msgraph import GraphRequestAdapter, GraphServiceClient From 12bf40ef8f29ffe59d6eb0e93dfb329ee2e394ea Mon Sep 17 00:00:00 2001 From: Jason Johnston Date: Thu, 26 Jan 2023 14:18:44 -0500 Subject: [PATCH 034/225] Updated Graph core library --- app-auth/graphapponlytutorial/requirements.txt | 2 +- user-auth/graphtutorial/graph.py | 13 ------------- user-auth/graphtutorial/requirements.txt | 2 +- 3 files changed, 2 insertions(+), 15 deletions(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index 635193b..26c350c 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -84,7 +84,7 @@ msal==1.20.0 # msal-extensions msal-extensions==1.0.0 # via azure-identity -msgraph-core==1.0.0a2 +msgraph-core==1.0.0a3 # via msgraph-sdk msgraph-sdk==1.0.0a9 # via -r requirements.in diff --git a/user-auth/graphtutorial/graph.py b/user-auth/graphtutorial/graph.py index 9bab8de..c621266 100644 --- a/user-auth/graphtutorial/graph.py +++ b/user-auth/graphtutorial/graph.py @@ -101,18 +101,5 @@ async def send_mail(self, subject: str, body: str, recipient: str): # async def make_graph_call(self): # INSERT YOUR CODE HERE - # Auth provider - #auth_provider = AzureIdentityAuthenticationProvider(...) - - # Get default middleware - #middleware = GraphClientFactory.get_default_middleware() - - # Add custom middleware - # Implement a custom middleware by extending the BaseMiddleware class - # https://github.com/microsoft/kiota-http-go/blob/main/kiota_http/middleware/middleware.py - #middleware.append(MyCustomMiddleware()) - - # Create an HTTP client with the middleware - #client = GraphClientFactory().create_with_custom_middleware(middleware) return # diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index 635193b..26c350c 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -84,7 +84,7 @@ msal==1.20.0 # msal-extensions msal-extensions==1.0.0 # via azure-identity -msgraph-core==1.0.0a2 +msgraph-core==1.0.0a3 # via msgraph-sdk msgraph-sdk==1.0.0a9 # via -r requirements.in From 914b56f4ba5e39cea0eaf9d8827a0090f70bbb0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 05:23:07 +0000 Subject: [PATCH 035/225] Bump cryptography from 39.0.0 to 39.0.1 in /user-auth/graphtutorial Bumps [cryptography](https://github.com/pyca/cryptography) from 39.0.0 to 39.0.1. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/39.0.0...39.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index 26c350c..ef7b0bf 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -33,7 +33,7 @@ charset-normalizer==2.1.1 # via # aiohttp # requests -cryptography==39.0.0 +cryptography==39.0.1 # via # azure-identity # msal From 42d3e3b7e6b6e48c32d8de05a75d540349f1f0e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 05:23:50 +0000 Subject: [PATCH 036/225] Bump cryptography in /app-auth/graphapponlytutorial Bumps [cryptography](https://github.com/pyca/cryptography) from 39.0.0 to 39.0.1. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/39.0.0...39.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index 26c350c..ef7b0bf 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -33,7 +33,7 @@ charset-normalizer==2.1.1 # via # aiohttp # requests -cryptography==39.0.0 +cryptography==39.0.1 # via # azure-identity # msal From 208fc0f0c698f5dd4e0666272699584c8c1e0c21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Apr 2023 00:09:06 +0000 Subject: [PATCH 037/225] Bump msgraph-sdk from 1.0.0a9 to 1.0.0a10 in /user-auth/graphtutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.0.0a9 to 1.0.0a10. - [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/commits) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index ef7b0bf..1fe41b4 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -62,7 +62,7 @@ idna==3.4 # requests # rfc3986 # yarl -microsoft-kiota-abstractions==0.3.0 +microsoft-kiota-abstractions==0.5.0 # via # microsoft-kiota-authentication-azure # microsoft-kiota-http @@ -74,7 +74,7 @@ microsoft-kiota-authentication-azure==0.2.0 # via msgraph-sdk microsoft-kiota-http==0.3.1 # via msgraph-core -microsoft-kiota-serialization-json==0.2.1 +microsoft-kiota-serialization-json==0.3.1 # via msgraph-sdk microsoft-kiota-serialization-text==0.2.0 # via msgraph-sdk @@ -86,7 +86,7 @@ msal-extensions==1.0.0 # via azure-identity msgraph-core==1.0.0a3 # via msgraph-sdk -msgraph-sdk==1.0.0a9 +msgraph-sdk==1.0.0a10 # via -r requirements.in multidict==6.0.4 # via From c065d1c6de4bde335936c11b445955f5e2053790 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Apr 2023 00:02:20 +0000 Subject: [PATCH 038/225] Bump msgraph-sdk from 1.0.0a10 to 1.0.0a11 in /user-auth/graphtutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.0.0a10 to 1.0.0a11. - [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/commits) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index 1fe41b4..13fa5e5 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -86,7 +86,7 @@ msal-extensions==1.0.0 # via azure-identity msgraph-core==1.0.0a3 # via msgraph-sdk -msgraph-sdk==1.0.0a10 +msgraph-sdk==1.0.0a11 # via -r requirements.in multidict==6.0.4 # via From 012eaa8b340184d2f999ab358d6d11074b242718 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Apr 2023 00:02:51 +0000 Subject: [PATCH 039/225] Bump msgraph-sdk from 1.0.0a11 to 1.0.0a12 in /user-auth/graphtutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.0.0a11 to 1.0.0a12. - [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/commits) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index 13fa5e5..3b89169 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -86,7 +86,7 @@ msal-extensions==1.0.0 # via azure-identity msgraph-core==1.0.0a3 # via msgraph-sdk -msgraph-sdk==1.0.0a11 +msgraph-sdk==1.0.0a12 # via -r requirements.in multidict==6.0.4 # via From dc91de19491073537cdd897328e964e2da7e2f0d Mon Sep 17 00:00:00 2001 From: Jason Johnston Date: Wed, 26 Apr 2023 13:16:58 -0400 Subject: [PATCH 040/225] Add try/except to catch errors --- user-auth/graphtutorial/main.py | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/user-auth/graphtutorial/main.py b/user-auth/graphtutorial/main.py index 3dc06f5..a007957 100644 --- a/user-auth/graphtutorial/main.py +++ b/user-auth/graphtutorial/main.py @@ -5,6 +5,7 @@ import asyncio import configparser from graph import Graph +from msgraph.generated.models.o_data_errors.o_data_error import ODataError async def main(): print('Python Graph Tutorial\n') @@ -33,18 +34,23 @@ async def main(): except ValueError: choice = -1 - if choice == 0: - print('Goodbye...') - elif choice == 1: - await display_access_token(graph) - elif choice == 2: - await list_inbox(graph) - elif choice == 3: - await send_mail(graph) - elif choice == 4: - await make_graph_call(graph) - else: - print('Invalid choice!\n') + try: + if choice == 0: + print('Goodbye...') + elif choice == 1: + await display_access_token(graph) + elif choice == 2: + await list_inbox(graph) + elif choice == 3: + await send_mail(graph) + elif choice == 4: + await make_graph_call(graph) + else: + print('Invalid choice!\n') + except ODataError as e: + print('Error:') + if e.error is not None: + print(e.error.code, e.error.message) # # From df23ea41df753c8154af99675eca5e67c2a8b81b Mon Sep 17 00:00:00 2001 From: Jason Johnston Date: Wed, 26 Apr 2023 13:27:54 -0400 Subject: [PATCH 041/225] Changed code to account for breaking change in SDK --- user-auth/graphtutorial/graph.py | 2 +- user-auth/graphtutorial/main.py | 18 +++++++++--------- user-auth/graphtutorial/pylintrc | 4 ++-- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/user-auth/graphtutorial/graph.py b/user-auth/graphtutorial/graph.py index c621266..2337403 100644 --- a/user-auth/graphtutorial/graph.py +++ b/user-auth/graphtutorial/graph.py @@ -72,7 +72,7 @@ async def get_inbox(self): query_parameters= query_params ) - messages = await self.user_client.me.mail_folders_by_id('inbox').messages.get( + messages = await self.user_client.me.mail_folders.by_mail_folder_id('inbox').messages.get( request_configuration=request_config) return messages # diff --git a/user-auth/graphtutorial/main.py b/user-auth/graphtutorial/main.py index a007957..0b20d03 100644 --- a/user-auth/graphtutorial/main.py +++ b/user-auth/graphtutorial/main.py @@ -4,8 +4,8 @@ # import asyncio import configparser -from graph import Graph from msgraph.generated.models.o_data_errors.o_data_error import ODataError +from graph import Graph async def main(): print('Python Graph Tutorial\n') @@ -47,16 +47,16 @@ async def main(): await make_graph_call(graph) else: print('Invalid choice!\n') - except ODataError as e: + except ODataError as odata_error: print('Error:') - if e.error is not None: - print(e.error.code, e.error.message) + if odata_error.error: + print(odata_error.error.code, odata_error.error.message) # # async def greet_user(graph: Graph): user = await graph.get_user() - if user is not None: + if user: print('Hello,', user.display_name) # For Work/school accounts, email is in mail property # Personal accounts, email is in userPrincipalName @@ -72,13 +72,13 @@ async def display_access_token(graph: Graph): # async def list_inbox(graph: Graph): message_page = await graph.get_inbox() - if message_page is not None and message_page.value is not None: + if message_page and message_page.value: # Output each message's details for message in message_page.value: print('Message:', message.subject) if ( - message.from_ is not None and - message.from_.email_address is not None + message.from_ and + message.from_.email_address ): print(' From:', message.from_.email_address.name or 'NONE') else: @@ -96,7 +96,7 @@ async def send_mail(graph: Graph): # Send mail to the signed-in user # Get the user for their email address user = await graph.get_user() - if user is not None: + if user: user_email = user.mail or user.user_principal_name await graph.send_mail('Testing Microsoft Graph', 'Hello world!', user_email or '') diff --git a/user-auth/graphtutorial/pylintrc b/user-auth/graphtutorial/pylintrc index b54b9d8..9c25004 100644 --- a/user-auth/graphtutorial/pylintrc +++ b/user-auth/graphtutorial/pylintrc @@ -576,5 +576,5 @@ preferred-modules= # Exceptions that will emit a warning when being caught. Defaults to # "BaseException, Exception". -overgeneral-exceptions=BaseException, - Exception +overgeneral-exceptions=builtins.BaseException, + builtins.Exception From 2a8a7615b3ca90213fb3fb6dfbe41d7d365878c1 Mon Sep 17 00:00:00 2001 From: Jason Johnston Date: Wed, 26 Apr 2023 13:34:03 -0400 Subject: [PATCH 042/225] Update dependabot.yml --- .github/dependabot.yml | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7801c36..ecdbc3c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,15 +1,10 @@ -# To get started with Dependabot version updates, you'll need to specify which -# package ecosystems to update and where the package manifests are located. -# Please see the documentation for all configuration options: -# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates - version: 2 updates: - - package-ecosystem: "pip" # See documentation for possible values - directory: "/user-auth/graphtutorial" # Location of package manifests + - package-ecosystem: "pip" + directory: "/user-auth/graphtutorial" schedule: interval: "weekly" - - package-ecosystem: "pip" # See documentation for possible values - directory: "/app-auth/graphapponlytutorial" # Location of package manifests + - package-ecosystem: "pip" + directory: "/app-auth/graphapponlytutorial" schedule: - interval: "weekly" \ No newline at end of file + interval: "weekly" From 963abdcdf74512319ec840668a46902934c1f3c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Apr 2023 17:35:02 +0000 Subject: [PATCH 043/225] Bump msgraph-sdk in /app-auth/graphapponlytutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.0.0a9 to 1.0.0a12. - [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/commits) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index ef7b0bf..3b89169 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -62,7 +62,7 @@ idna==3.4 # requests # rfc3986 # yarl -microsoft-kiota-abstractions==0.3.0 +microsoft-kiota-abstractions==0.5.0 # via # microsoft-kiota-authentication-azure # microsoft-kiota-http @@ -74,7 +74,7 @@ microsoft-kiota-authentication-azure==0.2.0 # via msgraph-sdk microsoft-kiota-http==0.3.1 # via msgraph-core -microsoft-kiota-serialization-json==0.2.1 +microsoft-kiota-serialization-json==0.3.1 # via msgraph-sdk microsoft-kiota-serialization-text==0.2.0 # via msgraph-sdk @@ -86,7 +86,7 @@ msal-extensions==1.0.0 # via azure-identity msgraph-core==1.0.0a3 # via msgraph-sdk -msgraph-sdk==1.0.0a9 +msgraph-sdk==1.0.0a12 # via -r requirements.in multidict==6.0.4 # via From f2acf2d095613b292201741804488251d1c96b27 Mon Sep 17 00:00:00 2001 From: Jason Johnston Date: Wed, 26 Apr 2023 13:38:46 -0400 Subject: [PATCH 044/225] Added try/except to catch errors --- app-auth/graphapponlytutorial/main.py | 28 ++++++++++++++++---------- app-auth/graphapponlytutorial/pylintrc | 4 ++-- 2 files changed, 19 insertions(+), 13 deletions(-) diff --git a/app-auth/graphapponlytutorial/main.py b/app-auth/graphapponlytutorial/main.py index 7e5b3d2..5066fcf 100644 --- a/app-auth/graphapponlytutorial/main.py +++ b/app-auth/graphapponlytutorial/main.py @@ -4,6 +4,7 @@ # import asyncio import configparser +from msgraph.generated.models.o_data_errors.o_data_error import ODataError from graph import Graph async def main(): @@ -30,16 +31,21 @@ async def main(): except ValueError: choice = -1 - if choice == 0: - print('Goodbye...') - elif choice == 1: - await display_access_token(graph) - elif choice == 2: - await list_users(graph) - elif choice == 3: - await make_graph_call(graph) - else: - print('Invalid choice!\n') + try: + if choice == 0: + print('Goodbye...') + elif choice == 1: + await display_access_token(graph) + elif choice == 2: + await list_users(graph) + elif choice == 3: + await make_graph_call(graph) + else: + print('Invalid choice!\n') + except ODataError as odata_error: + print('Error:') + if odata_error.error: + print(odata_error.error.code, odata_error.error.message) # # @@ -53,7 +59,7 @@ async def list_users(graph: Graph): users_page = await graph.get_users() # Output each users's details - if users_page is not None and users_page.value is not None: + if users_page and users_page.value: for user in users_page.value: print('User:', user.display_name) print(' ID:', user.id) diff --git a/app-auth/graphapponlytutorial/pylintrc b/app-auth/graphapponlytutorial/pylintrc index b54b9d8..9c25004 100644 --- a/app-auth/graphapponlytutorial/pylintrc +++ b/app-auth/graphapponlytutorial/pylintrc @@ -576,5 +576,5 @@ preferred-modules= # Exceptions that will emit a warning when being caught. Defaults to # "BaseException, Exception". -overgeneral-exceptions=BaseException, - Exception +overgeneral-exceptions=builtins.BaseException, + builtins.Exception From cae7301d7ccc3b3787a2fe052fe993f1b1a31c26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 May 2023 00:01:28 +0000 Subject: [PATCH 045/225] Bump azure-identity from 1.12.0 to 1.13.0 in /user-auth/graphtutorial Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python) from 1.12.0 to 1.13.0. - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-identity_1.12.0...azure-identity_1.13.0) --- updated-dependencies: - dependency-name: azure-identity dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index 3b89169..412bef2 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -18,7 +18,7 @@ azure-core==1.26.2 # via # azure-identity # microsoft-kiota-authentication-azure -azure-identity==1.12.0 +azure-identity==1.13.0 # via # -r requirements.in # msgraph-sdk From f14bf2f3eff0d2df1ae674753624d36048d16ded Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 May 2023 00:01:32 +0000 Subject: [PATCH 046/225] Bump azure-identity in /app-auth/graphapponlytutorial Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python) from 1.12.0 to 1.13.0. - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-identity_1.12.0...azure-identity_1.13.0) --- updated-dependencies: - dependency-name: azure-identity dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index 3b89169..412bef2 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -18,7 +18,7 @@ azure-core==1.26.2 # via # azure-identity # microsoft-kiota-authentication-azure -azure-identity==1.12.0 +azure-identity==1.13.0 # via # -r requirements.in # msgraph-sdk From 07c60ba5025a5acaf92364a74dcdecf21930ace0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 05:59:30 +0000 Subject: [PATCH 047/225] Bump requests from 2.28.2 to 2.31.0 in /user-auth/graphtutorial Bumps [requests](https://github.com/psf/requests) from 2.28.2 to 2.31.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.28.2...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: indirect ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index 412bef2..77abe51 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -102,7 +102,7 @@ python-dateutil==2.8.2 # via # microsoft-kiota-serialization-json # microsoft-kiota-serialization-text -requests==2.28.2 +requests==2.31.0 # via # azure-core # msal From 0ba83e74af47aa09c1a991f2a53405d733b3291a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 06:00:23 +0000 Subject: [PATCH 048/225] Bump requests from 2.28.2 to 2.31.0 in /app-auth/graphapponlytutorial Bumps [requests](https://github.com/psf/requests) from 2.28.2 to 2.31.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.28.2...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: indirect ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index 412bef2..77abe51 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -102,7 +102,7 @@ python-dateutil==2.8.2 # via # microsoft-kiota-serialization-json # microsoft-kiota-serialization-text -requests==2.28.2 +requests==2.31.0 # via # azure-core # msal From 20df993d46b867229d13db6a77fce6707ad409b9 Mon Sep 17 00:00:00 2001 From: Jason Johnston Date: Wed, 28 Jun 2023 10:17:12 -0400 Subject: [PATCH 049/225] Updated dependencies --- .../graphapponlytutorial/requirements.txt | 54 +++++++++---------- user-auth/graphtutorial/requirements.txt | 52 +++++++++--------- 2 files changed, 53 insertions(+), 53 deletions(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index ef7b0bf..da82d47 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -1,43 +1,45 @@ # -# This file is autogenerated by pip-compile with python 3.10 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.10 +# by the following command: # # pip-compile --output-file=requirements.txt --resolver=backtracking # -aiohttp==3.8.3 +aiohttp==3.8.4 # via microsoft-kiota-authentication-azure aiosignal==1.3.1 # via aiohttp -anyio==3.6.2 +anyio==3.7.0 # via httpcore async-timeout==4.0.2 # via aiohttp -attrs==22.2.0 +attrs==23.1.0 # via aiohttp -azure-core==1.26.2 +azure-core==1.27.1 # via # azure-identity # microsoft-kiota-authentication-azure -azure-identity==1.12.0 +azure-identity==1.13.0 # via # -r requirements.in # msgraph-sdk -certifi==2022.12.7 +certifi==2023.5.7 # via # httpcore # httpx # requests cffi==1.15.1 # via cryptography -charset-normalizer==2.1.1 +charset-normalizer==3.1.0 # via # aiohttp # requests -cryptography==39.0.1 +cryptography==41.0.1 # via # azure-identity # msal # pyjwt +exceptiongroup==1.1.1 + # via anyio frozenlist==1.3.3 # via # aiohttp @@ -48,9 +50,9 @@ h2==4.1.0 # via httpx hpack==4.0.0 # via h2 -httpcore==0.16.3 +httpcore==0.17.2 # via httpx -httpx[http2]==0.23.3 +httpx[http2]==0.24.1 # via # microsoft-kiota-http # msgraph-core @@ -59,10 +61,10 @@ hyperframe==6.0.1 idna==3.4 # via # anyio + # httpx # requests - # rfc3986 # yarl -microsoft-kiota-abstractions==0.3.0 +microsoft-kiota-abstractions==0.5.5 # via # microsoft-kiota-authentication-azure # microsoft-kiota-http @@ -72,21 +74,21 @@ microsoft-kiota-abstractions==0.3.0 # msgraph-sdk microsoft-kiota-authentication-azure==0.2.0 # via msgraph-sdk -microsoft-kiota-http==0.3.1 +microsoft-kiota-http==0.4.4 # via msgraph-core -microsoft-kiota-serialization-json==0.2.1 +microsoft-kiota-serialization-json==0.3.6 # via msgraph-sdk -microsoft-kiota-serialization-text==0.2.0 +microsoft-kiota-serialization-text==0.2.1 # via msgraph-sdk -msal==1.20.0 +msal==1.22.0 # via # azure-identity # msal-extensions msal-extensions==1.0.0 # via azure-identity -msgraph-core==1.0.0a3 +msgraph-core==1.0.0a4 # via msgraph-sdk -msgraph-sdk==1.0.0a9 +msgraph-sdk==1.0.0a12 # via -r requirements.in multidict==6.0.4 # via @@ -96,18 +98,16 @@ portalocker==2.7.0 # via msal-extensions pycparser==2.21 # via cffi -pyjwt[crypto]==2.6.0 +pyjwt[crypto]==2.7.0 # via msal python-dateutil==2.8.2 # via # microsoft-kiota-serialization-json # microsoft-kiota-serialization-text -requests==2.28.2 +requests==2.31.0 # via # azure-core # msal -rfc3986[idna2008]==1.5.0 - # via httpx six==1.16.0 # via # azure-core @@ -118,11 +118,11 @@ sniffio==1.3.0 # anyio # httpcore # httpx -typing-extensions==4.4.0 +typing-extensions==4.6.3 # via azure-core uritemplate==4.1.1 # via microsoft-kiota-abstractions -urllib3==1.26.14 +urllib3==2.0.3 # via requests -yarl==1.8.2 +yarl==1.9.2 # via aiohttp diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index 3b89169..da82d47 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -1,43 +1,45 @@ # -# This file is autogenerated by pip-compile with python 3.10 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.10 +# by the following command: # # pip-compile --output-file=requirements.txt --resolver=backtracking # -aiohttp==3.8.3 +aiohttp==3.8.4 # via microsoft-kiota-authentication-azure aiosignal==1.3.1 # via aiohttp -anyio==3.6.2 +anyio==3.7.0 # via httpcore async-timeout==4.0.2 # via aiohttp -attrs==22.2.0 +attrs==23.1.0 # via aiohttp -azure-core==1.26.2 +azure-core==1.27.1 # via # azure-identity # microsoft-kiota-authentication-azure -azure-identity==1.12.0 +azure-identity==1.13.0 # via # -r requirements.in # msgraph-sdk -certifi==2022.12.7 +certifi==2023.5.7 # via # httpcore # httpx # requests cffi==1.15.1 # via cryptography -charset-normalizer==2.1.1 +charset-normalizer==3.1.0 # via # aiohttp # requests -cryptography==39.0.1 +cryptography==41.0.1 # via # azure-identity # msal # pyjwt +exceptiongroup==1.1.1 + # via anyio frozenlist==1.3.3 # via # aiohttp @@ -48,9 +50,9 @@ h2==4.1.0 # via httpx hpack==4.0.0 # via h2 -httpcore==0.16.3 +httpcore==0.17.2 # via httpx -httpx[http2]==0.23.3 +httpx[http2]==0.24.1 # via # microsoft-kiota-http # msgraph-core @@ -59,10 +61,10 @@ hyperframe==6.0.1 idna==3.4 # via # anyio + # httpx # requests - # rfc3986 # yarl -microsoft-kiota-abstractions==0.5.0 +microsoft-kiota-abstractions==0.5.5 # via # microsoft-kiota-authentication-azure # microsoft-kiota-http @@ -72,19 +74,19 @@ microsoft-kiota-abstractions==0.5.0 # msgraph-sdk microsoft-kiota-authentication-azure==0.2.0 # via msgraph-sdk -microsoft-kiota-http==0.3.1 +microsoft-kiota-http==0.4.4 # via msgraph-core -microsoft-kiota-serialization-json==0.3.1 +microsoft-kiota-serialization-json==0.3.6 # via msgraph-sdk -microsoft-kiota-serialization-text==0.2.0 +microsoft-kiota-serialization-text==0.2.1 # via msgraph-sdk -msal==1.20.0 +msal==1.22.0 # via # azure-identity # msal-extensions msal-extensions==1.0.0 # via azure-identity -msgraph-core==1.0.0a3 +msgraph-core==1.0.0a4 # via msgraph-sdk msgraph-sdk==1.0.0a12 # via -r requirements.in @@ -96,18 +98,16 @@ portalocker==2.7.0 # via msal-extensions pycparser==2.21 # via cffi -pyjwt[crypto]==2.6.0 +pyjwt[crypto]==2.7.0 # via msal python-dateutil==2.8.2 # via # microsoft-kiota-serialization-json # microsoft-kiota-serialization-text -requests==2.28.2 +requests==2.31.0 # via # azure-core # msal -rfc3986[idna2008]==1.5.0 - # via httpx six==1.16.0 # via # azure-core @@ -118,11 +118,11 @@ sniffio==1.3.0 # anyio # httpcore # httpx -typing-extensions==4.4.0 +typing-extensions==4.6.3 # via azure-core uritemplate==4.1.1 # via microsoft-kiota-abstractions -urllib3==1.26.14 +urllib3==2.0.3 # via requests -yarl==1.8.2 +yarl==1.9.2 # via aiohttp From 5955b22e23d276fb84845073c75619087e196b5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 23:29:16 +0000 Subject: [PATCH 050/225] Bump msgraph-sdk in /app-auth/graphapponlytutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.0.0a12 to 1.0.0a13. - [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/commits) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index da82d47..9980419 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -38,8 +38,6 @@ cryptography==41.0.1 # azure-identity # msal # pyjwt -exceptiongroup==1.1.1 - # via anyio frozenlist==1.3.3 # via # aiohttp @@ -88,7 +86,7 @@ msal-extensions==1.0.0 # via azure-identity msgraph-core==1.0.0a4 # via msgraph-sdk -msgraph-sdk==1.0.0a12 +msgraph-sdk==1.0.0a13 # via -r requirements.in multidict==6.0.4 # via From f0bef9c0ae39d3040405cd52a40afc3a2b2f8626 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 23:53:33 +0000 Subject: [PATCH 051/225] Bump msgraph-sdk from 1.0.0a12 to 1.0.0a13 in /user-auth/graphtutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.0.0a12 to 1.0.0a13. - [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/commits) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index da82d47..9980419 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -38,8 +38,6 @@ cryptography==41.0.1 # azure-identity # msal # pyjwt -exceptiongroup==1.1.1 - # via anyio frozenlist==1.3.3 # via # aiohttp @@ -88,7 +86,7 @@ msal-extensions==1.0.0 # via azure-identity msgraph-core==1.0.0a4 # via msgraph-sdk -msgraph-sdk==1.0.0a12 +msgraph-sdk==1.0.0a13 # via -r requirements.in multidict==6.0.4 # via From 97d336611a484b7ca17c1628bdad8daaf89635b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jul 2023 01:32:06 +0000 Subject: [PATCH 052/225] Bump cryptography from 41.0.1 to 41.0.2 in /user-auth/graphtutorial Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.1 to 41.0.2. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.1...41.0.2) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index 9980419..7527a8f 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -33,7 +33,7 @@ charset-normalizer==3.1.0 # via # aiohttp # requests -cryptography==41.0.1 +cryptography==41.0.2 # via # azure-identity # msal From adad1845d878966a8e566859247c0f2eab002075 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jul 2023 01:32:08 +0000 Subject: [PATCH 053/225] Bump cryptography in /app-auth/graphapponlytutorial Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.1 to 41.0.2. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.1...41.0.2) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index 9980419..7527a8f 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -33,7 +33,7 @@ charset-normalizer==3.1.0 # via # aiohttp # requests -cryptography==41.0.1 +cryptography==41.0.2 # via # azure-identity # msal From cb4d71294c7537e6e16c3611a684aaf3f714602c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 16:32:48 +0000 Subject: [PATCH 054/225] Bump aiohttp from 3.8.4 to 3.8.5 in /user-auth/graphtutorial Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.4 to 3.8.5. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/v3.8.5/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.8.4...v3.8.5) --- updated-dependencies: - dependency-name: aiohttp dependency-type: indirect ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index 7527a8f..ac04643 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile --output-file=requirements.txt --resolver=backtracking # -aiohttp==3.8.4 +aiohttp==3.8.5 # via microsoft-kiota-authentication-azure aiosignal==1.3.1 # via aiohttp From 608699b318f5f48ba1daa1b78e3348e4ba8b8aff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 16:33:34 +0000 Subject: [PATCH 055/225] Bump aiohttp from 3.8.4 to 3.8.5 in /app-auth/graphapponlytutorial Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.4 to 3.8.5. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/v3.8.5/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.8.4...v3.8.5) --- updated-dependencies: - dependency-name: aiohttp dependency-type: indirect ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index 7527a8f..ac04643 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile --output-file=requirements.txt --resolver=backtracking # -aiohttp==3.8.4 +aiohttp==3.8.5 # via microsoft-kiota-authentication-azure aiosignal==1.3.1 # via aiohttp From 5611cd7d1aa0f941225dc193ba92033b07d1b519 Mon Sep 17 00:00:00 2001 From: Jason Johnston Date: Mon, 24 Jul 2023 09:53:21 -0400 Subject: [PATCH 056/225] Simplified initialization of GraphServiceClient --- app-auth/graphapponlytutorial/graph.py | 10 ++-------- user-auth/graphtutorial/graph.py | 22 ++++++++-------------- 2 files changed, 10 insertions(+), 22 deletions(-) diff --git a/app-auth/graphapponlytutorial/graph.py b/app-auth/graphapponlytutorial/graph.py index dae34f7..c3961ab 100644 --- a/app-auth/graphapponlytutorial/graph.py +++ b/app-auth/graphapponlytutorial/graph.py @@ -4,16 +4,12 @@ # from configparser import SectionProxy from azure.identity.aio import ClientSecretCredential -from kiota_authentication_azure.azure_identity_authentication_provider import ( - AzureIdentityAuthenticationProvider -) -from msgraph import GraphRequestAdapter, GraphServiceClient +from msgraph import GraphServiceClient from msgraph.generated.users.users_request_builder import UsersRequestBuilder class Graph: settings: SectionProxy client_credential: ClientSecretCredential - adapter: GraphRequestAdapter app_client: GraphServiceClient def __init__(self, config: SectionProxy): @@ -23,9 +19,7 @@ def __init__(self, config: SectionProxy): client_secret = self.settings['clientSecret'] self.client_credential = ClientSecretCredential(tenant_id, client_id, client_secret) - auth_provider = AzureIdentityAuthenticationProvider(self.client_credential) # type: ignore - self.adapter = GraphRequestAdapter(auth_provider) - self.app_client = GraphServiceClient(self.adapter) + self.app_client = GraphServiceClient(self.client_credential) # type: ignore # # diff --git a/user-auth/graphtutorial/graph.py b/user-auth/graphtutorial/graph.py index 2337403..8afdb89 100644 --- a/user-auth/graphtutorial/graph.py +++ b/user-auth/graphtutorial/graph.py @@ -4,13 +4,11 @@ # from configparser import SectionProxy from azure.identity import DeviceCodeCredential -from kiota_authentication_azure.azure_identity_authentication_provider import ( - AzureIdentityAuthenticationProvider) -from msgraph import GraphRequestAdapter, GraphServiceClient -from msgraph.generated.me.me_request_builder import MeRequestBuilder -from msgraph.generated.me.mail_folders.item.messages.messages_request_builder import ( +from msgraph import GraphServiceClient +from msgraph.generated.users.item.user_item_request_builder import UserItemRequestBuilder +from msgraph.generated.users.item.mail_folders.item.messages.messages_request_builder import ( MessagesRequestBuilder) -from msgraph.generated.me.send_mail.send_mail_post_request_body import SendMailPostRequestBody +from msgraph.generated.users.item.send_mail.send_mail_post_request_body import SendMailPostRequestBody from msgraph.generated.models.message import Message from msgraph.generated.models.item_body import ItemBody from msgraph.generated.models.body_type import BodyType @@ -20,7 +18,6 @@ class Graph: settings: SectionProxy device_code_credential: DeviceCodeCredential - adapter: GraphRequestAdapter user_client: GraphServiceClient def __init__(self, config: SectionProxy): @@ -30,11 +27,7 @@ def __init__(self, config: SectionProxy): graph_scopes = self.settings['graphUserScopes'].split(' ') self.device_code_credential = DeviceCodeCredential(client_id, tenant_id = tenant_id) - auth_provider = AzureIdentityAuthenticationProvider( - self.device_code_credential, - scopes=graph_scopes) - self.adapter = GraphRequestAdapter(auth_provider) - self.user_client = GraphServiceClient(self.adapter) + self.user_client = GraphServiceClient(self.device_code_credential, graph_scopes) # # @@ -47,10 +40,11 @@ async def get_user_token(self): # async def get_user(self): # Only request specific properties using $select - query_params = MeRequestBuilder.MeRequestBuilderGetQueryParameters( + query_params = UserItemRequestBuilder.UserItemRequestBuilderGetQueryParameters( select=['displayName', 'mail', 'userPrincipalName'] ) - request_config = MeRequestBuilder.MeRequestBuilderGetRequestConfiguration( + + request_config = UserItemRequestBuilder.UserItemRequestBuilderGetRequestConfiguration( query_parameters=query_params ) From 6fe994e8f8dd4242c4881393d582d977487c0bbc Mon Sep 17 00:00:00 2001 From: Jason Johnston Date: Mon, 24 Jul 2023 09:54:42 -0400 Subject: [PATCH 057/225] Updated requirements.txt --- .../graphapponlytutorial/requirements.txt | 26 ++++++++++--------- user-auth/graphtutorial/requirements.txt | 26 ++++++++++--------- 2 files changed, 28 insertions(+), 24 deletions(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index ac04643..79bdd39 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -8,13 +8,13 @@ aiohttp==3.8.5 # via microsoft-kiota-authentication-azure aiosignal==1.3.1 # via aiohttp -anyio==3.7.0 +anyio==3.7.1 # via httpcore async-timeout==4.0.2 # via aiohttp attrs==23.1.0 # via aiohttp -azure-core==1.27.1 +azure-core==1.28.0 # via # azure-identity # microsoft-kiota-authentication-azure @@ -22,14 +22,14 @@ azure-identity==1.13.0 # via # -r requirements.in # msgraph-sdk -certifi==2023.5.7 +certifi==2023.7.22 # via # httpcore # httpx # requests cffi==1.15.1 # via cryptography -charset-normalizer==3.1.0 +charset-normalizer==3.2.0 # via # aiohttp # requests @@ -38,7 +38,9 @@ cryptography==41.0.2 # azure-identity # msal # pyjwt -frozenlist==1.3.3 +exceptiongroup==1.1.2 + # via anyio +frozenlist==1.4.0 # via # aiohttp # aiosignal @@ -48,7 +50,7 @@ h2==4.1.0 # via httpx hpack==4.0.0 # via h2 -httpcore==0.17.2 +httpcore==0.17.3 # via httpx httpx[http2]==0.24.1 # via @@ -62,7 +64,7 @@ idna==3.4 # httpx # requests # yarl -microsoft-kiota-abstractions==0.5.5 +microsoft-kiota-abstractions==0.6.0 # via # microsoft-kiota-authentication-azure # microsoft-kiota-http @@ -74,11 +76,11 @@ microsoft-kiota-authentication-azure==0.2.0 # via msgraph-sdk microsoft-kiota-http==0.4.4 # via msgraph-core -microsoft-kiota-serialization-json==0.3.6 +microsoft-kiota-serialization-json==0.3.7 # via msgraph-sdk microsoft-kiota-serialization-text==0.2.1 # via msgraph-sdk -msal==1.22.0 +msal==1.23.0 # via # azure-identity # msal-extensions @@ -96,7 +98,7 @@ portalocker==2.7.0 # via msal-extensions pycparser==2.21 # via cffi -pyjwt[crypto]==2.7.0 +pyjwt[crypto]==2.8.0 # via msal python-dateutil==2.8.2 # via @@ -116,11 +118,11 @@ sniffio==1.3.0 # anyio # httpcore # httpx -typing-extensions==4.6.3 +typing-extensions==4.7.1 # via azure-core uritemplate==4.1.1 # via microsoft-kiota-abstractions -urllib3==2.0.3 +urllib3==2.0.4 # via requests yarl==1.9.2 # via aiohttp diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index ac04643..79bdd39 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -8,13 +8,13 @@ aiohttp==3.8.5 # via microsoft-kiota-authentication-azure aiosignal==1.3.1 # via aiohttp -anyio==3.7.0 +anyio==3.7.1 # via httpcore async-timeout==4.0.2 # via aiohttp attrs==23.1.0 # via aiohttp -azure-core==1.27.1 +azure-core==1.28.0 # via # azure-identity # microsoft-kiota-authentication-azure @@ -22,14 +22,14 @@ azure-identity==1.13.0 # via # -r requirements.in # msgraph-sdk -certifi==2023.5.7 +certifi==2023.7.22 # via # httpcore # httpx # requests cffi==1.15.1 # via cryptography -charset-normalizer==3.1.0 +charset-normalizer==3.2.0 # via # aiohttp # requests @@ -38,7 +38,9 @@ cryptography==41.0.2 # azure-identity # msal # pyjwt -frozenlist==1.3.3 +exceptiongroup==1.1.2 + # via anyio +frozenlist==1.4.0 # via # aiohttp # aiosignal @@ -48,7 +50,7 @@ h2==4.1.0 # via httpx hpack==4.0.0 # via h2 -httpcore==0.17.2 +httpcore==0.17.3 # via httpx httpx[http2]==0.24.1 # via @@ -62,7 +64,7 @@ idna==3.4 # httpx # requests # yarl -microsoft-kiota-abstractions==0.5.5 +microsoft-kiota-abstractions==0.6.0 # via # microsoft-kiota-authentication-azure # microsoft-kiota-http @@ -74,11 +76,11 @@ microsoft-kiota-authentication-azure==0.2.0 # via msgraph-sdk microsoft-kiota-http==0.4.4 # via msgraph-core -microsoft-kiota-serialization-json==0.3.6 +microsoft-kiota-serialization-json==0.3.7 # via msgraph-sdk microsoft-kiota-serialization-text==0.2.1 # via msgraph-sdk -msal==1.22.0 +msal==1.23.0 # via # azure-identity # msal-extensions @@ -96,7 +98,7 @@ portalocker==2.7.0 # via msal-extensions pycparser==2.21 # via cffi -pyjwt[crypto]==2.7.0 +pyjwt[crypto]==2.8.0 # via msal python-dateutil==2.8.2 # via @@ -116,11 +118,11 @@ sniffio==1.3.0 # anyio # httpcore # httpx -typing-extensions==4.6.3 +typing-extensions==4.7.1 # via azure-core uritemplate==4.1.1 # via microsoft-kiota-abstractions -urllib3==2.0.3 +urllib3==2.0.4 # via requests yarl==1.9.2 # via aiohttp From 76c41093205b35858191bf2069ed0519bf845f22 Mon Sep 17 00:00:00 2001 From: Jason Johnston Date: Mon, 24 Jul 2023 09:57:35 -0400 Subject: [PATCH 058/225] Fix pylint error --- user-auth/graphtutorial/graph.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/graph.py b/user-auth/graphtutorial/graph.py index 8afdb89..6a9ab93 100644 --- a/user-auth/graphtutorial/graph.py +++ b/user-auth/graphtutorial/graph.py @@ -8,7 +8,8 @@ from msgraph.generated.users.item.user_item_request_builder import UserItemRequestBuilder from msgraph.generated.users.item.mail_folders.item.messages.messages_request_builder import ( MessagesRequestBuilder) -from msgraph.generated.users.item.send_mail.send_mail_post_request_body import SendMailPostRequestBody +from msgraph.generated.users.item.send_mail.send_mail_post_request_body import ( + SendMailPostRequestBody) from msgraph.generated.models.message import Message from msgraph.generated.models.item_body import ItemBody from msgraph.generated.models.body_type import BodyType From 2a4541d5cfaca6fd7787bf177f61d92138a06e14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 02:17:45 +0000 Subject: [PATCH 059/225] Bump cryptography from 41.0.2 to 41.0.3 in /user-auth/graphtutorial Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.2 to 41.0.3. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.2...41.0.3) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index 79bdd39..5da8566 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -33,13 +33,11 @@ charset-normalizer==3.2.0 # via # aiohttp # requests -cryptography==41.0.2 +cryptography==41.0.3 # via # azure-identity # msal # pyjwt -exceptiongroup==1.1.2 - # via anyio frozenlist==1.4.0 # via # aiohttp From 611adaaf018c8718c85893e72163ace7d9eed260 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 02:18:49 +0000 Subject: [PATCH 060/225] Bump cryptography in /app-auth/graphapponlytutorial Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.2 to 41.0.3. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.2...41.0.3) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index 79bdd39..5da8566 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -33,13 +33,11 @@ charset-normalizer==3.2.0 # via # aiohttp # requests -cryptography==41.0.2 +cryptography==41.0.3 # via # azure-identity # msal # pyjwt -exceptiongroup==1.1.2 - # via anyio frozenlist==1.4.0 # via # aiohttp From 7f2b3474ef2bc6dfc3c0418932f96a8143223169 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 23:07:33 +0000 Subject: [PATCH 061/225] Bump msgraph-sdk from 1.0.0a13 to 1.0.0a14 in /user-auth/graphtutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.0.0a13 to 1.0.0a14. - [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/commits) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index 5da8566..378e065 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -62,7 +62,7 @@ idna==3.4 # httpx # requests # yarl -microsoft-kiota-abstractions==0.6.0 +microsoft-kiota-abstractions==0.7.1 # via # microsoft-kiota-authentication-azure # microsoft-kiota-http @@ -72,9 +72,11 @@ microsoft-kiota-abstractions==0.6.0 # msgraph-sdk microsoft-kiota-authentication-azure==0.2.0 # via msgraph-sdk -microsoft-kiota-http==0.4.4 - # via msgraph-core -microsoft-kiota-serialization-json==0.3.7 +microsoft-kiota-http==0.5.0 + # via + # msgraph-core + # msgraph-sdk +microsoft-kiota-serialization-json==0.4.0 # via msgraph-sdk microsoft-kiota-serialization-text==0.2.1 # via msgraph-sdk @@ -86,7 +88,7 @@ msal-extensions==1.0.0 # via azure-identity msgraph-core==1.0.0a4 # via msgraph-sdk -msgraph-sdk==1.0.0a13 +msgraph-sdk==1.0.0a14 # via -r requirements.in multidict==6.0.4 # via From 856531702627d149a33a35394bbebf932eee86dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 23:08:00 +0000 Subject: [PATCH 062/225] Bump azure-identity from 1.13.0 to 1.14.0 in /user-auth/graphtutorial Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python) from 1.13.0 to 1.14.0. - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-identity_1.13.0...azure-identity_1.14.0) --- updated-dependencies: - dependency-name: azure-identity dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index 5da8566..6c59b91 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -18,7 +18,7 @@ azure-core==1.28.0 # via # azure-identity # microsoft-kiota-authentication-azure -azure-identity==1.13.0 +azure-identity==1.14.0 # via # -r requirements.in # msgraph-sdk @@ -109,7 +109,6 @@ requests==2.31.0 six==1.16.0 # via # azure-core - # azure-identity # python-dateutil sniffio==1.3.0 # via From b9aa1487afbbd80bda4edb3278e496c6f898c195 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 23:44:50 +0000 Subject: [PATCH 063/225] Bump azure-identity in /app-auth/graphapponlytutorial Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python) from 1.13.0 to 1.14.0. - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-identity_1.13.0...azure-identity_1.14.0) --- updated-dependencies: - dependency-name: azure-identity dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index 5da8566..6c59b91 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -18,7 +18,7 @@ azure-core==1.28.0 # via # azure-identity # microsoft-kiota-authentication-azure -azure-identity==1.13.0 +azure-identity==1.14.0 # via # -r requirements.in # msgraph-sdk @@ -109,7 +109,6 @@ requests==2.31.0 six==1.16.0 # via # azure-core - # azure-identity # python-dateutil sniffio==1.3.0 # via From d99bf50c3164e597c6d8c03478a059accf4fcef1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 23:45:27 +0000 Subject: [PATCH 064/225] Bump msgraph-sdk in /app-auth/graphapponlytutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.0.0a13 to 1.0.0a14. - [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/commits) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index 5da8566..378e065 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -62,7 +62,7 @@ idna==3.4 # httpx # requests # yarl -microsoft-kiota-abstractions==0.6.0 +microsoft-kiota-abstractions==0.7.1 # via # microsoft-kiota-authentication-azure # microsoft-kiota-http @@ -72,9 +72,11 @@ microsoft-kiota-abstractions==0.6.0 # msgraph-sdk microsoft-kiota-authentication-azure==0.2.0 # via msgraph-sdk -microsoft-kiota-http==0.4.4 - # via msgraph-core -microsoft-kiota-serialization-json==0.3.7 +microsoft-kiota-http==0.5.0 + # via + # msgraph-core + # msgraph-sdk +microsoft-kiota-serialization-json==0.4.0 # via msgraph-sdk microsoft-kiota-serialization-text==0.2.1 # via msgraph-sdk @@ -86,7 +88,7 @@ msal-extensions==1.0.0 # via azure-identity msgraph-core==1.0.0a4 # via msgraph-sdk -msgraph-sdk==1.0.0a13 +msgraph-sdk==1.0.0a14 # via -r requirements.in multidict==6.0.4 # via From d4402480bd5519e975fb58c91ede9ad21d7ade69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 23:27:06 +0000 Subject: [PATCH 065/225] Bump msgraph-sdk in /app-auth/graphapponlytutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.0.0a14 to 1.0.0a15. - [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/commits) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../graphapponlytutorial/requirements.txt | 32 +++++++++++++++---- 1 file changed, 25 insertions(+), 7 deletions(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index 6d3b4ae..a867ebd 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -38,6 +38,8 @@ cryptography==41.0.3 # azure-identity # msal # pyjwt +deprecated==1.2.14 + # via opentelemetry-api frozenlist==1.4.0 # via # aiohttp @@ -62,7 +64,9 @@ idna==3.4 # httpx # requests # yarl -microsoft-kiota-abstractions==0.7.1 +importlib-metadata==6.8.0 + # via opentelemetry-api +microsoft-kiota-abstractions==0.8.5 # via # microsoft-kiota-authentication-azure # microsoft-kiota-http @@ -70,9 +74,9 @@ microsoft-kiota-abstractions==0.7.1 # microsoft-kiota-serialization-text # msgraph-core # msgraph-sdk -microsoft-kiota-authentication-azure==0.2.0 +microsoft-kiota-authentication-azure==0.3.0 # via msgraph-sdk -microsoft-kiota-http==0.5.0 +microsoft-kiota-http==0.6.0 # via # msgraph-core # msgraph-sdk @@ -88,12 +92,20 @@ msal-extensions==1.0.0 # via azure-identity msgraph-core==1.0.0a4 # via msgraph-sdk -msgraph-sdk==1.0.0a14 +msgraph-sdk==1.0.0a15 # via -r requirements.in multidict==6.0.4 # via # aiohttp # yarl +opentelemetry-api==1.20.0 + # via + # microsoft-kiota-abstractions + # opentelemetry-sdk +opentelemetry-sdk==1.20.0 + # via microsoft-kiota-abstractions +opentelemetry-semantic-conventions==0.41b0 + # via opentelemetry-sdk portalocker==2.7.0 # via msal-extensions pycparser==2.21 @@ -117,11 +129,17 @@ sniffio==1.3.0 # anyio # httpcore # httpx -typing-extensions==4.7.1 - # via azure-core -uritemplate==4.1.1 +std-uritemplate==0.0.40 # via microsoft-kiota-abstractions +typing-extensions==4.7.1 + # via + # azure-core + # opentelemetry-sdk urllib3==2.0.4 # via requests +wrapt==1.15.0 + # via deprecated yarl==1.9.2 # via aiohttp +zipp==3.17.0 + # via importlib-metadata From 3c0aa850694f83c80584e81999ff536a15535f06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 23:51:25 +0000 Subject: [PATCH 066/225] Bump msgraph-sdk from 1.0.0a14 to 1.0.0a15 in /user-auth/graphtutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.0.0a14 to 1.0.0a15. - [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/commits) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 32 ++++++++++++++++++------ 1 file changed, 25 insertions(+), 7 deletions(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index 6d3b4ae..a867ebd 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -38,6 +38,8 @@ cryptography==41.0.3 # azure-identity # msal # pyjwt +deprecated==1.2.14 + # via opentelemetry-api frozenlist==1.4.0 # via # aiohttp @@ -62,7 +64,9 @@ idna==3.4 # httpx # requests # yarl -microsoft-kiota-abstractions==0.7.1 +importlib-metadata==6.8.0 + # via opentelemetry-api +microsoft-kiota-abstractions==0.8.5 # via # microsoft-kiota-authentication-azure # microsoft-kiota-http @@ -70,9 +74,9 @@ microsoft-kiota-abstractions==0.7.1 # microsoft-kiota-serialization-text # msgraph-core # msgraph-sdk -microsoft-kiota-authentication-azure==0.2.0 +microsoft-kiota-authentication-azure==0.3.0 # via msgraph-sdk -microsoft-kiota-http==0.5.0 +microsoft-kiota-http==0.6.0 # via # msgraph-core # msgraph-sdk @@ -88,12 +92,20 @@ msal-extensions==1.0.0 # via azure-identity msgraph-core==1.0.0a4 # via msgraph-sdk -msgraph-sdk==1.0.0a14 +msgraph-sdk==1.0.0a15 # via -r requirements.in multidict==6.0.4 # via # aiohttp # yarl +opentelemetry-api==1.20.0 + # via + # microsoft-kiota-abstractions + # opentelemetry-sdk +opentelemetry-sdk==1.20.0 + # via microsoft-kiota-abstractions +opentelemetry-semantic-conventions==0.41b0 + # via opentelemetry-sdk portalocker==2.7.0 # via msal-extensions pycparser==2.21 @@ -117,11 +129,17 @@ sniffio==1.3.0 # anyio # httpcore # httpx -typing-extensions==4.7.1 - # via azure-core -uritemplate==4.1.1 +std-uritemplate==0.0.40 # via microsoft-kiota-abstractions +typing-extensions==4.7.1 + # via + # azure-core + # opentelemetry-sdk urllib3==2.0.4 # via requests +wrapt==1.15.0 + # via deprecated yarl==1.9.2 # via aiohttp +zipp==3.17.0 + # via importlib-metadata From b77e46ff5f6af4d297cb73e9cd281face00a4dee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 20:56:14 +0000 Subject: [PATCH 067/225] Bump cryptography from 41.0.3 to 41.0.4 in /user-auth/graphtutorial Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.3 to 41.0.4. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.3...41.0.4) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index a867ebd..0444fe6 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -33,7 +33,7 @@ charset-normalizer==3.2.0 # via # aiohttp # requests -cryptography==41.0.3 +cryptography==41.0.4 # via # azure-identity # msal From 55bd0da5c4e1df29abe42092ece63534ca92c456 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 20:56:16 +0000 Subject: [PATCH 068/225] Bump cryptography in /app-auth/graphapponlytutorial Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.3 to 41.0.4. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.3...41.0.4) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index a867ebd..0444fe6 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -33,7 +33,7 @@ charset-normalizer==3.2.0 # via # aiohttp # requests -cryptography==41.0.3 +cryptography==41.0.4 # via # azure-identity # msal From bd54718729315dccaeb61b7f91f64d44976721ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 23:11:46 +0000 Subject: [PATCH 069/225] Bump msgraph-sdk from 1.0.0a15 to 1.0.0a16 in /user-auth/graphtutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.0.0a15 to 1.0.0a16. - [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/commits) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index 0444fe6..f43eb2a 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -92,7 +92,7 @@ msal-extensions==1.0.0 # via azure-identity msgraph-core==1.0.0a4 # via msgraph-sdk -msgraph-sdk==1.0.0a15 +msgraph-sdk==1.0.0a16 # via -r requirements.in multidict==6.0.4 # via From d46347de738cb3e48d5762b2b100c31fa21ab141 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 23:54:04 +0000 Subject: [PATCH 070/225] Bump msgraph-sdk in /app-auth/graphapponlytutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.0.0a15 to 1.0.0a16. - [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/commits) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index 0444fe6..f43eb2a 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -92,7 +92,7 @@ msal-extensions==1.0.0 # via azure-identity msgraph-core==1.0.0a4 # via msgraph-sdk -msgraph-sdk==1.0.0a15 +msgraph-sdk==1.0.0a16 # via -r requirements.in multidict==6.0.4 # via From 6ed27ec620d0b5740b37cd44d3d96edcc255f9ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 00:04:20 +0000 Subject: [PATCH 071/225] Bump urllib3 from 2.0.4 to 2.0.6 in /user-auth/graphtutorial Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.4 to 2.0.6. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.0.4...2.0.6) --- updated-dependencies: - dependency-name: urllib3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index f43eb2a..b47e537 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -135,7 +135,7 @@ typing-extensions==4.7.1 # via # azure-core # opentelemetry-sdk -urllib3==2.0.4 +urllib3==2.0.6 # via requests wrapt==1.15.0 # via deprecated From f4534bd05d87301f933fa15dca44f8d76c762ab9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 00:05:12 +0000 Subject: [PATCH 072/225] Bump urllib3 from 2.0.4 to 2.0.6 in /app-auth/graphapponlytutorial Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.4 to 2.0.6. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.0.4...2.0.6) --- updated-dependencies: - dependency-name: urllib3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index f43eb2a..b47e537 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -135,7 +135,7 @@ typing-extensions==4.7.1 # via # azure-core # opentelemetry-sdk -urllib3==2.0.4 +urllib3==2.0.6 # via requests wrapt==1.15.0 # via deprecated From 5334c85fb50cfd316fb31b50f88b6e426ad3d97d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 23:44:31 +0000 Subject: [PATCH 073/225] Bump azure-identity in /app-auth/graphapponlytutorial Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python) from 1.14.0 to 1.14.1. - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-identity_1.14.0...azure-identity_1.14.1) --- updated-dependencies: - dependency-name: azure-identity dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index b47e537..bb8c34d 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -18,7 +18,7 @@ azure-core==1.28.0 # via # azure-identity # microsoft-kiota-authentication-azure -azure-identity==1.14.0 +azure-identity==1.14.1 # via # -r requirements.in # msgraph-sdk From 054dd7ea9fadaf771916d0c445704c0cf1861a76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 23:48:19 +0000 Subject: [PATCH 074/225] Bump azure-identity from 1.14.0 to 1.14.1 in /user-auth/graphtutorial Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python) from 1.14.0 to 1.14.1. - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-identity_1.14.0...azure-identity_1.14.1) --- updated-dependencies: - dependency-name: azure-identity dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index b47e537..bb8c34d 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -18,7 +18,7 @@ azure-core==1.28.0 # via # azure-identity # microsoft-kiota-authentication-azure -azure-identity==1.14.0 +azure-identity==1.14.1 # via # -r requirements.in # msgraph-sdk From 6459bbbfb0378ca040b064492a721fdf650a94b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 21:01:53 +0000 Subject: [PATCH 075/225] Bump urllib3 from 2.0.6 to 2.0.7 in /user-auth/graphtutorial Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.6 to 2.0.7. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.0.6...2.0.7) --- updated-dependencies: - dependency-name: urllib3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index bb8c34d..5004b63 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -135,7 +135,7 @@ typing-extensions==4.7.1 # via # azure-core # opentelemetry-sdk -urllib3==2.0.6 +urllib3==2.0.7 # via requests wrapt==1.15.0 # via deprecated From 6dc289ba2915f33dc00c3f3e9fff99c52efe7db4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 21:02:26 +0000 Subject: [PATCH 076/225] Bump urllib3 from 2.0.6 to 2.0.7 in /app-auth/graphapponlytutorial Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.6 to 2.0.7. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.0.6...2.0.7) --- updated-dependencies: - dependency-name: urllib3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index bb8c34d..5004b63 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -135,7 +135,7 @@ typing-extensions==4.7.1 # via # azure-core # opentelemetry-sdk -urllib3==2.0.6 +urllib3==2.0.7 # via requests wrapt==1.15.0 # via deprecated From 4cb1194ce422fd06669b7bda402680d34bfb7953 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 23:36:52 +0000 Subject: [PATCH 077/225] Bump msgraph-sdk in /app-auth/graphapponlytutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.0.0a16 to 1.0.0rc1. - [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/commits) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index 5004b63..344f0b9 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -40,6 +40,8 @@ cryptography==41.0.4 # pyjwt deprecated==1.2.14 # via opentelemetry-api +exceptiongroup==1.1.3 + # via anyio frozenlist==1.4.0 # via # aiohttp @@ -66,7 +68,7 @@ idna==3.4 # yarl importlib-metadata==6.8.0 # via opentelemetry-api -microsoft-kiota-abstractions==0.8.5 +microsoft-kiota-abstractions==0.9.1 # via # microsoft-kiota-authentication-azure # microsoft-kiota-http @@ -82,7 +84,7 @@ microsoft-kiota-http==0.6.0 # msgraph-sdk microsoft-kiota-serialization-json==0.4.0 # via msgraph-sdk -microsoft-kiota-serialization-text==0.2.1 +microsoft-kiota-serialization-text==0.3.0 # via msgraph-sdk msal==1.23.0 # via @@ -92,7 +94,7 @@ msal-extensions==1.0.0 # via azure-identity msgraph-core==1.0.0a4 # via msgraph-sdk -msgraph-sdk==1.0.0a16 +msgraph-sdk==1.0.0rc1 # via -r requirements.in multidict==6.0.4 # via From f8dbdef2217573f26e81ce18086fcaeca35cd4cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 23:37:45 +0000 Subject: [PATCH 078/225] Bump azure-identity in /app-auth/graphapponlytutorial Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python) from 1.14.1 to 1.15.0. - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-identity_1.14.1...azure-identity_1.15.0) --- updated-dependencies: - dependency-name: azure-identity dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index 5004b63..d6e598f 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -18,7 +18,7 @@ azure-core==1.28.0 # via # azure-identity # microsoft-kiota-authentication-azure -azure-identity==1.14.1 +azure-identity==1.15.0 # via # -r requirements.in # msgraph-sdk @@ -40,6 +40,8 @@ cryptography==41.0.4 # pyjwt deprecated==1.2.14 # via opentelemetry-api +exceptiongroup==1.1.3 + # via anyio frozenlist==1.4.0 # via # aiohttp @@ -84,7 +86,7 @@ microsoft-kiota-serialization-json==0.4.0 # via msgraph-sdk microsoft-kiota-serialization-text==0.2.1 # via msgraph-sdk -msal==1.23.0 +msal==1.24.1 # via # azure-identity # msal-extensions From eb839c023372a7164b856fea3869f6c1d4d6d8fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 23:38:58 +0000 Subject: [PATCH 079/225] Bump azure-identity from 1.14.1 to 1.15.0 in /user-auth/graphtutorial Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python) from 1.14.1 to 1.15.0. - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-identity_1.14.1...azure-identity_1.15.0) --- updated-dependencies: - dependency-name: azure-identity dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index 5004b63..d6e598f 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -18,7 +18,7 @@ azure-core==1.28.0 # via # azure-identity # microsoft-kiota-authentication-azure -azure-identity==1.14.1 +azure-identity==1.15.0 # via # -r requirements.in # msgraph-sdk @@ -40,6 +40,8 @@ cryptography==41.0.4 # pyjwt deprecated==1.2.14 # via opentelemetry-api +exceptiongroup==1.1.3 + # via anyio frozenlist==1.4.0 # via # aiohttp @@ -84,7 +86,7 @@ microsoft-kiota-serialization-json==0.4.0 # via msgraph-sdk microsoft-kiota-serialization-text==0.2.1 # via msgraph-sdk -msal==1.23.0 +msal==1.24.1 # via # azure-identity # msal-extensions From f1f1f1d8a51f7c11de75e1d78ce57ed1385ef6e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 23:39:23 +0000 Subject: [PATCH 080/225] Bump msgraph-sdk from 1.0.0a16 to 1.0.0rc1 in /user-auth/graphtutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.0.0a16 to 1.0.0rc1. - [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/commits) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index 5004b63..344f0b9 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -40,6 +40,8 @@ cryptography==41.0.4 # pyjwt deprecated==1.2.14 # via opentelemetry-api +exceptiongroup==1.1.3 + # via anyio frozenlist==1.4.0 # via # aiohttp @@ -66,7 +68,7 @@ idna==3.4 # yarl importlib-metadata==6.8.0 # via opentelemetry-api -microsoft-kiota-abstractions==0.8.5 +microsoft-kiota-abstractions==0.9.1 # via # microsoft-kiota-authentication-azure # microsoft-kiota-http @@ -82,7 +84,7 @@ microsoft-kiota-http==0.6.0 # msgraph-sdk microsoft-kiota-serialization-json==0.4.0 # via msgraph-sdk -microsoft-kiota-serialization-text==0.2.1 +microsoft-kiota-serialization-text==0.3.0 # via msgraph-sdk msal==1.23.0 # via @@ -92,7 +94,7 @@ msal-extensions==1.0.0 # via azure-identity msgraph-core==1.0.0a4 # via msgraph-sdk -msgraph-sdk==1.0.0a16 +msgraph-sdk==1.0.0rc1 # via -r requirements.in multidict==6.0.4 # via From 85d66292c4ad5b30982fb16949ce8aaf38b56ad7 Mon Sep 17 00:00:00 2001 From: Jason Johnston Date: Wed, 1 Nov 2023 10:56:55 -0400 Subject: [PATCH 081/225] Updated Graph SDK and dependencies --- .../graphapponlytutorial/requirements.txt | 54 +++++++++++-------- user-auth/graphtutorial/requirements.txt | 54 +++++++++++-------- 2 files changed, 66 insertions(+), 42 deletions(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index a9affbb..43ab096 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -4,17 +4,17 @@ # # pip-compile --output-file=requirements.txt --resolver=backtracking # -aiohttp==3.8.5 +aiohttp==3.8.6 # via microsoft-kiota-authentication-azure aiosignal==1.3.1 # via aiohttp -anyio==3.7.1 +anyio==4.0.0 # via httpcore -async-timeout==4.0.2 +async-timeout==4.0.3 # via aiohttp attrs==23.1.0 # via aiohttp -azure-core==1.28.0 +azure-core==1.29.5 # via # azure-identity # microsoft-kiota-authentication-azure @@ -27,13 +27,13 @@ certifi==2023.7.22 # httpcore # httpx # requests -cffi==1.15.1 +cffi==1.16.0 # via cryptography -charset-normalizer==3.2.0 +charset-normalizer==3.3.2 # via # aiohttp # requests -cryptography==41.0.4 +cryptography==41.0.5 # via # azure-identity # msal @@ -52,10 +52,11 @@ h2==4.1.0 # via httpx hpack==4.0.0 # via h2 -httpcore==0.17.3 +httpcore==0.18.0 # via httpx -httpx[http2]==0.24.1 +httpx[http2]==0.25.0 # via + # httpx # microsoft-kiota-http # msgraph-core hyperframe==6.0.1 @@ -68,7 +69,7 @@ idna==3.4 # yarl importlib-metadata==6.8.0 # via opentelemetry-api -microsoft-kiota-abstractions==0.9.1 +microsoft-kiota-abstractions==1.0.0 # via # microsoft-kiota-authentication-azure # microsoft-kiota-http @@ -76,15 +77,15 @@ microsoft-kiota-abstractions==0.9.1 # microsoft-kiota-serialization-text # msgraph-core # msgraph-sdk -microsoft-kiota-authentication-azure==0.3.0 +microsoft-kiota-authentication-azure==1.0.0 # via msgraph-sdk -microsoft-kiota-http==0.6.0 +microsoft-kiota-http==1.0.0 # via # msgraph-core # msgraph-sdk -microsoft-kiota-serialization-json==0.4.0 +microsoft-kiota-serialization-json==1.0.0 # via msgraph-sdk -microsoft-kiota-serialization-text==0.3.0 +microsoft-kiota-serialization-text==1.0.0 # via msgraph-sdk msal==1.24.1 # via @@ -94,7 +95,7 @@ msal-extensions==1.0.0 # via azure-identity msgraph-core==1.0.0a4 # via msgraph-sdk -msgraph-sdk==1.0.0rc1 +msgraph-sdk==1.0.0 # via -r requirements.in multidict==6.0.4 # via @@ -103,21 +104,32 @@ multidict==6.0.4 opentelemetry-api==1.20.0 # via # microsoft-kiota-abstractions + # microsoft-kiota-authentication-azure + # microsoft-kiota-http # opentelemetry-sdk opentelemetry-sdk==1.20.0 - # via microsoft-kiota-abstractions + # via + # microsoft-kiota-abstractions + # microsoft-kiota-authentication-azure + # microsoft-kiota-http opentelemetry-semantic-conventions==0.41b0 # via opentelemetry-sdk -portalocker==2.7.0 +pendulum==2.1.2 + # via microsoft-kiota-serialization-json +portalocker==2.8.2 # via msal-extensions pycparser==2.21 # via cffi pyjwt[crypto]==2.8.0 - # via msal + # via + # msal + # pyjwt python-dateutil==2.8.2 # via - # microsoft-kiota-serialization-json # microsoft-kiota-serialization-text + # pendulum +pytzdata==2020.1 + # via pendulum requests==2.31.0 # via # azure-core @@ -131,9 +143,9 @@ sniffio==1.3.0 # anyio # httpcore # httpx -std-uritemplate==0.0.40 +std-uritemplate==0.0.46 # via microsoft-kiota-abstractions -typing-extensions==4.7.1 +typing-extensions==4.8.0 # via # azure-core # opentelemetry-sdk diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index a9affbb..43ab096 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -4,17 +4,17 @@ # # pip-compile --output-file=requirements.txt --resolver=backtracking # -aiohttp==3.8.5 +aiohttp==3.8.6 # via microsoft-kiota-authentication-azure aiosignal==1.3.1 # via aiohttp -anyio==3.7.1 +anyio==4.0.0 # via httpcore -async-timeout==4.0.2 +async-timeout==4.0.3 # via aiohttp attrs==23.1.0 # via aiohttp -azure-core==1.28.0 +azure-core==1.29.5 # via # azure-identity # microsoft-kiota-authentication-azure @@ -27,13 +27,13 @@ certifi==2023.7.22 # httpcore # httpx # requests -cffi==1.15.1 +cffi==1.16.0 # via cryptography -charset-normalizer==3.2.0 +charset-normalizer==3.3.2 # via # aiohttp # requests -cryptography==41.0.4 +cryptography==41.0.5 # via # azure-identity # msal @@ -52,10 +52,11 @@ h2==4.1.0 # via httpx hpack==4.0.0 # via h2 -httpcore==0.17.3 +httpcore==0.18.0 # via httpx -httpx[http2]==0.24.1 +httpx[http2]==0.25.0 # via + # httpx # microsoft-kiota-http # msgraph-core hyperframe==6.0.1 @@ -68,7 +69,7 @@ idna==3.4 # yarl importlib-metadata==6.8.0 # via opentelemetry-api -microsoft-kiota-abstractions==0.9.1 +microsoft-kiota-abstractions==1.0.0 # via # microsoft-kiota-authentication-azure # microsoft-kiota-http @@ -76,15 +77,15 @@ microsoft-kiota-abstractions==0.9.1 # microsoft-kiota-serialization-text # msgraph-core # msgraph-sdk -microsoft-kiota-authentication-azure==0.3.0 +microsoft-kiota-authentication-azure==1.0.0 # via msgraph-sdk -microsoft-kiota-http==0.6.0 +microsoft-kiota-http==1.0.0 # via # msgraph-core # msgraph-sdk -microsoft-kiota-serialization-json==0.4.0 +microsoft-kiota-serialization-json==1.0.0 # via msgraph-sdk -microsoft-kiota-serialization-text==0.3.0 +microsoft-kiota-serialization-text==1.0.0 # via msgraph-sdk msal==1.24.1 # via @@ -94,7 +95,7 @@ msal-extensions==1.0.0 # via azure-identity msgraph-core==1.0.0a4 # via msgraph-sdk -msgraph-sdk==1.0.0rc1 +msgraph-sdk==1.0.0 # via -r requirements.in multidict==6.0.4 # via @@ -103,21 +104,32 @@ multidict==6.0.4 opentelemetry-api==1.20.0 # via # microsoft-kiota-abstractions + # microsoft-kiota-authentication-azure + # microsoft-kiota-http # opentelemetry-sdk opentelemetry-sdk==1.20.0 - # via microsoft-kiota-abstractions + # via + # microsoft-kiota-abstractions + # microsoft-kiota-authentication-azure + # microsoft-kiota-http opentelemetry-semantic-conventions==0.41b0 # via opentelemetry-sdk -portalocker==2.7.0 +pendulum==2.1.2 + # via microsoft-kiota-serialization-json +portalocker==2.8.2 # via msal-extensions pycparser==2.21 # via cffi pyjwt[crypto]==2.8.0 - # via msal + # via + # msal + # pyjwt python-dateutil==2.8.2 # via - # microsoft-kiota-serialization-json # microsoft-kiota-serialization-text + # pendulum +pytzdata==2020.1 + # via pendulum requests==2.31.0 # via # azure-core @@ -131,9 +143,9 @@ sniffio==1.3.0 # anyio # httpcore # httpx -std-uritemplate==0.0.40 +std-uritemplate==0.0.46 # via microsoft-kiota-abstractions -typing-extensions==4.7.1 +typing-extensions==4.8.0 # via # azure-core # opentelemetry-sdk From 119391af791c404dbbc8b7cd65e2afc491fcbf85 Mon Sep 17 00:00:00 2001 From: Jason Johnston Date: Wed, 1 Nov 2023 10:57:41 -0400 Subject: [PATCH 082/225] Bump version --- user-auth/version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/version b/user-auth/version index 9459d4b..5625e59 100644 --- a/user-auth/version +++ b/user-auth/version @@ -1 +1 @@ -1.1 +1.2 From 9e45def3a30c02fa4b6efd5603a3d4e0e58f9f38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 00:58:03 +0000 Subject: [PATCH 083/225] Bump aiohttp from 3.8.6 to 3.9.0 in /user-auth/graphtutorial Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.6 to 3.9.0. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.8.6...v3.9.0) --- updated-dependencies: - dependency-name: aiohttp dependency-type: indirect ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index 43ab096..24c070e 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile --output-file=requirements.txt --resolver=backtracking # -aiohttp==3.8.6 +aiohttp==3.9.0 # via microsoft-kiota-authentication-azure aiosignal==1.3.1 # via aiohttp @@ -30,9 +30,7 @@ certifi==2023.7.22 cffi==1.16.0 # via cryptography charset-normalizer==3.3.2 - # via - # aiohttp - # requests + # via requests cryptography==41.0.5 # via # azure-identity From f2610f5ee702b9fdfd16fa9f1cfe31295f84fc09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 00:59:32 +0000 Subject: [PATCH 084/225] Bump aiohttp from 3.8.6 to 3.9.0 in /app-auth/graphapponlytutorial Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.6 to 3.9.0. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.8.6...v3.9.0) --- updated-dependencies: - dependency-name: aiohttp dependency-type: indirect ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index 43ab096..24c070e 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile --output-file=requirements.txt --resolver=backtracking # -aiohttp==3.8.6 +aiohttp==3.9.0 # via microsoft-kiota-authentication-azure aiosignal==1.3.1 # via aiohttp @@ -30,9 +30,7 @@ certifi==2023.7.22 cffi==1.16.0 # via cryptography charset-normalizer==3.3.2 - # via - # aiohttp - # requests + # via requests cryptography==41.0.5 # via # azure-identity From 0221fad4412f573f2dac125fe9579f27cecd95d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 00:28:06 +0000 Subject: [PATCH 085/225] Bump cryptography in /app-auth/graphapponlytutorial Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.5 to 41.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.5...41.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index 24c070e..3b95bbf 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -31,7 +31,7 @@ cffi==1.16.0 # via cryptography charset-normalizer==3.3.2 # via requests -cryptography==41.0.5 +cryptography==41.0.6 # via # azure-identity # msal From 38e665315ec55ce1c7f818fce4bb4ec8a48c7069 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 00:29:10 +0000 Subject: [PATCH 086/225] Bump cryptography from 41.0.5 to 41.0.6 in /user-auth/graphtutorial Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.5 to 41.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.5...41.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index 24c070e..3b95bbf 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -31,7 +31,7 @@ cffi==1.16.0 # via cryptography charset-normalizer==3.3.2 # via requests -cryptography==41.0.5 +cryptography==41.0.6 # via # azure-identity # msal From e9a3a6f23fe055b6ec0e835d8ea004bd52bc4e49 Mon Sep 17 00:00:00 2001 From: Jason Johnston Date: Fri, 19 Jan 2024 16:56:40 -0500 Subject: [PATCH 087/225] Update app reg scripts - Removed superfluous output. - Added new required permission to assign app roles in app-only script --- app-auth/RegisterAppForAppOnlyAuth.ps1 | 5 ++--- user-auth/RegisterAppForUserAuth.ps1 | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/app-auth/RegisterAppForAppOnlyAuth.ps1 b/app-auth/RegisterAppForAppOnlyAuth.ps1 index 09ce5e0..9192c5f 100644 --- a/app-auth/RegisterAppForAppOnlyAuth.ps1 +++ b/app-auth/RegisterAppForAppOnlyAuth.ps1 @@ -21,7 +21,7 @@ param( $graphAppId = "00000003-0000-0000-c000-000000000000" # Requires an admin -Connect-MgGraph -Scopes "Application.ReadWrite.All User.Read" -UseDeviceAuthentication -ErrorAction Stop +Connect-MgGraph -Scopes "Application.ReadWrite.All AppRoleAssignment.ReadWrite.All User.Read" -UseDeviceAuthentication -ErrorAction Stop # Get context for access to tenant ID $context = Get-MgContext -ErrorAction Stop @@ -71,7 +71,6 @@ Write-Host -ForegroundColor Cyan "Added application permissions to app registrat # Add admin consent foreach ($appRole in $resourceAccess) { - $appServicePrincipal New-MgServicePrincipalAppRoleAssignment -ServicePrincipalId $appServicePrincipal.Id ` -PrincipalId $appServicePrincipal.Id -ResourceId $graphServicePrincipal.Id ` -AppRoleId $appRole.Id -ErrorAction SilentlyContinue -ErrorVariable SPError | Out-Null @@ -101,7 +100,7 @@ Write-Host -ForegroundColor Yellow $clientSecret.EndDateTime if ($StayConnected -eq $false) { - Disconnect-MgGraph + Disconnect-MgGraph | Out-Null Write-Host "Disconnected from Microsoft Graph" } else diff --git a/user-auth/RegisterAppForUserAuth.ps1 b/user-auth/RegisterAppForUserAuth.ps1 index 0b8598a..8b2edf1 100644 --- a/user-auth/RegisterAppForUserAuth.ps1 +++ b/user-auth/RegisterAppForUserAuth.ps1 @@ -77,7 +77,7 @@ Write-Host -ForegroundColor Yellow $authTenant if ($StayConnected -eq $false) { - Disconnect-MgGraph + Disconnect-MgGraph | Out-Null Write-Host "Disconnected from Microsoft Graph" } else From 437eae28c2c01053967219211fc5035371267ac6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 23:30:59 +0000 Subject: [PATCH 088/225] Bump msgraph-sdk from 1.0.0 to 1.1.0 in /app-auth/graphapponlytutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.0.0 to 1.1.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.0.0...v1.1.0) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index 3b95bbf..b2f53eb 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -76,7 +76,9 @@ microsoft-kiota-abstractions==1.0.0 # msgraph-core # msgraph-sdk microsoft-kiota-authentication-azure==1.0.0 - # via msgraph-sdk + # via + # msgraph-core + # msgraph-sdk microsoft-kiota-http==1.0.0 # via # msgraph-core @@ -91,9 +93,9 @@ msal==1.24.1 # msal-extensions msal-extensions==1.0.0 # via azure-identity -msgraph-core==1.0.0a4 +msgraph-core==1.0.0 # via msgraph-sdk -msgraph-sdk==1.0.0 +msgraph-sdk==1.1.0 # via -r requirements.in multidict==6.0.4 # via From 9ec09f546850c9694d9b1b367330ccccb78b4328 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 23:33:46 +0000 Subject: [PATCH 089/225] Bump aiohttp from 3.9.0 to 3.9.2 in /app-auth/graphapponlytutorial Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.0 to 3.9.2. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.9.0...v3.9.2) --- updated-dependencies: - dependency-name: aiohttp dependency-type: indirect ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index b2f53eb..f40f0dc 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile --output-file=requirements.txt --resolver=backtracking # -aiohttp==3.9.0 +aiohttp==3.9.2 # via microsoft-kiota-authentication-azure aiosignal==1.3.1 # via aiohttp From 072a72abf4097a682a63b007dba9999f99c0eb9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 23:33:52 +0000 Subject: [PATCH 090/225] Bump aiohttp from 3.9.0 to 3.9.2 in /user-auth/graphtutorial Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.0 to 3.9.2. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.9.0...v3.9.2) --- updated-dependencies: - dependency-name: aiohttp dependency-type: indirect ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index 3b95bbf..f1fac7d 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile --output-file=requirements.txt --resolver=backtracking # -aiohttp==3.9.0 +aiohttp==3.9.2 # via microsoft-kiota-authentication-azure aiosignal==1.3.1 # via aiohttp From 29fd962ca0c613594a349a799315e3ac143632ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 23:50:49 +0000 Subject: [PATCH 091/225] Bump msgraph-sdk from 1.0.0 to 1.1.0 in /user-auth/graphtutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.0.0 to 1.1.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.0.0...v1.1.0) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index f1fac7d..f40f0dc 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -76,7 +76,9 @@ microsoft-kiota-abstractions==1.0.0 # msgraph-core # msgraph-sdk microsoft-kiota-authentication-azure==1.0.0 - # via msgraph-sdk + # via + # msgraph-core + # msgraph-sdk microsoft-kiota-http==1.0.0 # via # msgraph-core @@ -91,9 +93,9 @@ msal==1.24.1 # msal-extensions msal-extensions==1.0.0 # via azure-identity -msgraph-core==1.0.0a4 +msgraph-core==1.0.0 # via msgraph-sdk -msgraph-sdk==1.0.0 +msgraph-sdk==1.1.0 # via -r requirements.in multidict==6.0.4 # via From afba8abc734c2fc6797aeb898de47c86970c89c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 20:10:28 +0000 Subject: [PATCH 092/225] Bump cryptography from 41.0.6 to 42.0.4 in /user-auth/graphtutorial Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.6 to 42.0.4. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.6...42.0.4) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index f40f0dc..c4fa0f7 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -31,7 +31,7 @@ cffi==1.16.0 # via cryptography charset-normalizer==3.3.2 # via requests -cryptography==41.0.6 +cryptography==42.0.4 # via # azure-identity # msal From 3157e9440f1d36b2c6be20c743d1479e7b23cd6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 20:13:31 +0000 Subject: [PATCH 093/225] Bump cryptography in /app-auth/graphapponlytutorial Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.6 to 42.0.4. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.6...42.0.4) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index f40f0dc..c4fa0f7 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -31,7 +31,7 @@ cffi==1.16.0 # via cryptography charset-normalizer==3.3.2 # via requests -cryptography==41.0.6 +cryptography==42.0.4 # via # azure-identity # msal From e2e336954218735411550d1fb8f9277a3999af88 Mon Sep 17 00:00:00 2001 From: Jason Johnston Date: Thu, 14 Mar 2024 10:45:54 -0400 Subject: [PATCH 094/225] Refreshed dependencies in requirements.txt --- .../graphapponlytutorial/requirements.txt | 73 ++++++++++--------- user-auth/graphtutorial/requirements.txt | 73 ++++++++++--------- 2 files changed, 78 insertions(+), 68 deletions(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index c4fa0f7..5e4fe9b 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -4,17 +4,17 @@ # # pip-compile --output-file=requirements.txt --resolver=backtracking # -aiohttp==3.9.2 +aiohttp==3.9.3 # via microsoft-kiota-authentication-azure aiosignal==1.3.1 # via aiohttp -anyio==4.0.0 - # via httpcore +anyio==4.3.0 + # via httpx async-timeout==4.0.3 # via aiohttp -attrs==23.1.0 +attrs==23.2.0 # via aiohttp -azure-core==1.29.5 +azure-core==1.30.1 # via # azure-identity # microsoft-kiota-authentication-azure @@ -22,7 +22,7 @@ azure-identity==1.15.0 # via # -r requirements.in # msgraph-sdk -certifi==2023.7.22 +certifi==2024.2.2 # via # httpcore # httpx @@ -31,16 +31,16 @@ cffi==1.16.0 # via cryptography charset-normalizer==3.3.2 # via requests -cryptography==42.0.4 +cryptography==42.0.5 # via # azure-identity # msal # pyjwt deprecated==1.2.14 # via opentelemetry-api -exceptiongroup==1.1.3 +exceptiongroup==1.2.0 # via anyio -frozenlist==1.4.0 +frozenlist==1.4.1 # via # aiohttp # aiosignal @@ -50,24 +50,24 @@ h2==4.1.0 # via httpx hpack==4.0.0 # via h2 -httpcore==0.18.0 +httpcore==1.0.4 # via httpx -httpx[http2]==0.25.0 +httpx[http2]==0.27.0 # via # httpx # microsoft-kiota-http # msgraph-core hyperframe==6.0.1 # via h2 -idna==3.4 +idna==3.6 # via # anyio # httpx # requests # yarl -importlib-metadata==6.8.0 +importlib-metadata==6.11.0 # via opentelemetry-api -microsoft-kiota-abstractions==1.0.0 +microsoft-kiota-abstractions==1.3.1 # via # microsoft-kiota-authentication-azure # microsoft-kiota-http @@ -79,42 +79,44 @@ microsoft-kiota-authentication-azure==1.0.0 # via # msgraph-core # msgraph-sdk -microsoft-kiota-http==1.0.0 +microsoft-kiota-http==1.3.1 # via # msgraph-core # msgraph-sdk -microsoft-kiota-serialization-json==1.0.0 +microsoft-kiota-serialization-json==1.1.0 # via msgraph-sdk microsoft-kiota-serialization-text==1.0.0 # via msgraph-sdk -msal==1.24.1 +msal==1.27.0 # via # azure-identity # msal-extensions -msal-extensions==1.0.0 +msal-extensions==1.1.0 # via azure-identity msgraph-core==1.0.0 # via msgraph-sdk msgraph-sdk==1.1.0 # via -r requirements.in -multidict==6.0.4 +multidict==6.0.5 # via # aiohttp # yarl -opentelemetry-api==1.20.0 +opentelemetry-api==1.23.0 # via # microsoft-kiota-abstractions # microsoft-kiota-authentication-azure # microsoft-kiota-http # opentelemetry-sdk -opentelemetry-sdk==1.20.0 +opentelemetry-sdk==1.23.0 # via # microsoft-kiota-abstractions # microsoft-kiota-authentication-azure # microsoft-kiota-http -opentelemetry-semantic-conventions==0.41b0 +opentelemetry-semantic-conventions==0.44b0 # via opentelemetry-sdk -pendulum==2.1.2 +packaging==24.0 + # via msal-extensions +pendulum==3.0.0 # via microsoft-kiota-serialization-json portalocker==2.8.2 # via msal-extensions @@ -124,12 +126,11 @@ pyjwt[crypto]==2.8.0 # via # msal # pyjwt -python-dateutil==2.8.2 +python-dateutil==2.9.0.post0 # via # microsoft-kiota-serialization-text # pendulum -pytzdata==2020.1 - # via pendulum + # time-machine requests==2.31.0 # via # azure-core @@ -138,22 +139,26 @@ six==1.16.0 # via # azure-core # python-dateutil -sniffio==1.3.0 +sniffio==1.3.1 # via # anyio - # httpcore # httpx -std-uritemplate==0.0.46 +std-uritemplate==0.0.54 # via microsoft-kiota-abstractions -typing-extensions==4.8.0 +time-machine==2.14.0 + # via pendulum +typing-extensions==4.10.0 # via + # anyio # azure-core # opentelemetry-sdk -urllib3==2.0.7 +tzdata==2024.1 + # via pendulum +urllib3==2.2.1 # via requests -wrapt==1.15.0 +wrapt==1.16.0 # via deprecated -yarl==1.9.2 +yarl==1.9.4 # via aiohttp -zipp==3.17.0 +zipp==3.18.0 # via importlib-metadata diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index c4fa0f7..5e4fe9b 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -4,17 +4,17 @@ # # pip-compile --output-file=requirements.txt --resolver=backtracking # -aiohttp==3.9.2 +aiohttp==3.9.3 # via microsoft-kiota-authentication-azure aiosignal==1.3.1 # via aiohttp -anyio==4.0.0 - # via httpcore +anyio==4.3.0 + # via httpx async-timeout==4.0.3 # via aiohttp -attrs==23.1.0 +attrs==23.2.0 # via aiohttp -azure-core==1.29.5 +azure-core==1.30.1 # via # azure-identity # microsoft-kiota-authentication-azure @@ -22,7 +22,7 @@ azure-identity==1.15.0 # via # -r requirements.in # msgraph-sdk -certifi==2023.7.22 +certifi==2024.2.2 # via # httpcore # httpx @@ -31,16 +31,16 @@ cffi==1.16.0 # via cryptography charset-normalizer==3.3.2 # via requests -cryptography==42.0.4 +cryptography==42.0.5 # via # azure-identity # msal # pyjwt deprecated==1.2.14 # via opentelemetry-api -exceptiongroup==1.1.3 +exceptiongroup==1.2.0 # via anyio -frozenlist==1.4.0 +frozenlist==1.4.1 # via # aiohttp # aiosignal @@ -50,24 +50,24 @@ h2==4.1.0 # via httpx hpack==4.0.0 # via h2 -httpcore==0.18.0 +httpcore==1.0.4 # via httpx -httpx[http2]==0.25.0 +httpx[http2]==0.27.0 # via # httpx # microsoft-kiota-http # msgraph-core hyperframe==6.0.1 # via h2 -idna==3.4 +idna==3.6 # via # anyio # httpx # requests # yarl -importlib-metadata==6.8.0 +importlib-metadata==6.11.0 # via opentelemetry-api -microsoft-kiota-abstractions==1.0.0 +microsoft-kiota-abstractions==1.3.1 # via # microsoft-kiota-authentication-azure # microsoft-kiota-http @@ -79,42 +79,44 @@ microsoft-kiota-authentication-azure==1.0.0 # via # msgraph-core # msgraph-sdk -microsoft-kiota-http==1.0.0 +microsoft-kiota-http==1.3.1 # via # msgraph-core # msgraph-sdk -microsoft-kiota-serialization-json==1.0.0 +microsoft-kiota-serialization-json==1.1.0 # via msgraph-sdk microsoft-kiota-serialization-text==1.0.0 # via msgraph-sdk -msal==1.24.1 +msal==1.27.0 # via # azure-identity # msal-extensions -msal-extensions==1.0.0 +msal-extensions==1.1.0 # via azure-identity msgraph-core==1.0.0 # via msgraph-sdk msgraph-sdk==1.1.0 # via -r requirements.in -multidict==6.0.4 +multidict==6.0.5 # via # aiohttp # yarl -opentelemetry-api==1.20.0 +opentelemetry-api==1.23.0 # via # microsoft-kiota-abstractions # microsoft-kiota-authentication-azure # microsoft-kiota-http # opentelemetry-sdk -opentelemetry-sdk==1.20.0 +opentelemetry-sdk==1.23.0 # via # microsoft-kiota-abstractions # microsoft-kiota-authentication-azure # microsoft-kiota-http -opentelemetry-semantic-conventions==0.41b0 +opentelemetry-semantic-conventions==0.44b0 # via opentelemetry-sdk -pendulum==2.1.2 +packaging==24.0 + # via msal-extensions +pendulum==3.0.0 # via microsoft-kiota-serialization-json portalocker==2.8.2 # via msal-extensions @@ -124,12 +126,11 @@ pyjwt[crypto]==2.8.0 # via # msal # pyjwt -python-dateutil==2.8.2 +python-dateutil==2.9.0.post0 # via # microsoft-kiota-serialization-text # pendulum -pytzdata==2020.1 - # via pendulum + # time-machine requests==2.31.0 # via # azure-core @@ -138,22 +139,26 @@ six==1.16.0 # via # azure-core # python-dateutil -sniffio==1.3.0 +sniffio==1.3.1 # via # anyio - # httpcore # httpx -std-uritemplate==0.0.46 +std-uritemplate==0.0.54 # via microsoft-kiota-abstractions -typing-extensions==4.8.0 +time-machine==2.14.0 + # via pendulum +typing-extensions==4.10.0 # via + # anyio # azure-core # opentelemetry-sdk -urllib3==2.0.7 +tzdata==2024.1 + # via pendulum +urllib3==2.2.1 # via requests -wrapt==1.15.0 +wrapt==1.16.0 # via deprecated -yarl==1.9.2 +yarl==1.9.4 # via aiohttp -zipp==3.17.0 +zipp==3.18.0 # via importlib-metadata From 9ff847aacc49b9c0c73363fc28486b081949942c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 23:20:09 +0000 Subject: [PATCH 095/225] Bump msgraph-sdk from 1.1.0 to 1.2.0 in /user-auth/graphtutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.1.0 to 1.2.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.2.0) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index 5e4fe9b..c77cde0 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -54,7 +54,6 @@ httpcore==1.0.4 # via httpx httpx[http2]==0.27.0 # via - # httpx # microsoft-kiota-http # msgraph-core hyperframe==6.0.1 @@ -71,7 +70,9 @@ microsoft-kiota-abstractions==1.3.1 # via # microsoft-kiota-authentication-azure # microsoft-kiota-http + # microsoft-kiota-serialization-form # microsoft-kiota-serialization-json + # microsoft-kiota-serialization-multipart # microsoft-kiota-serialization-text # msgraph-core # msgraph-sdk @@ -83,8 +84,12 @@ microsoft-kiota-http==1.3.1 # via # msgraph-core # msgraph-sdk +microsoft-kiota-serialization-form==0.1.0 + # via msgraph-sdk microsoft-kiota-serialization-json==1.1.0 # via msgraph-sdk +microsoft-kiota-serialization-multipart==0.1.0 + # via msgraph-sdk microsoft-kiota-serialization-text==1.0.0 # via msgraph-sdk msal==1.27.0 @@ -95,7 +100,7 @@ msal-extensions==1.1.0 # via azure-identity msgraph-core==1.0.0 # via msgraph-sdk -msgraph-sdk==1.1.0 +msgraph-sdk==1.2.0 # via -r requirements.in multidict==6.0.5 # via @@ -117,7 +122,9 @@ opentelemetry-semantic-conventions==0.44b0 packaging==24.0 # via msal-extensions pendulum==3.0.0 - # via microsoft-kiota-serialization-json + # via + # microsoft-kiota-serialization-form + # microsoft-kiota-serialization-json portalocker==2.8.2 # via msal-extensions pycparser==2.21 From e33e70fd80280f507de809c0a74beb6dda3a166f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 23:39:11 +0000 Subject: [PATCH 096/225] Bump msgraph-sdk from 1.1.0 to 1.2.0 in /app-auth/graphapponlytutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.1.0 to 1.2.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.2.0) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index 5e4fe9b..c77cde0 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -54,7 +54,6 @@ httpcore==1.0.4 # via httpx httpx[http2]==0.27.0 # via - # httpx # microsoft-kiota-http # msgraph-core hyperframe==6.0.1 @@ -71,7 +70,9 @@ microsoft-kiota-abstractions==1.3.1 # via # microsoft-kiota-authentication-azure # microsoft-kiota-http + # microsoft-kiota-serialization-form # microsoft-kiota-serialization-json + # microsoft-kiota-serialization-multipart # microsoft-kiota-serialization-text # msgraph-core # msgraph-sdk @@ -83,8 +84,12 @@ microsoft-kiota-http==1.3.1 # via # msgraph-core # msgraph-sdk +microsoft-kiota-serialization-form==0.1.0 + # via msgraph-sdk microsoft-kiota-serialization-json==1.1.0 # via msgraph-sdk +microsoft-kiota-serialization-multipart==0.1.0 + # via msgraph-sdk microsoft-kiota-serialization-text==1.0.0 # via msgraph-sdk msal==1.27.0 @@ -95,7 +100,7 @@ msal-extensions==1.1.0 # via azure-identity msgraph-core==1.0.0 # via msgraph-sdk -msgraph-sdk==1.1.0 +msgraph-sdk==1.2.0 # via -r requirements.in multidict==6.0.5 # via @@ -117,7 +122,9 @@ opentelemetry-semantic-conventions==0.44b0 packaging==24.0 # via msal-extensions pendulum==3.0.0 - # via microsoft-kiota-serialization-json + # via + # microsoft-kiota-serialization-form + # microsoft-kiota-serialization-json portalocker==2.8.2 # via msal-extensions pycparser==2.21 From 03eeb6352e449618fca4efd7b7cc6f67f5ebbccd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 04:54:28 +0000 Subject: [PATCH 097/225] Bump idna from 3.6 to 3.7 in /user-auth/graphtutorial Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.6...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: indirect ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index c77cde0..20252f4 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -58,7 +58,7 @@ httpx[http2]==0.27.0 # msgraph-core hyperframe==6.0.1 # via h2 -idna==3.6 +idna==3.7 # via # anyio # httpx From a55d692fdaf0403913c6fd5ad3781d3de770c499 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 04:55:08 +0000 Subject: [PATCH 098/225] Bump idna from 3.6 to 3.7 in /app-auth/graphapponlytutorial Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.6...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: indirect ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index c77cde0..20252f4 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -58,7 +58,7 @@ httpx[http2]==0.27.0 # msgraph-core hyperframe==6.0.1 # via h2 -idna==3.6 +idna==3.7 # via # anyio # httpx From 26e94ddcbb6225fc4473c4fe071c05b2e9260a20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 23:34:24 +0000 Subject: [PATCH 099/225] Bump azure-identity from 1.15.0 to 1.16.0 in /user-auth/graphtutorial Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python) from 1.15.0 to 1.16.0. - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-identity_1.15.0...azure-identity_1.16.0) --- updated-dependencies: - dependency-name: azure-identity dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index 20252f4..4f85761 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -18,7 +18,7 @@ azure-core==1.30.1 # via # azure-identity # microsoft-kiota-authentication-azure -azure-identity==1.15.0 +azure-identity==1.16.0 # via # -r requirements.in # msgraph-sdk From 415e3228da8043d1a3ff8da80ae0312e0e7e8f6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 23:35:49 +0000 Subject: [PATCH 100/225] Bump azure-identity in /app-auth/graphapponlytutorial Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python) from 1.15.0 to 1.16.0. - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-identity_1.15.0...azure-identity_1.16.0) --- updated-dependencies: - dependency-name: azure-identity dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index 20252f4..4f85761 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -18,7 +18,7 @@ azure-core==1.30.1 # via # azure-identity # microsoft-kiota-authentication-azure -azure-identity==1.15.0 +azure-identity==1.16.0 # via # -r requirements.in # msgraph-sdk From 7379ad1c736de7d9333980351caa845887660c55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 16:15:52 +0000 Subject: [PATCH 101/225] Bump aiohttp from 3.9.3 to 3.9.4 in /app-auth/graphapponlytutorial Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.3 to 3.9.4. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.9.3...v3.9.4) --- updated-dependencies: - dependency-name: aiohttp dependency-type: indirect ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index 4f85761..a7b5fd4 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile --output-file=requirements.txt --resolver=backtracking # -aiohttp==3.9.3 +aiohttp==3.9.4 # via microsoft-kiota-authentication-azure aiosignal==1.3.1 # via aiohttp From 87dc27da7481f19adfc7afedd5d1ed28fc4f07a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 16:16:46 +0000 Subject: [PATCH 102/225] Bump aiohttp from 3.9.3 to 3.9.4 in /user-auth/graphtutorial Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.3 to 3.9.4. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.9.3...v3.9.4) --- updated-dependencies: - dependency-name: aiohttp dependency-type: indirect ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index 4f85761..a7b5fd4 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile --output-file=requirements.txt --resolver=backtracking # -aiohttp==3.9.3 +aiohttp==3.9.4 # via microsoft-kiota-authentication-azure aiosignal==1.3.1 # via aiohttp From f4e8714f39a55cfb1bca929721294b5dd2e28aa4 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Fri, 17 May 2024 09:37:32 -0400 Subject: [PATCH 103/225] - updates code of conduct to the latest standard --- CODE_OF_CONDUCT.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CODE_OF_CONDUCT.md diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 0000000..686e5e7 --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,10 @@ +# Microsoft Open Source Code of Conduct + +This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). + +Resources: + +- [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/) +- [Microsoft Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) +- Contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with questions or concerns +- Employees can reach out at [aka.ms/opensource/moderation-support](https://aka.ms/opensource/moderation-support) From 509b1a1e879b1b8d94363b7b7a659f803a9018df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 23:32:44 +0000 Subject: [PATCH 104/225] --- updated-dependencies: - dependency-name: msgraph-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index a7b5fd4..89d7acb 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -100,7 +100,7 @@ msal-extensions==1.1.0 # via azure-identity msgraph-core==1.0.0 # via msgraph-sdk -msgraph-sdk==1.2.0 +msgraph-sdk==1.4.0 # via -r requirements.in multidict==6.0.5 # via From 02887b8a6ea7b2ce6d70ee61642fec619bddea88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 23:35:03 +0000 Subject: [PATCH 105/225] --- updated-dependencies: - dependency-name: requests dependency-type: indirect ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index a7b5fd4..3c1402b 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -138,7 +138,7 @@ python-dateutil==2.9.0.post0 # microsoft-kiota-serialization-text # pendulum # time-machine -requests==2.31.0 +requests==2.32.0 # via # azure-core # msal From 9ba07b7c8f3eb4408d1d96905896e0e7f49e07a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 23:35:04 +0000 Subject: [PATCH 106/225] --- updated-dependencies: - dependency-name: requests dependency-type: indirect ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index 89d7acb..e5aaa28 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -138,7 +138,7 @@ python-dateutil==2.9.0.post0 # microsoft-kiota-serialization-text # pendulum # time-machine -requests==2.31.0 +requests==2.32.0 # via # azure-core # msal From 64c4c68b436fd50910b5ff0921a9083fe9e9dc88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 23:37:39 +0000 Subject: [PATCH 107/225] --- updated-dependencies: - dependency-name: msgraph-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index 3c1402b..e5aaa28 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -100,7 +100,7 @@ msal-extensions==1.1.0 # via azure-identity msgraph-core==1.0.0 # via msgraph-sdk -msgraph-sdk==1.2.0 +msgraph-sdk==1.4.0 # via -r requirements.in multidict==6.0.5 # via From 9bbbba1f4013e9caf6f6f904cbe0270c75b52105 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 23:08:33 +0000 Subject: [PATCH 108/225] Bump azure-identity in /app-auth/graphapponlytutorial Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python) from 1.16.0 to 1.16.1. - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-identity_1.16.0...azure-identity_1.16.1) --- updated-dependencies: - dependency-name: azure-identity dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index e5aaa28..b8d89e8 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -18,7 +18,7 @@ azure-core==1.30.1 # via # azure-identity # microsoft-kiota-authentication-azure -azure-identity==1.16.0 +azure-identity==1.16.1 # via # -r requirements.in # msgraph-sdk From 49cda3082b2ddf53239e12e37c30cc0f99cb18f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 23:50:22 +0000 Subject: [PATCH 109/225] Bump azure-identity from 1.16.0 to 1.16.1 in /user-auth/graphtutorial Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python) from 1.16.0 to 1.16.1. - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-identity_1.16.0...azure-identity_1.16.1) --- updated-dependencies: - dependency-name: azure-identity dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index e5aaa28..b8d89e8 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -18,7 +18,7 @@ azure-core==1.30.1 # via # azure-identity # microsoft-kiota-authentication-azure -azure-identity==1.16.0 +azure-identity==1.16.1 # via # -r requirements.in # msgraph-sdk From 62ede45c9da3d739a4d60d19488cbc3404d3da44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 20:38:38 +0000 Subject: [PATCH 110/225] Bump msal from 1.27.0 to 1.28.0 in /user-auth/graphtutorial Bumps [msal](https://github.com/AzureAD/microsoft-authentication-library-for-python) from 1.27.0 to 1.28.0. - [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-python/releases) - [Commits](https://github.com/AzureAD/microsoft-authentication-library-for-python/compare/1.27.0...1.28.0) --- updated-dependencies: - dependency-name: msal dependency-type: indirect ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index b8d89e8..21f1fe1 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -92,7 +92,7 @@ microsoft-kiota-serialization-multipart==0.1.0 # via msgraph-sdk microsoft-kiota-serialization-text==1.0.0 # via msgraph-sdk -msal==1.27.0 +msal==1.28.0 # via # azure-identity # msal-extensions From c1cc561e9c002c980c0d00040d7966be206027fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 20:39:42 +0000 Subject: [PATCH 111/225] Bump msal from 1.27.0 to 1.28.0 in /app-auth/graphapponlytutorial Bumps [msal](https://github.com/AzureAD/microsoft-authentication-library-for-python) from 1.27.0 to 1.28.0. - [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-python/releases) - [Commits](https://github.com/AzureAD/microsoft-authentication-library-for-python/compare/1.27.0...1.28.0) --- updated-dependencies: - dependency-name: msal dependency-type: indirect ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index b8d89e8..21f1fe1 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -92,7 +92,7 @@ microsoft-kiota-serialization-multipart==0.1.0 # via msgraph-sdk microsoft-kiota-serialization-text==1.0.0 # via msgraph-sdk -msal==1.27.0 +msal==1.28.0 # via # azure-identity # msal-extensions From 7e085ec16e1b97544b01be319c6db5b286548104 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 23:05:04 +0000 Subject: [PATCH 112/225] Bump urllib3 from 2.2.1 to 2.2.2 in /user-auth/graphtutorial Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.1 to 2.2.2. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.2.1...2.2.2) --- updated-dependencies: - dependency-name: urllib3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index 21f1fe1..b1c68fd 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -161,7 +161,7 @@ typing-extensions==4.10.0 # opentelemetry-sdk tzdata==2024.1 # via pendulum -urllib3==2.2.1 +urllib3==2.2.2 # via requests wrapt==1.16.0 # via deprecated From cc84d1d9d7693e6012bdaa536cc948e938edc233 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 23:05:37 +0000 Subject: [PATCH 113/225] Bump urllib3 from 2.2.1 to 2.2.2 in /app-auth/graphapponlytutorial Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.1 to 2.2.2. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.2.1...2.2.2) --- updated-dependencies: - dependency-name: urllib3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index 21f1fe1..b1c68fd 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -161,7 +161,7 @@ typing-extensions==4.10.0 # opentelemetry-sdk tzdata==2024.1 # via pendulum -urllib3==2.2.1 +urllib3==2.2.2 # via requests wrapt==1.16.0 # via deprecated From c0faeaf89302f3bc31c9d98196795915d3ac6826 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 23:11:35 +0000 Subject: [PATCH 114/225] Bump azure-identity in /app-auth/graphapponlytutorial Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python) from 1.16.1 to 1.17.1. - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-identity_1.16.1...azure-identity_1.17.1) --- updated-dependencies: - dependency-name: azure-identity dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index b1c68fd..e7bcb39 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -18,7 +18,7 @@ azure-core==1.30.1 # via # azure-identity # microsoft-kiota-authentication-azure -azure-identity==1.16.1 +azure-identity==1.17.1 # via # -r requirements.in # msgraph-sdk @@ -158,6 +158,7 @@ typing-extensions==4.10.0 # via # anyio # azure-core + # azure-identity # opentelemetry-sdk tzdata==2024.1 # via pendulum From 710bf88a2f1a8163b478462abe1db5ece5dae4f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 23:13:07 +0000 Subject: [PATCH 115/225] Bump azure-identity from 1.16.1 to 1.17.1 in /user-auth/graphtutorial Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python) from 1.16.1 to 1.17.1. - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-identity_1.16.1...azure-identity_1.17.1) --- updated-dependencies: - dependency-name: azure-identity dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index b1c68fd..e7bcb39 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -18,7 +18,7 @@ azure-core==1.30.1 # via # azure-identity # microsoft-kiota-authentication-azure -azure-identity==1.16.1 +azure-identity==1.17.1 # via # -r requirements.in # msgraph-sdk @@ -158,6 +158,7 @@ typing-extensions==4.10.0 # via # anyio # azure-core + # azure-identity # opentelemetry-sdk tzdata==2024.1 # via pendulum From 1a73c8334a1d6c3a744b27f9a901dbcd451fc2a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 01:44:26 +0000 Subject: [PATCH 116/225] Bump certifi from 2024.2.2 to 2024.7.4 in /user-auth/graphtutorial Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.2.2 to 2024.7.4. - [Commits](https://github.com/certifi/python-certifi/compare/2024.02.02...2024.07.04) --- updated-dependencies: - dependency-name: certifi dependency-type: indirect ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index e7bcb39..83e4948 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -22,7 +22,7 @@ azure-identity==1.17.1 # via # -r requirements.in # msgraph-sdk -certifi==2024.2.2 +certifi==2024.7.4 # via # httpcore # httpx From 0c7fbfbd613eb2f507415839854769058317ec21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 01:44:32 +0000 Subject: [PATCH 117/225] Bump certifi from 2024.2.2 to 2024.7.4 in /app-auth/graphapponlytutorial Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.2.2 to 2024.7.4. - [Commits](https://github.com/certifi/python-certifi/compare/2024.02.02...2024.07.04) --- updated-dependencies: - dependency-name: certifi dependency-type: indirect ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index e7bcb39..83e4948 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -22,7 +22,7 @@ azure-identity==1.17.1 # via # -r requirements.in # msgraph-sdk -certifi==2024.2.2 +certifi==2024.7.4 # via # httpcore # httpx From a2b3d8a8ab12b8ad21833102690b0b79cc22fd07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 19:12:12 +0000 Subject: [PATCH 118/225] Bump zipp from 3.18.0 to 3.19.1 in /app-auth/graphapponlytutorial Bumps [zipp](https://github.com/jaraco/zipp) from 3.18.0 to 3.19.1. - [Release notes](https://github.com/jaraco/zipp/releases) - [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst) - [Commits](https://github.com/jaraco/zipp/compare/v3.18.0...v3.19.1) --- updated-dependencies: - dependency-name: zipp dependency-type: indirect ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index 83e4948..1b3637c 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -168,5 +168,5 @@ wrapt==1.16.0 # via deprecated yarl==1.9.4 # via aiohttp -zipp==3.18.0 +zipp==3.19.1 # via importlib-metadata From 0eb779d537e6bb2b60283b351c63bb7b7bc08b22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 19:12:34 +0000 Subject: [PATCH 119/225] Bump zipp from 3.18.0 to 3.19.1 in /user-auth/graphtutorial Bumps [zipp](https://github.com/jaraco/zipp) from 3.18.0 to 3.19.1. - [Release notes](https://github.com/jaraco/zipp/releases) - [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst) - [Commits](https://github.com/jaraco/zipp/compare/v3.18.0...v3.19.1) --- updated-dependencies: - dependency-name: zipp dependency-type: indirect ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index 83e4948..1b3637c 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -168,5 +168,5 @@ wrapt==1.16.0 # via deprecated yarl==1.9.4 # via aiohttp -zipp==3.18.0 +zipp==3.19.1 # via importlib-metadata From a4fbc7289a6152b76e26042aec19980c50993f73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 23:21:12 +0000 Subject: [PATCH 120/225] Bump msgraph-sdk from 1.4.0 to 1.5.2 in /app-auth/graphapponlytutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.4.0 to 1.5.2. - [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.4.0...v1.5.2) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index 1b3637c..2e2650e 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -100,7 +100,7 @@ msal-extensions==1.1.0 # via azure-identity msgraph-core==1.0.0 # via msgraph-sdk -msgraph-sdk==1.4.0 +msgraph-sdk==1.5.2 # via -r requirements.in multidict==6.0.5 # via From 11ea5f978beac194444cf6ad4547de1fdeae143e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 23:26:57 +0000 Subject: [PATCH 121/225] Bump msgraph-sdk from 1.4.0 to 1.5.2 in /user-auth/graphtutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.4.0 to 1.5.2. - [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.4.0...v1.5.2) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index 1b3637c..2e2650e 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -100,7 +100,7 @@ msal-extensions==1.1.0 # via azure-identity msgraph-core==1.0.0 # via msgraph-sdk -msgraph-sdk==1.4.0 +msgraph-sdk==1.5.2 # via -r requirements.in multidict==6.0.5 # via From 2d841c374cf3801878aa7c377021afb6635082f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 23:25:53 +0000 Subject: [PATCH 122/225] Bump msgraph-sdk from 1.5.2 to 1.5.3 in /user-auth/graphtutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.5.2 to 1.5.3. - [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.5.2...v1.5.3) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index 2e2650e..a93cad5 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -100,7 +100,7 @@ msal-extensions==1.1.0 # via azure-identity msgraph-core==1.0.0 # via msgraph-sdk -msgraph-sdk==1.5.2 +msgraph-sdk==1.5.3 # via -r requirements.in multidict==6.0.5 # via From e2f3960ad9dc3db82165d37ffe3bc5a497f5cae9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 23:40:09 +0000 Subject: [PATCH 123/225] Bump msgraph-sdk from 1.5.2 to 1.5.3 in /app-auth/graphapponlytutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.5.2 to 1.5.3. - [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.5.2...v1.5.3) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index 2e2650e..a93cad5 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -100,7 +100,7 @@ msal-extensions==1.1.0 # via azure-identity msgraph-core==1.0.0 # via msgraph-sdk -msgraph-sdk==1.5.2 +msgraph-sdk==1.5.3 # via -r requirements.in multidict==6.0.5 # via From ef7acb89cd0590d171221e9659330dbeadb2cca6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 23:14:55 +0000 Subject: [PATCH 124/225] Bump msgraph-sdk from 1.5.3 to 1.5.4 in /user-auth/graphtutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.5.3 to 1.5.4. - [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.5.3...v1.5.4) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index a93cad5..6c00e54 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -86,7 +86,7 @@ microsoft-kiota-http==1.3.1 # msgraph-sdk microsoft-kiota-serialization-form==0.1.0 # via msgraph-sdk -microsoft-kiota-serialization-json==1.1.0 +microsoft-kiota-serialization-json==1.3.0 # via msgraph-sdk microsoft-kiota-serialization-multipart==0.1.0 # via msgraph-sdk @@ -100,7 +100,7 @@ msal-extensions==1.1.0 # via azure-identity msgraph-core==1.0.0 # via msgraph-sdk -msgraph-sdk==1.5.3 +msgraph-sdk==1.5.4 # via -r requirements.in multidict==6.0.5 # via From 8b501371f368e0c690984686382a39b12d7e4fc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 23:56:12 +0000 Subject: [PATCH 125/225] Bump msgraph-sdk from 1.5.3 to 1.5.4 in /app-auth/graphapponlytutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.5.3 to 1.5.4. - [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.5.3...v1.5.4) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index a93cad5..6c00e54 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -86,7 +86,7 @@ microsoft-kiota-http==1.3.1 # msgraph-sdk microsoft-kiota-serialization-form==0.1.0 # via msgraph-sdk -microsoft-kiota-serialization-json==1.1.0 +microsoft-kiota-serialization-json==1.3.0 # via msgraph-sdk microsoft-kiota-serialization-multipart==0.1.0 # via msgraph-sdk @@ -100,7 +100,7 @@ msal-extensions==1.1.0 # via azure-identity msgraph-core==1.0.0 # via msgraph-sdk -msgraph-sdk==1.5.3 +msgraph-sdk==1.5.4 # via -r requirements.in multidict==6.0.5 # via From 9de8913218d157477a3beffc66b6f428da1afa43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 18:18:17 +0000 Subject: [PATCH 126/225] Bump aiohttp from 3.9.4 to 3.10.2 in /app-auth/graphapponlytutorial Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.4 to 3.10.2. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.9.4...v3.10.2) --- updated-dependencies: - dependency-name: aiohttp dependency-type: indirect ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index 6c00e54..b771b4a 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -4,7 +4,9 @@ # # pip-compile --output-file=requirements.txt --resolver=backtracking # -aiohttp==3.9.4 +aiohappyeyeballs==2.3.5 + # via aiohttp +aiohttp==3.10.2 # via microsoft-kiota-authentication-azure aiosignal==1.3.1 # via aiohttp From 0b868a6ec63da35e50d65815afa8d0d17587aff3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 18:18:25 +0000 Subject: [PATCH 127/225] Bump aiohttp from 3.9.4 to 3.10.2 in /user-auth/graphtutorial Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.4 to 3.10.2. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.9.4...v3.10.2) --- updated-dependencies: - dependency-name: aiohttp dependency-type: indirect ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index 6c00e54..b771b4a 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -4,7 +4,9 @@ # # pip-compile --output-file=requirements.txt --resolver=backtracking # -aiohttp==3.9.4 +aiohappyeyeballs==2.3.5 + # via aiohttp +aiohttp==3.10.2 # via microsoft-kiota-authentication-azure aiosignal==1.3.1 # via aiohttp From fbcd66b8552a2ebb14eb3c4f8a0b6cb7e83f97b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 23:19:18 +0000 Subject: [PATCH 128/225] Bump msgraph-sdk from 1.5.4 to 1.6.0 in /user-auth/graphtutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.5.4 to 1.6.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.5.4...v1.6.0) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index b771b4a..4da7551 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -102,7 +102,7 @@ msal-extensions==1.1.0 # via azure-identity msgraph-core==1.0.0 # via msgraph-sdk -msgraph-sdk==1.5.4 +msgraph-sdk==1.6.0 # via -r requirements.in multidict==6.0.5 # via From ae8143d7f388ac583e5a074da2baed288d0355aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 23:43:02 +0000 Subject: [PATCH 129/225] Bump msgraph-sdk from 1.5.4 to 1.6.0 in /app-auth/graphapponlytutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.5.4 to 1.6.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.5.4...v1.6.0) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index b771b4a..4da7551 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -102,7 +102,7 @@ msal-extensions==1.1.0 # via azure-identity msgraph-core==1.0.0 # via msgraph-sdk -msgraph-sdk==1.5.4 +msgraph-sdk==1.6.0 # via -r requirements.in multidict==6.0.5 # via From b7812d3f7cb71e80d7d3b71f1fffa0dd463b4a4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 23:19:46 +0000 Subject: [PATCH 130/225] Bump msgraph-sdk from 1.6.0 to 1.7.0 in /user-auth/graphtutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.6.0 to 1.7.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.6.0...v1.7.0) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index 4da7551..89b7f4a 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -102,7 +102,7 @@ msal-extensions==1.1.0 # via azure-identity msgraph-core==1.0.0 # via msgraph-sdk -msgraph-sdk==1.6.0 +msgraph-sdk==1.7.0 # via -r requirements.in multidict==6.0.5 # via From ff76c95b736439c4d60f080e09fe40cda00c39c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 23:49:06 +0000 Subject: [PATCH 131/225] Bump msgraph-sdk from 1.6.0 to 1.7.0 in /app-auth/graphapponlytutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.6.0 to 1.7.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.6.0...v1.7.0) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index 4da7551..89b7f4a 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -102,7 +102,7 @@ msal-extensions==1.1.0 # via azure-identity msgraph-core==1.0.0 # via msgraph-sdk -msgraph-sdk==1.6.0 +msgraph-sdk==1.7.0 # via -r requirements.in multidict==6.0.5 # via From c133821024ed4fde99cc3374c93628351ebaba56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 23:13:43 +0000 Subject: [PATCH 132/225] Bump azure-identity in /app-auth/graphapponlytutorial Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python) from 1.17.1 to 1.18.0. - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-identity_1.17.1...azure-identity_1.18.0) --- updated-dependencies: - dependency-name: azure-identity dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index 89b7f4a..1705d30 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -16,11 +16,11 @@ async-timeout==4.0.3 # via aiohttp attrs==23.2.0 # via aiohttp -azure-core==1.30.1 +azure-core==1.31.0 # via # azure-identity # microsoft-kiota-authentication-azure -azure-identity==1.17.1 +azure-identity==1.18.0 # via # -r requirements.in # msgraph-sdk @@ -94,11 +94,11 @@ microsoft-kiota-serialization-multipart==0.1.0 # via msgraph-sdk microsoft-kiota-serialization-text==1.0.0 # via msgraph-sdk -msal==1.28.0 +msal==1.31.0 # via # azure-identity # msal-extensions -msal-extensions==1.1.0 +msal-extensions==1.2.0 # via azure-identity msgraph-core==1.0.0 # via msgraph-sdk @@ -121,8 +121,6 @@ opentelemetry-sdk==1.23.0 # microsoft-kiota-http opentelemetry-semantic-conventions==0.44b0 # via opentelemetry-sdk -packaging==24.0 - # via msal-extensions pendulum==3.0.0 # via # microsoft-kiota-serialization-form From bc7ec374c0db2ca70e05d66e72cfdbfc74f4f247 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 23:14:04 +0000 Subject: [PATCH 133/225] Bump msgraph-sdk from 1.7.0 to 1.8.0 in /app-auth/graphapponlytutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.7.0 to 1.8.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.7.0...v1.8.0) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index 89b7f4a..f5f0761 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -102,7 +102,7 @@ msal-extensions==1.1.0 # via azure-identity msgraph-core==1.0.0 # via msgraph-sdk -msgraph-sdk==1.7.0 +msgraph-sdk==1.8.0 # via -r requirements.in multidict==6.0.5 # via From 4bd21c1208dfe33937ea11afd9a5aa5a3689a763 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 23:57:50 +0000 Subject: [PATCH 134/225] Bump azure-identity from 1.17.1 to 1.18.0 in /user-auth/graphtutorial Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python) from 1.17.1 to 1.18.0. - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-identity_1.17.1...azure-identity_1.18.0) --- updated-dependencies: - dependency-name: azure-identity dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index 89b7f4a..1705d30 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -16,11 +16,11 @@ async-timeout==4.0.3 # via aiohttp attrs==23.2.0 # via aiohttp -azure-core==1.30.1 +azure-core==1.31.0 # via # azure-identity # microsoft-kiota-authentication-azure -azure-identity==1.17.1 +azure-identity==1.18.0 # via # -r requirements.in # msgraph-sdk @@ -94,11 +94,11 @@ microsoft-kiota-serialization-multipart==0.1.0 # via msgraph-sdk microsoft-kiota-serialization-text==1.0.0 # via msgraph-sdk -msal==1.28.0 +msal==1.31.0 # via # azure-identity # msal-extensions -msal-extensions==1.1.0 +msal-extensions==1.2.0 # via azure-identity msgraph-core==1.0.0 # via msgraph-sdk @@ -121,8 +121,6 @@ opentelemetry-sdk==1.23.0 # microsoft-kiota-http opentelemetry-semantic-conventions==0.44b0 # via opentelemetry-sdk -packaging==24.0 - # via msal-extensions pendulum==3.0.0 # via # microsoft-kiota-serialization-form From de997e671c5d6cb47f572894a7cbce03b4e23a2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 23:58:10 +0000 Subject: [PATCH 135/225] Bump msgraph-sdk from 1.7.0 to 1.8.0 in /user-auth/graphtutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.7.0 to 1.8.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.7.0...v1.8.0) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index 89b7f4a..f5f0761 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -102,7 +102,7 @@ msal-extensions==1.1.0 # via azure-identity msgraph-core==1.0.0 # via msgraph-sdk -msgraph-sdk==1.7.0 +msgraph-sdk==1.8.0 # via -r requirements.in multidict==6.0.5 # via From 45325a8bff39f422b45d932147273002a5e76ef5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 23:39:30 +0000 Subject: [PATCH 136/225] Bump msgraph-sdk from 1.8.0 to 1.9.0 in /app-auth/graphapponlytutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.8.0 to 1.9.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.8.0...v1.9.0) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index fd3cb96..8f7f841 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -102,7 +102,7 @@ msal-extensions==1.2.0 # via azure-identity msgraph-core==1.0.0 # via msgraph-sdk -msgraph-sdk==1.8.0 +msgraph-sdk==1.9.0 # via -r requirements.in multidict==6.0.5 # via From acc2752d5d89cf0be74245e2fe812833e664688f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 23:47:09 +0000 Subject: [PATCH 137/225] Bump msgraph-sdk from 1.8.0 to 1.9.0 in /user-auth/graphtutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.8.0 to 1.9.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.8.0...v1.9.0) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index fd3cb96..8f7f841 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -102,7 +102,7 @@ msal-extensions==1.2.0 # via azure-identity msgraph-core==1.0.0 # via msgraph-sdk -msgraph-sdk==1.8.0 +msgraph-sdk==1.9.0 # via -r requirements.in multidict==6.0.5 # via From c1bb59bfe61d8912da42fc31003492f8f5787656 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 23:55:34 +0000 Subject: [PATCH 138/225] Bump azure-identity in /app-auth/graphapponlytutorial Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python) from 1.18.0 to 1.19.0. - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-identity_1.18.0...azure-identity_1.19.0) --- updated-dependencies: - dependency-name: azure-identity dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index 8f7f841..3accb2c 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -20,7 +20,7 @@ azure-core==1.31.0 # via # azure-identity # microsoft-kiota-authentication-azure -azure-identity==1.18.0 +azure-identity==1.19.0 # via # -r requirements.in # msgraph-sdk From 0adeddd9a23c46ec914b529223ecb903946f5ef1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 23:55:53 +0000 Subject: [PATCH 139/225] Bump msgraph-sdk from 1.9.0 to 1.10.0 in /app-auth/graphapponlytutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.9.0 to 1.10.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.9.0...v1.10.0) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index 8f7f841..e4ee7ab 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -102,7 +102,7 @@ msal-extensions==1.2.0 # via azure-identity msgraph-core==1.0.0 # via msgraph-sdk -msgraph-sdk==1.9.0 +msgraph-sdk==1.10.0 # via -r requirements.in multidict==6.0.5 # via From 51127b6e3454e4ae343595bc850978a2ae74d42f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 23:57:40 +0000 Subject: [PATCH 140/225] Bump azure-identity from 1.18.0 to 1.19.0 in /user-auth/graphtutorial Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python) from 1.18.0 to 1.19.0. - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-identity_1.18.0...azure-identity_1.19.0) --- updated-dependencies: - dependency-name: azure-identity dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index 8f7f841..3accb2c 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -20,7 +20,7 @@ azure-core==1.31.0 # via # azure-identity # microsoft-kiota-authentication-azure -azure-identity==1.18.0 +azure-identity==1.19.0 # via # -r requirements.in # msgraph-sdk From 116dc03ca6e6140a6d4b0809e198e5290cd64aaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 23:58:01 +0000 Subject: [PATCH 141/225] Bump msgraph-sdk from 1.9.0 to 1.10.0 in /user-auth/graphtutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.9.0 to 1.10.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.9.0...v1.10.0) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index 8f7f841..e4ee7ab 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -102,7 +102,7 @@ msal-extensions==1.2.0 # via azure-identity msgraph-core==1.0.0 # via msgraph-sdk -msgraph-sdk==1.9.0 +msgraph-sdk==1.10.0 # via -r requirements.in multidict==6.0.5 # via From e063a1930588c8d33ac351fc920b9aa2d74e9001 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 23:07:39 +0000 Subject: [PATCH 142/225] Bump msgraph-sdk from 1.10.0 to 1.11.0 in /app-auth/graphapponlytutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.10.0 to 1.11.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.10.0...v1.11.0) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index 64cae32..730775b 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -102,7 +102,7 @@ msal-extensions==1.2.0 # via azure-identity msgraph-core==1.0.0 # via msgraph-sdk -msgraph-sdk==1.10.0 +msgraph-sdk==1.11.0 # via -r requirements.in multidict==6.0.5 # via From ea7d688e2e471a3eddf28a6592bbe257f24f0949 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 23:21:20 +0000 Subject: [PATCH 143/225] Bump msgraph-sdk from 1.10.0 to 1.11.0 in /user-auth/graphtutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.10.0 to 1.11.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.10.0...v1.11.0) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index 64cae32..730775b 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -102,7 +102,7 @@ msal-extensions==1.2.0 # via azure-identity msgraph-core==1.0.0 # via msgraph-sdk -msgraph-sdk==1.10.0 +msgraph-sdk==1.11.0 # via -r requirements.in multidict==6.0.5 # via From 6486f8fe0d2c2f4e28269712d91406220b68b9ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 23:22:57 +0000 Subject: [PATCH 144/225] Bump msgraph-sdk from 1.11.0 to 1.12.0 in /app-auth/graphapponlytutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.11.0 to 1.12.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.11.0...v1.12.0) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index 730775b..9817316 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -102,7 +102,7 @@ msal-extensions==1.2.0 # via azure-identity msgraph-core==1.0.0 # via msgraph-sdk -msgraph-sdk==1.11.0 +msgraph-sdk==1.12.0 # via -r requirements.in multidict==6.0.5 # via From c1162dc48f4b7c9b2390234e105b2886083c953c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 23:31:34 +0000 Subject: [PATCH 145/225] Bump msgraph-sdk from 1.11.0 to 1.12.0 in /user-auth/graphtutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.11.0 to 1.12.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.11.0...v1.12.0) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index 730775b..9817316 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -102,7 +102,7 @@ msal-extensions==1.2.0 # via azure-identity msgraph-core==1.0.0 # via msgraph-sdk -msgraph-sdk==1.11.0 +msgraph-sdk==1.12.0 # via -r requirements.in multidict==6.0.5 # via From e446a7cda3edafbfde71b64ac369bd38c8b021ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 23:07:45 +0000 Subject: [PATCH 146/225] Bump msgraph-sdk from 1.12.0 to 1.13.0 in /user-auth/graphtutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.12.0 to 1.13.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.12.0...v1.13.0) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index 9817316..bbb9bb1 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -102,7 +102,7 @@ msal-extensions==1.2.0 # via azure-identity msgraph-core==1.0.0 # via msgraph-sdk -msgraph-sdk==1.12.0 +msgraph-sdk==1.13.0 # via -r requirements.in multidict==6.0.5 # via From 0c7c1db9bdc4a23faee5b1bd056a64cb0d1aac14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 23:35:44 +0000 Subject: [PATCH 147/225] Bump msgraph-sdk from 1.12.0 to 1.13.0 in /app-auth/graphapponlytutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.12.0 to 1.13.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.12.0...v1.13.0) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index 9817316..bbb9bb1 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -102,7 +102,7 @@ msal-extensions==1.2.0 # via azure-identity msgraph-core==1.0.0 # via msgraph-sdk -msgraph-sdk==1.12.0 +msgraph-sdk==1.13.0 # via -r requirements.in multidict==6.0.5 # via From b7a75c857b5987e2a79df56a79e0efd7900473de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 23:46:13 +0000 Subject: [PATCH 148/225] Bump msgraph-sdk from 1.13.0 to 1.14.0 in /user-auth/graphtutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.13.0 to 1.14.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.13.0...v1.14.0) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index bbb9bb1..458bc30 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -102,7 +102,7 @@ msal-extensions==1.2.0 # via azure-identity msgraph-core==1.0.0 # via msgraph-sdk -msgraph-sdk==1.13.0 +msgraph-sdk==1.14.0 # via -r requirements.in multidict==6.0.5 # via From c4d218316536331dc9d78e43cc08df2a9868e7ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 00:27:23 +0000 Subject: [PATCH 149/225] Bump msgraph-sdk from 1.13.0 to 1.14.0 in /app-auth/graphapponlytutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.13.0 to 1.14.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.13.0...v1.14.0) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index bbb9bb1..458bc30 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -102,7 +102,7 @@ msal-extensions==1.2.0 # via azure-identity msgraph-core==1.0.0 # via msgraph-sdk -msgraph-sdk==1.13.0 +msgraph-sdk==1.14.0 # via -r requirements.in multidict==6.0.5 # via From 26458f15e2cdb8ec9db128070540874f8eb87a20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 23:29:03 +0000 Subject: [PATCH 150/225] Bump msgraph-sdk from 1.14.0 to 1.15.0 in /app-auth/graphapponlytutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.14.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.14.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-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index 458bc30..bf1df43 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -102,7 +102,7 @@ msal-extensions==1.2.0 # via azure-identity msgraph-core==1.0.0 # via msgraph-sdk -msgraph-sdk==1.14.0 +msgraph-sdk==1.15.0 # via -r requirements.in multidict==6.0.5 # via From c104dc1156bdd587d5207025e84115f6dc71e931 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 23:54:23 +0000 Subject: [PATCH 151/225] Bump msgraph-sdk from 1.14.0 to 1.15.0 in /user-auth/graphtutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.14.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.14.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] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index 458bc30..bf1df43 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -102,7 +102,7 @@ msal-extensions==1.2.0 # via azure-identity msgraph-core==1.0.0 # via msgraph-sdk -msgraph-sdk==1.14.0 +msgraph-sdk==1.15.0 # via -r requirements.in multidict==6.0.5 # via From 2294e64963586aeeaff7bbea567efbce08ac3a56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 23:07:27 +0000 Subject: [PATCH 152/225] Bump msgraph-sdk from 1.15.0 to 1.16.0 in /user-auth/graphtutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.15.0 to 1.16.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.15.0...v1.16.0) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index bf1df43..0d56d7e 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -102,7 +102,7 @@ msal-extensions==1.2.0 # via azure-identity msgraph-core==1.0.0 # via msgraph-sdk -msgraph-sdk==1.15.0 +msgraph-sdk==1.16.0 # via -r requirements.in multidict==6.0.5 # via From ec98e92c695c9fd2abec7917f3a13c12ec855d39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 23:50:29 +0000 Subject: [PATCH 153/225] Bump msgraph-sdk from 1.15.0 to 1.16.0 in /app-auth/graphapponlytutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.15.0 to 1.16.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.15.0...v1.16.0) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index bf1df43..0d56d7e 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -102,7 +102,7 @@ msal-extensions==1.2.0 # via azure-identity msgraph-core==1.0.0 # via msgraph-sdk -msgraph-sdk==1.15.0 +msgraph-sdk==1.16.0 # via -r requirements.in multidict==6.0.5 # via From a534216825a8a95d5c0d93fc6543f6d6034ccec2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 23:14:07 +0000 Subject: [PATCH 154/225] Bump azure-identity in /app-auth/graphapponlytutorial Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python) from 1.19.0 to 1.20.0. - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-identity_1.19.0...azure-identity_1.20.0) --- updated-dependencies: - dependency-name: azure-identity dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index 0d56d7e..1411906 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -20,7 +20,7 @@ azure-core==1.31.0 # via # azure-identity # microsoft-kiota-authentication-azure -azure-identity==1.19.0 +azure-identity==1.20.0 # via # -r requirements.in # msgraph-sdk From 4d704ae060c4743ee9043d35015544d63a94d03e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 23:58:57 +0000 Subject: [PATCH 155/225] Bump azure-identity from 1.19.0 to 1.20.0 in /user-auth/graphtutorial Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python) from 1.19.0 to 1.20.0. - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-identity_1.19.0...azure-identity_1.20.0) --- updated-dependencies: - dependency-name: azure-identity dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index 0d56d7e..1411906 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -20,7 +20,7 @@ azure-core==1.31.0 # via # azure-identity # microsoft-kiota-authentication-azure -azure-identity==1.19.0 +azure-identity==1.20.0 # via # -r requirements.in # msgraph-sdk From f456764a117f5b66556f921e5395acbd580891fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 23:34:09 +0000 Subject: [PATCH 156/225] Bump azure-identity in /app-auth/graphapponlytutorial Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python) from 1.20.0 to 1.21.0. - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-identity_1.20.0...azure-identity_1.21.0) --- updated-dependencies: - dependency-name: azure-identity dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index 1411906..ef528ed 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -20,7 +20,7 @@ azure-core==1.31.0 # via # azure-identity # microsoft-kiota-authentication-azure -azure-identity==1.20.0 +azure-identity==1.21.0 # via # -r requirements.in # msgraph-sdk From 2ec57bfd077d35d7cee727386be1876d770f5f20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 May 2025 00:12:10 +0000 Subject: [PATCH 157/225] Bump azure-identity in /app-auth/graphapponlytutorial Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python) from 1.21.0 to 1.22.0. - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-identity_1.21.0...azure-identity_1.22.0) --- updated-dependencies: - dependency-name: azure-identity dependency-version: 1.22.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index ef528ed..663b9eb 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -20,7 +20,7 @@ azure-core==1.31.0 # via # azure-identity # microsoft-kiota-authentication-azure -azure-identity==1.21.0 +azure-identity==1.22.0 # via # -r requirements.in # msgraph-sdk From 04c3db11351f5f8ca1b91dc5e98db4101b7cffec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 23:21:04 +0000 Subject: [PATCH 158/225] Bump azure-identity in /app-auth/graphapponlytutorial Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python) from 1.22.0 to 1.23.0. - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-identity_1.22.0...azure-identity_1.23.0) --- updated-dependencies: - dependency-name: azure-identity dependency-version: 1.23.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index 663b9eb..f91e500 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -20,7 +20,7 @@ azure-core==1.31.0 # via # azure-identity # microsoft-kiota-authentication-azure -azure-identity==1.22.0 +azure-identity==1.23.0 # via # -r requirements.in # msgraph-sdk From 36db34f43c556f0cc02172343658d4cda65e902f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 08:11:19 +0000 Subject: [PATCH 159/225] Bump requests from 2.32.0 to 2.32.4 in /user-auth/graphtutorial Bumps [requests](https://github.com/psf/requests) from 2.32.0 to 2.32.4. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.0...v2.32.4) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index 1411906..1e67311 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -138,7 +138,7 @@ python-dateutil==2.9.0.post0 # microsoft-kiota-serialization-text # pendulum # time-machine -requests==2.32.0 +requests==2.32.4 # via # azure-core # msal From 22439fabe32e2094c737e4a76491fbdfaca2e4c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 03:12:53 +0000 Subject: [PATCH 160/225] Bump urllib3 from 2.2.2 to 2.5.0 in /app-auth/graphapponlytutorial Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.2 to 2.5.0. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.2.2...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index f91e500..90b3e9b 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -162,7 +162,7 @@ typing-extensions==4.10.0 # opentelemetry-sdk tzdata==2024.1 # via pendulum -urllib3==2.2.2 +urllib3==2.5.0 # via requests wrapt==1.16.0 # via deprecated From 98eaf025ffe17c1e44f42b3eeda5c5af9bde60eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 03:15:35 +0000 Subject: [PATCH 161/225] Bump requests from 2.32.0 to 2.32.4 in /app-auth/graphapponlytutorial Bumps [requests](https://github.com/psf/requests) from 2.32.0 to 2.32.4. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.0...v2.32.4) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index 90b3e9b..213c64e 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -138,7 +138,7 @@ python-dateutil==2.9.0.post0 # microsoft-kiota-serialization-text # pendulum # time-machine -requests==2.32.0 +requests==2.32.4 # via # azure-core # msal From 38b226212cb0fbb2d77e4e14125248601123971d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 01:27:27 +0000 Subject: [PATCH 162/225] Bump azure-identity in /app-auth/graphapponlytutorial Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python) from 1.23.0 to 1.23.1. - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-identity_1.23.0...azure-identity_1.23.1) --- updated-dependencies: - dependency-name: azure-identity dependency-version: 1.23.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index 213c64e..aa0361b 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -20,7 +20,7 @@ azure-core==1.31.0 # via # azure-identity # microsoft-kiota-authentication-azure -azure-identity==1.23.0 +azure-identity==1.23.1 # via # -r requirements.in # msgraph-sdk From 8b25696cc499482d40e03d58b124f0e47a65709c Mon Sep 17 00:00:00 2001 From: Jason Johnston Date: Fri, 5 Sep 2025 13:18:53 -0400 Subject: [PATCH 163/225] Updated dependencies --- .vscode/launch.json | 4 +- .../graphapponlytutorial/requirements.txt | 141 ++++++++---------- user-auth/graphtutorial/requirements.txt | 141 ++++++++---------- 3 files changed, 126 insertions(+), 160 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index ef08a7e..c75d1b1 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -6,7 +6,7 @@ "configurations": [ { "name": "Python: main", - "type": "python", + "type": "debugpy", "request": "launch", "program": "${workspaceFolder}/user-auth/graphtutorial/main.py", "cwd": "${workspaceFolder}/user-auth/graphtutorial", @@ -15,7 +15,7 @@ }, { "name": "Python: main (app-only)", - "type": "python", + "type": "debugpy", "request": "launch", "program": "${workspaceFolder}/app-auth/graphapponlytutorial/main.py", "cwd": "${workspaceFolder}/app-auth/graphapponlytutorial", diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index a7b5fd4..7f8493b 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -2,71 +2,71 @@ # This file is autogenerated by pip-compile with Python 3.10 # by the following command: # -# pip-compile --output-file=requirements.txt --resolver=backtracking +# pip-compile --output-file=requirements.txt # -aiohttp==3.9.4 +aiohappyeyeballs==2.6.1 + # via aiohttp +aiohttp==3.12.15 # via microsoft-kiota-authentication-azure -aiosignal==1.3.1 +aiosignal==1.4.0 # via aiohttp -anyio==4.3.0 +anyio==4.10.0 # via httpx -async-timeout==4.0.3 +async-timeout==5.0.1 # via aiohttp -attrs==23.2.0 +attrs==25.3.0 # via aiohttp -azure-core==1.30.1 +azure-core==1.35.0 # via # azure-identity # microsoft-kiota-authentication-azure -azure-identity==1.16.0 +azure-identity==1.24.0 # via # -r requirements.in # msgraph-sdk -certifi==2024.2.2 +certifi==2025.8.3 # via # httpcore # httpx # requests -cffi==1.16.0 +cffi==1.17.1 # via cryptography -charset-normalizer==3.3.2 +charset-normalizer==3.4.3 # via requests -cryptography==42.0.5 +cryptography==45.0.7 # via # azure-identity # msal # pyjwt -deprecated==1.2.14 - # via opentelemetry-api -exceptiongroup==1.2.0 +exceptiongroup==1.3.0 # via anyio -frozenlist==1.4.1 +frozenlist==1.7.0 # via # aiohttp # aiosignal -h11==0.14.0 +h11==0.16.0 # via httpcore -h2==4.1.0 +h2==4.3.0 # via httpx -hpack==4.0.0 +hpack==4.1.0 # via h2 -httpcore==1.0.4 +httpcore==1.0.9 # via httpx -httpx[http2]==0.27.0 +httpx[http2]==0.28.1 # via # microsoft-kiota-http # msgraph-core -hyperframe==6.0.1 +hyperframe==6.1.0 # via h2 -idna==3.7 +idna==3.10 # via # anyio # httpx # requests # yarl -importlib-metadata==6.11.0 +importlib-metadata==8.7.0 # via opentelemetry-api -microsoft-kiota-abstractions==1.3.1 +microsoft-kiota-abstractions==1.9.6 # via # microsoft-kiota-authentication-azure # microsoft-kiota-http @@ -75,97 +75,80 @@ microsoft-kiota-abstractions==1.3.1 # microsoft-kiota-serialization-multipart # microsoft-kiota-serialization-text # msgraph-core - # msgraph-sdk -microsoft-kiota-authentication-azure==1.0.0 - # via - # msgraph-core - # msgraph-sdk -microsoft-kiota-http==1.3.1 - # via - # msgraph-core - # msgraph-sdk -microsoft-kiota-serialization-form==0.1.0 +microsoft-kiota-authentication-azure==1.9.6 + # via msgraph-core +microsoft-kiota-http==1.9.6 + # via msgraph-core +microsoft-kiota-serialization-form==1.9.6 # via msgraph-sdk -microsoft-kiota-serialization-json==1.1.0 +microsoft-kiota-serialization-json==1.9.6 # via msgraph-sdk -microsoft-kiota-serialization-multipart==0.1.0 +microsoft-kiota-serialization-multipart==1.9.6 # via msgraph-sdk -microsoft-kiota-serialization-text==1.0.0 +microsoft-kiota-serialization-text==1.9.6 # via msgraph-sdk -msal==1.27.0 +msal==1.33.0 # via # azure-identity # msal-extensions -msal-extensions==1.1.0 +msal-extensions==1.3.1 # via azure-identity -msgraph-core==1.0.0 +msgraph-core==1.3.5 # via msgraph-sdk -msgraph-sdk==1.2.0 +msgraph-sdk==1.40.0 # via -r requirements.in -multidict==6.0.5 +multidict==6.6.4 # via # aiohttp # yarl -opentelemetry-api==1.23.0 +opentelemetry-api==1.36.0 # via # microsoft-kiota-abstractions # microsoft-kiota-authentication-azure # microsoft-kiota-http # opentelemetry-sdk -opentelemetry-sdk==1.23.0 + # opentelemetry-semantic-conventions +opentelemetry-sdk==1.36.0 # via # microsoft-kiota-abstractions # microsoft-kiota-authentication-azure # microsoft-kiota-http -opentelemetry-semantic-conventions==0.44b0 +opentelemetry-semantic-conventions==0.57b0 # via opentelemetry-sdk -packaging==24.0 - # via msal-extensions -pendulum==3.0.0 +propcache==0.3.2 # via - # microsoft-kiota-serialization-form - # microsoft-kiota-serialization-json -portalocker==2.8.2 - # via msal-extensions -pycparser==2.21 + # aiohttp + # yarl +pycparser==2.22 # via cffi -pyjwt[crypto]==2.8.0 +pyjwt[crypto]==2.10.1 # via # msal # pyjwt -python-dateutil==2.9.0.post0 - # via - # microsoft-kiota-serialization-text - # pendulum - # time-machine -requests==2.31.0 +requests==2.32.5 # via # azure-core # msal -six==1.16.0 - # via - # azure-core - # python-dateutil +six==1.17.0 + # via azure-core sniffio==1.3.1 - # via - # anyio - # httpx -std-uritemplate==0.0.54 + # via anyio +std-uritemplate==2.0.5 # via microsoft-kiota-abstractions -time-machine==2.14.0 - # via pendulum -typing-extensions==4.10.0 +typing-extensions==4.15.0 # via + # aiosignal # anyio # azure-core + # azure-identity + # exceptiongroup + # multidict + # opentelemetry-api # opentelemetry-sdk -tzdata==2024.1 - # via pendulum -urllib3==2.2.1 + # opentelemetry-semantic-conventions +urllib3==2.5.0 # via requests -wrapt==1.16.0 - # via deprecated -yarl==1.9.4 +yarl==1.20.1 # via aiohttp -zipp==3.18.0 +zipp==3.23.0 # via importlib-metadata diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index a7b5fd4..7f8493b 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -2,71 +2,71 @@ # This file is autogenerated by pip-compile with Python 3.10 # by the following command: # -# pip-compile --output-file=requirements.txt --resolver=backtracking +# pip-compile --output-file=requirements.txt # -aiohttp==3.9.4 +aiohappyeyeballs==2.6.1 + # via aiohttp +aiohttp==3.12.15 # via microsoft-kiota-authentication-azure -aiosignal==1.3.1 +aiosignal==1.4.0 # via aiohttp -anyio==4.3.0 +anyio==4.10.0 # via httpx -async-timeout==4.0.3 +async-timeout==5.0.1 # via aiohttp -attrs==23.2.0 +attrs==25.3.0 # via aiohttp -azure-core==1.30.1 +azure-core==1.35.0 # via # azure-identity # microsoft-kiota-authentication-azure -azure-identity==1.16.0 +azure-identity==1.24.0 # via # -r requirements.in # msgraph-sdk -certifi==2024.2.2 +certifi==2025.8.3 # via # httpcore # httpx # requests -cffi==1.16.0 +cffi==1.17.1 # via cryptography -charset-normalizer==3.3.2 +charset-normalizer==3.4.3 # via requests -cryptography==42.0.5 +cryptography==45.0.7 # via # azure-identity # msal # pyjwt -deprecated==1.2.14 - # via opentelemetry-api -exceptiongroup==1.2.0 +exceptiongroup==1.3.0 # via anyio -frozenlist==1.4.1 +frozenlist==1.7.0 # via # aiohttp # aiosignal -h11==0.14.0 +h11==0.16.0 # via httpcore -h2==4.1.0 +h2==4.3.0 # via httpx -hpack==4.0.0 +hpack==4.1.0 # via h2 -httpcore==1.0.4 +httpcore==1.0.9 # via httpx -httpx[http2]==0.27.0 +httpx[http2]==0.28.1 # via # microsoft-kiota-http # msgraph-core -hyperframe==6.0.1 +hyperframe==6.1.0 # via h2 -idna==3.7 +idna==3.10 # via # anyio # httpx # requests # yarl -importlib-metadata==6.11.0 +importlib-metadata==8.7.0 # via opentelemetry-api -microsoft-kiota-abstractions==1.3.1 +microsoft-kiota-abstractions==1.9.6 # via # microsoft-kiota-authentication-azure # microsoft-kiota-http @@ -75,97 +75,80 @@ microsoft-kiota-abstractions==1.3.1 # microsoft-kiota-serialization-multipart # microsoft-kiota-serialization-text # msgraph-core - # msgraph-sdk -microsoft-kiota-authentication-azure==1.0.0 - # via - # msgraph-core - # msgraph-sdk -microsoft-kiota-http==1.3.1 - # via - # msgraph-core - # msgraph-sdk -microsoft-kiota-serialization-form==0.1.0 +microsoft-kiota-authentication-azure==1.9.6 + # via msgraph-core +microsoft-kiota-http==1.9.6 + # via msgraph-core +microsoft-kiota-serialization-form==1.9.6 # via msgraph-sdk -microsoft-kiota-serialization-json==1.1.0 +microsoft-kiota-serialization-json==1.9.6 # via msgraph-sdk -microsoft-kiota-serialization-multipart==0.1.0 +microsoft-kiota-serialization-multipart==1.9.6 # via msgraph-sdk -microsoft-kiota-serialization-text==1.0.0 +microsoft-kiota-serialization-text==1.9.6 # via msgraph-sdk -msal==1.27.0 +msal==1.33.0 # via # azure-identity # msal-extensions -msal-extensions==1.1.0 +msal-extensions==1.3.1 # via azure-identity -msgraph-core==1.0.0 +msgraph-core==1.3.5 # via msgraph-sdk -msgraph-sdk==1.2.0 +msgraph-sdk==1.40.0 # via -r requirements.in -multidict==6.0.5 +multidict==6.6.4 # via # aiohttp # yarl -opentelemetry-api==1.23.0 +opentelemetry-api==1.36.0 # via # microsoft-kiota-abstractions # microsoft-kiota-authentication-azure # microsoft-kiota-http # opentelemetry-sdk -opentelemetry-sdk==1.23.0 + # opentelemetry-semantic-conventions +opentelemetry-sdk==1.36.0 # via # microsoft-kiota-abstractions # microsoft-kiota-authentication-azure # microsoft-kiota-http -opentelemetry-semantic-conventions==0.44b0 +opentelemetry-semantic-conventions==0.57b0 # via opentelemetry-sdk -packaging==24.0 - # via msal-extensions -pendulum==3.0.0 +propcache==0.3.2 # via - # microsoft-kiota-serialization-form - # microsoft-kiota-serialization-json -portalocker==2.8.2 - # via msal-extensions -pycparser==2.21 + # aiohttp + # yarl +pycparser==2.22 # via cffi -pyjwt[crypto]==2.8.0 +pyjwt[crypto]==2.10.1 # via # msal # pyjwt -python-dateutil==2.9.0.post0 - # via - # microsoft-kiota-serialization-text - # pendulum - # time-machine -requests==2.31.0 +requests==2.32.5 # via # azure-core # msal -six==1.16.0 - # via - # azure-core - # python-dateutil +six==1.17.0 + # via azure-core sniffio==1.3.1 - # via - # anyio - # httpx -std-uritemplate==0.0.54 + # via anyio +std-uritemplate==2.0.5 # via microsoft-kiota-abstractions -time-machine==2.14.0 - # via pendulum -typing-extensions==4.10.0 +typing-extensions==4.15.0 # via + # aiosignal # anyio # azure-core + # azure-identity + # exceptiongroup + # multidict + # opentelemetry-api # opentelemetry-sdk -tzdata==2024.1 - # via pendulum -urllib3==2.2.1 + # opentelemetry-semantic-conventions +urllib3==2.5.0 # via requests -wrapt==1.16.0 - # via deprecated -yarl==1.9.4 +yarl==1.20.1 # via aiohttp -zipp==3.18.0 +zipp==3.23.0 # via importlib-metadata From 0f8184f1ff6589c35e2efbc71dcc35d3f8dda4cb Mon Sep 17 00:00:00 2001 From: Jason Johnston Date: Fri, 5 Sep 2025 13:27:20 -0400 Subject: [PATCH 164/225] Remove 3.8 from build matrix --- .github/workflows/pylint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 06cb19a..01e5934 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.8", "3.9", "3.10"] + python-version: ["3.9", "3.10"] steps: - uses: actions/checkout@v3 From 3a6ed9f1f245d9b0537622125905c71c3962ba55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 23:10:23 +0000 Subject: [PATCH 165/225] Bump azure-identity from 1.24.0 to 1.25.0 in /user-auth/graphtutorial Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python) from 1.24.0 to 1.25.0. - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-identity_1.24.0...azure-identity_1.25.0) --- updated-dependencies: - dependency-name: azure-identity dependency-version: 1.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index 7f8493b..34842db 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -20,7 +20,7 @@ azure-core==1.35.0 # via # azure-identity # microsoft-kiota-authentication-azure -azure-identity==1.24.0 +azure-identity==1.25.0 # via # -r requirements.in # msgraph-sdk From 0bbda8c9575131bc8293d40561b4434381104764 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 23:10:33 +0000 Subject: [PATCH 166/225] Bump msgraph-sdk from 1.40.0 to 1.44.0 in /app-auth/graphapponlytutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.40.0 to 1.44.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.40.0...v1.44.0) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-version: 1.44.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index 7f8493b..fc47309 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -95,7 +95,7 @@ msal-extensions==1.3.1 # via azure-identity msgraph-core==1.3.5 # via msgraph-sdk -msgraph-sdk==1.40.0 +msgraph-sdk==1.44.0 # via -r requirements.in multidict==6.6.4 # via From c0123a802cd7e3c79d8a4dd7cadc89847b74df07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 23:10:36 +0000 Subject: [PATCH 167/225] Bump msgraph-sdk from 1.40.0 to 1.44.0 in /user-auth/graphtutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.40.0 to 1.44.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.40.0...v1.44.0) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-version: 1.44.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index 7f8493b..fc47309 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -95,7 +95,7 @@ msal-extensions==1.3.1 # via azure-identity msgraph-core==1.3.5 # via msgraph-sdk -msgraph-sdk==1.40.0 +msgraph-sdk==1.44.0 # via -r requirements.in multidict==6.6.4 # via From 97edb1752a0d0fe9d3465ee8ce58a4c04d5123f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 23:10:50 +0000 Subject: [PATCH 168/225] Bump azure-identity in /app-auth/graphapponlytutorial Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python) from 1.24.0 to 1.25.0. - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-identity_1.24.0...azure-identity_1.25.0) --- updated-dependencies: - dependency-name: azure-identity dependency-version: 1.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index 7f8493b..34842db 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -20,7 +20,7 @@ azure-core==1.35.0 # via # azure-identity # microsoft-kiota-authentication-azure -azure-identity==1.24.0 +azure-identity==1.25.0 # via # -r requirements.in # msgraph-sdk From d6215b7b96284f8097df205ddced46d6ce8b71c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 23:04:42 +0000 Subject: [PATCH 169/225] Bump msgraph-sdk from 1.44.0 to 1.45.0 in /app-auth/graphapponlytutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.44.0 to 1.45.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.44.0...v1.45.0) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-version: 1.45.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index 6314043..4a5243c 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -95,7 +95,7 @@ msal-extensions==1.3.1 # via azure-identity msgraph-core==1.3.5 # via msgraph-sdk -msgraph-sdk==1.44.0 +msgraph-sdk==1.45.0 # via -r requirements.in multidict==6.6.4 # via From d8256f887bb1babddaf52df234434e46fbb37aec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 23:05:14 +0000 Subject: [PATCH 170/225] Bump msgraph-sdk from 1.44.0 to 1.45.0 in /user-auth/graphtutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.44.0 to 1.45.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.44.0...v1.45.0) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-version: 1.45.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index 6314043..4a5243c 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -95,7 +95,7 @@ msal-extensions==1.3.1 # via azure-identity msgraph-core==1.3.5 # via msgraph-sdk -msgraph-sdk==1.44.0 +msgraph-sdk==1.45.0 # via -r requirements.in multidict==6.6.4 # via From d8632b27b919e39dcfd00c57e22797554a76de3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 23:04:57 +0000 Subject: [PATCH 171/225] Bump msgraph-sdk from 1.45.0 to 1.46.0 in /user-auth/graphtutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.45.0 to 1.46.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.45.0...v1.46.0) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-version: 1.46.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index 4a5243c..cd16cc3 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -95,7 +95,7 @@ msal-extensions==1.3.1 # via azure-identity msgraph-core==1.3.5 # via msgraph-sdk -msgraph-sdk==1.45.0 +msgraph-sdk==1.46.0 # via -r requirements.in multidict==6.6.4 # via From 3be2411b7de3a3e70178a1e650b1416b088f39c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 23:05:35 +0000 Subject: [PATCH 172/225] Bump azure-identity in /app-auth/graphapponlytutorial Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python) from 1.25.0 to 1.25.1. - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-identity_1.25.0...azure-identity_1.25.1) --- updated-dependencies: - dependency-name: azure-identity dependency-version: 1.25.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index 4a5243c..23eb642 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -20,7 +20,7 @@ azure-core==1.35.0 # via # azure-identity # microsoft-kiota-authentication-azure -azure-identity==1.25.0 +azure-identity==1.25.1 # via # -r requirements.in # msgraph-sdk From 2a746cbe91f5c5416df7fb9e2057d7fc7c9090fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 23:05:36 +0000 Subject: [PATCH 173/225] Bump azure-identity from 1.25.0 to 1.25.1 in /user-auth/graphtutorial Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python) from 1.25.0 to 1.25.1. - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-identity_1.25.0...azure-identity_1.25.1) --- updated-dependencies: - dependency-name: azure-identity dependency-version: 1.25.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index 4a5243c..23eb642 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -20,7 +20,7 @@ azure-core==1.35.0 # via # azure-identity # microsoft-kiota-authentication-azure -azure-identity==1.25.0 +azure-identity==1.25.1 # via # -r requirements.in # msgraph-sdk From afc713a9d017efc17f1b5d67baf721256209283e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 23:05:56 +0000 Subject: [PATCH 174/225] Bump msgraph-sdk from 1.45.0 to 1.46.0 in /app-auth/graphapponlytutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.45.0 to 1.46.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.45.0...v1.46.0) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-version: 1.46.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index 4a5243c..cd16cc3 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -95,7 +95,7 @@ msal-extensions==1.3.1 # via azure-identity msgraph-core==1.3.5 # via msgraph-sdk -msgraph-sdk==1.45.0 +msgraph-sdk==1.46.0 # via -r requirements.in multidict==6.6.4 # via From 3587dea1cbdaf1f12531fdfba8cee55e9ef861e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 23:18:14 +0000 Subject: [PATCH 175/225] Bump msgraph-sdk from 1.46.0 to 1.47.0 in /app-auth/graphapponlytutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.46.0 to 1.47.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.46.0...v1.47.0) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-version: 1.47.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index b5e44b7..6e7a5ad 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -95,7 +95,7 @@ msal-extensions==1.3.1 # via azure-identity msgraph-core==1.3.5 # via msgraph-sdk -msgraph-sdk==1.46.0 +msgraph-sdk==1.47.0 # via -r requirements.in multidict==6.6.4 # via From 18bb9506425f1d652b541e91067a7fad38859abe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 23:28:58 +0000 Subject: [PATCH 176/225] Bump msgraph-sdk from 1.46.0 to 1.47.0 in /user-auth/graphtutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.46.0 to 1.47.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.46.0...v1.47.0) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-version: 1.47.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index b5e44b7..6e7a5ad 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -95,7 +95,7 @@ msal-extensions==1.3.1 # via azure-identity msgraph-core==1.3.5 # via msgraph-sdk -msgraph-sdk==1.46.0 +msgraph-sdk==1.47.0 # via -r requirements.in multidict==6.6.4 # via From 5c118fa67bf9aeaaa0cc6591e297b20b27b6110d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 23:05:14 +0000 Subject: [PATCH 177/225] Bump msgraph-sdk from 1.47.0 to 1.48.0 in /user-auth/graphtutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.47.0 to 1.48.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.47.0...v1.48.0) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-version: 1.48.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index 6e7a5ad..316e7c6 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -95,7 +95,7 @@ msal-extensions==1.3.1 # via azure-identity msgraph-core==1.3.5 # via msgraph-sdk -msgraph-sdk==1.47.0 +msgraph-sdk==1.48.0 # via -r requirements.in multidict==6.6.4 # via From f134f0933cb171a83ae85d9cf9f0cf1fbe2df135 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 23:05:54 +0000 Subject: [PATCH 178/225] Bump msgraph-sdk from 1.47.0 to 1.48.0 in /app-auth/graphapponlytutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.47.0 to 1.48.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.47.0...v1.48.0) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-version: 1.48.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index 6e7a5ad..316e7c6 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -95,7 +95,7 @@ msal-extensions==1.3.1 # via azure-identity msgraph-core==1.3.5 # via msgraph-sdk -msgraph-sdk==1.47.0 +msgraph-sdk==1.48.0 # via -r requirements.in multidict==6.6.4 # via From ac7f3f1f8a5d078ec5f04010844557978538971e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 23:06:37 +0000 Subject: [PATCH 179/225] Bump msgraph-sdk from 1.48.0 to 1.49.0 in /user-auth/graphtutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.48.0 to 1.49.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.48.0...v1.49.0) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-version: 1.49.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index 316e7c6..399756b 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -95,7 +95,7 @@ msal-extensions==1.3.1 # via azure-identity msgraph-core==1.3.5 # via msgraph-sdk -msgraph-sdk==1.48.0 +msgraph-sdk==1.49.0 # via -r requirements.in multidict==6.6.4 # via From a1c91ec755f87e8041ba8895e4423b68f4b962f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 23:06:42 +0000 Subject: [PATCH 180/225] Bump msgraph-sdk from 1.48.0 to 1.49.0 in /app-auth/graphapponlytutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.48.0 to 1.49.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.48.0...v1.49.0) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-version: 1.49.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index 316e7c6..399756b 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -95,7 +95,7 @@ msal-extensions==1.3.1 # via azure-identity msgraph-core==1.3.5 # via msgraph-sdk -msgraph-sdk==1.48.0 +msgraph-sdk==1.49.0 # via -r requirements.in multidict==6.6.4 # via From 81aa457e954726951f0f891025df15be7b307e5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 04:45:12 +0000 Subject: [PATCH 181/225] Bump urllib3 from 2.5.0 to 2.6.0 in /app-auth/graphapponlytutorial Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.5.0 to 2.6.0. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.5.0...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index 399756b..2fdc283 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -146,7 +146,7 @@ typing-extensions==4.15.0 # opentelemetry-api # opentelemetry-sdk # opentelemetry-semantic-conventions -urllib3==2.5.0 +urllib3==2.6.0 # via requests yarl==1.20.1 # via aiohttp From b053c81e068271ee8359c4b8cb35fb14a49fc236 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 04:48:14 +0000 Subject: [PATCH 182/225] Bump urllib3 from 2.5.0 to 2.6.0 in /user-auth/graphtutorial Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.5.0 to 2.6.0. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.5.0...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index 399756b..2fdc283 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -146,7 +146,7 @@ typing-extensions==4.15.0 # opentelemetry-api # opentelemetry-sdk # opentelemetry-semantic-conventions -urllib3==2.5.0 +urllib3==2.6.0 # via requests yarl==1.20.1 # via aiohttp From 3e1444bcd6073160987099fbc1efd2f8f13fb799 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 23:04:09 +0000 Subject: [PATCH 183/225] Bump msgraph-sdk from 1.49.0 to 1.50.0 in /app-auth/graphapponlytutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.49.0 to 1.50.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.49.0...v1.50.0) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-version: 1.50.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index 2fdc283..fec9a0c 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -95,7 +95,7 @@ msal-extensions==1.3.1 # via azure-identity msgraph-core==1.3.5 # via msgraph-sdk -msgraph-sdk==1.49.0 +msgraph-sdk==1.50.0 # via -r requirements.in multidict==6.6.4 # via From 35f869aa7c9949acf56d6d3d2eef6b89107e7a15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 23:04:11 +0000 Subject: [PATCH 184/225] Bump msgraph-sdk from 1.49.0 to 1.50.0 in /user-auth/graphtutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.49.0 to 1.50.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.49.0...v1.50.0) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-version: 1.50.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index 2fdc283..fec9a0c 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -95,7 +95,7 @@ msal-extensions==1.3.1 # via azure-identity msgraph-core==1.3.5 # via msgraph-sdk -msgraph-sdk==1.49.0 +msgraph-sdk==1.50.0 # via -r requirements.in multidict==6.6.4 # via From 7f568d77fb3392334872cf96c0c974766f4ccbdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 23:03:34 +0000 Subject: [PATCH 185/225] Bump msgraph-sdk from 1.50.0 to 1.51.0 in /user-auth/graphtutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.50.0 to 1.51.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.50.0...v1.51.0) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-version: 1.51.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index fec9a0c..7af542f 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -95,7 +95,7 @@ msal-extensions==1.3.1 # via azure-identity msgraph-core==1.3.5 # via msgraph-sdk -msgraph-sdk==1.50.0 +msgraph-sdk==1.51.0 # via -r requirements.in multidict==6.6.4 # via From 0519ec2d5c8283a2f6a6a0a7a32fc6fa5fd19cc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 23:03:37 +0000 Subject: [PATCH 186/225] Bump msgraph-sdk from 1.50.0 to 1.51.0 in /app-auth/graphapponlytutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.50.0 to 1.51.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.50.0...v1.51.0) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-version: 1.51.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index fec9a0c..7af542f 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -95,7 +95,7 @@ msal-extensions==1.3.1 # via azure-identity msgraph-core==1.3.5 # via msgraph-sdk -msgraph-sdk==1.50.0 +msgraph-sdk==1.51.0 # via -r requirements.in multidict==6.6.4 # via From 1693b8d977957bbb99b040aaa03fe896dce17339 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 01:11:08 +0000 Subject: [PATCH 187/225] Bump aiohttp from 3.12.15 to 3.13.3 in /app-auth/graphapponlytutorial --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.13.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index 7af542f..b94d2a3 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -6,7 +6,7 @@ # aiohappyeyeballs==2.6.1 # via aiohttp -aiohttp==3.12.15 +aiohttp==3.13.3 # via microsoft-kiota-authentication-azure aiosignal==1.4.0 # via aiohttp From 962ce3539caba45247d42b709ec466372368b71d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 01:13:43 +0000 Subject: [PATCH 188/225] Bump aiohttp from 3.12.15 to 3.13.3 in /user-auth/graphtutorial --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.13.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index 7af542f..b94d2a3 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -6,7 +6,7 @@ # aiohappyeyeballs==2.6.1 # via aiohttp -aiohttp==3.12.15 +aiohttp==3.13.3 # via microsoft-kiota-authentication-azure aiosignal==1.4.0 # via aiohttp From 8504fb9051d5f2c9c56cdacc5ce4ef672405978c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 06:32:08 +0000 Subject: [PATCH 189/225] Bump urllib3 from 2.6.0 to 2.6.3 in /app-auth/graphapponlytutorial Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.0 to 2.6.3. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.6.0...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index b94d2a3..f8a6333 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -146,7 +146,7 @@ typing-extensions==4.15.0 # opentelemetry-api # opentelemetry-sdk # opentelemetry-semantic-conventions -urllib3==2.6.0 +urllib3==2.6.3 # via requests yarl==1.20.1 # via aiohttp From 4f1e69717705b4fb4bbff5b08db3075daa531765 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 06:32:44 +0000 Subject: [PATCH 190/225] Bump urllib3 from 2.6.0 to 2.6.3 in /user-auth/graphtutorial Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.0 to 2.6.3. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.6.0...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index b94d2a3..f8a6333 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -146,7 +146,7 @@ typing-extensions==4.15.0 # opentelemetry-api # opentelemetry-sdk # opentelemetry-semantic-conventions -urllib3==2.6.0 +urllib3==2.6.3 # via requests yarl==1.20.1 # via aiohttp From ae8b53a24ed11e08976b61caa828ce7a703d7fc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 03:46:53 +0000 Subject: [PATCH 191/225] Bump msgraph-sdk from 1.51.0 to 1.52.0 in /user-auth/graphtutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.51.0 to 1.52.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.51.0...v1.52.0) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-version: 1.52.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index f8a6333..2555d26 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -95,7 +95,7 @@ msal-extensions==1.3.1 # via azure-identity msgraph-core==1.3.5 # via msgraph-sdk -msgraph-sdk==1.51.0 +msgraph-sdk==1.52.0 # via -r requirements.in multidict==6.6.4 # via From aad53d4a20c7bc8d9f846106b59a79c5928a9075 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 03:46:55 +0000 Subject: [PATCH 192/225] Bump msgraph-sdk from 1.51.0 to 1.52.0 in /app-auth/graphapponlytutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.51.0 to 1.52.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.51.0...v1.52.0) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-version: 1.52.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index f8a6333..2555d26 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -95,7 +95,7 @@ msal-extensions==1.3.1 # via azure-identity msgraph-core==1.3.5 # via msgraph-sdk -msgraph-sdk==1.51.0 +msgraph-sdk==1.52.0 # via -r requirements.in multidict==6.6.4 # via From 9bfccee2e1424894ed7eeed6134b2ef263143770 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 22:33:41 +0000 Subject: [PATCH 193/225] Bump azure-core from 1.35.0 to 1.38.0 in /app-auth/graphapponlytutorial Bumps [azure-core](https://github.com/Azure/azure-sdk-for-python) from 1.35.0 to 1.38.0. - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-core_1.35.0...azure-core_1.38.0) --- updated-dependencies: - dependency-name: azure-core dependency-version: 1.38.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index 2555d26..9d6f161 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -16,7 +16,7 @@ async-timeout==5.0.1 # via aiohttp attrs==25.3.0 # via aiohttp -azure-core==1.35.0 +azure-core==1.38.0 # via # azure-identity # microsoft-kiota-authentication-azure @@ -129,8 +129,6 @@ requests==2.32.5 # via # azure-core # msal -six==1.17.0 - # via azure-core sniffio==1.3.1 # via anyio std-uritemplate==2.0.5 From eb8cbd4e105c65605cf910ad819c7aa32f922b9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 22:33:55 +0000 Subject: [PATCH 194/225] Bump azure-core from 1.35.0 to 1.38.0 in /user-auth/graphtutorial Bumps [azure-core](https://github.com/Azure/azure-sdk-for-python) from 1.35.0 to 1.38.0. - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-core_1.35.0...azure-core_1.38.0) --- updated-dependencies: - dependency-name: azure-core dependency-version: 1.38.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index 2555d26..9d6f161 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -16,7 +16,7 @@ async-timeout==5.0.1 # via aiohttp attrs==25.3.0 # via aiohttp -azure-core==1.35.0 +azure-core==1.38.0 # via # azure-identity # microsoft-kiota-authentication-azure @@ -129,8 +129,6 @@ requests==2.32.5 # via # azure-core # msal -six==1.17.0 - # via azure-core sniffio==1.3.1 # via anyio std-uritemplate==2.0.5 From e449040cc0bf32358b2ff22bce9c66f2a49cb31f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 00:35:38 +0000 Subject: [PATCH 195/225] Bump msgraph-sdk from 1.52.0 to 1.53.0 in /app-auth/graphapponlytutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.52.0 to 1.53.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.52.0...v1.53.0) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-version: 1.53.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index 9d6f161..7b87369 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -95,7 +95,7 @@ msal-extensions==1.3.1 # via azure-identity msgraph-core==1.3.5 # via msgraph-sdk -msgraph-sdk==1.52.0 +msgraph-sdk==1.53.0 # via -r requirements.in multidict==6.6.4 # via From dbe4a507e138c1cb78f469b14e1eb8047816771d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 00:35:44 +0000 Subject: [PATCH 196/225] Bump msgraph-sdk from 1.52.0 to 1.53.0 in /user-auth/graphtutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.52.0 to 1.53.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.52.0...v1.53.0) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-version: 1.53.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index 9d6f161..7b87369 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -95,7 +95,7 @@ msal-extensions==1.3.1 # via azure-identity msgraph-core==1.3.5 # via msgraph-sdk -msgraph-sdk==1.52.0 +msgraph-sdk==1.53.0 # via -r requirements.in multidict==6.6.4 # via From f3f6a74514879c921e71e58cda5750c1d4eb3e63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 01:42:24 +0000 Subject: [PATCH 197/225] Bump msgraph-sdk from 1.53.0 to 1.54.0 in /app-auth/graphapponlytutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.53.0 to 1.54.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.53.0...v1.54.0) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-version: 1.54.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index 7b87369..cab06ac 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -95,7 +95,7 @@ msal-extensions==1.3.1 # via azure-identity msgraph-core==1.3.5 # via msgraph-sdk -msgraph-sdk==1.53.0 +msgraph-sdk==1.54.0 # via -r requirements.in multidict==6.6.4 # via From 769481675353c0e5cdc623a282caf0dbcccb909b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 01:42:27 +0000 Subject: [PATCH 198/225] Bump msgraph-sdk from 1.53.0 to 1.54.0 in /user-auth/graphtutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.53.0 to 1.54.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.53.0...v1.54.0) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-version: 1.54.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index 7b87369..cab06ac 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -95,7 +95,7 @@ msal-extensions==1.3.1 # via azure-identity msgraph-core==1.3.5 # via msgraph-sdk -msgraph-sdk==1.53.0 +msgraph-sdk==1.54.0 # via -r requirements.in multidict==6.6.4 # via From b18e34b0cb927ff94615e1fa3dc7b29793feb62a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 23:33:39 +0000 Subject: [PATCH 199/225] Bump azure-identity in /app-auth/graphapponlytutorial Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python) from 1.25.1 to 1.25.2. - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-identity_1.25.1...azure-identity_1.25.2) --- updated-dependencies: - dependency-name: azure-identity dependency-version: 1.25.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index cab06ac..d63ff5a 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -20,7 +20,7 @@ azure-core==1.38.0 # via # azure-identity # microsoft-kiota-authentication-azure -azure-identity==1.25.1 +azure-identity==1.25.2 # via # -r requirements.in # msgraph-sdk From 28fec0e05659b24c136c4022be33187901377f6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 23:33:46 +0000 Subject: [PATCH 200/225] Bump azure-identity from 1.25.1 to 1.25.2 in /user-auth/graphtutorial Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python) from 1.25.1 to 1.25.2. - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-identity_1.25.1...azure-identity_1.25.2) --- updated-dependencies: - dependency-name: azure-identity dependency-version: 1.25.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index cab06ac..d63ff5a 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -20,7 +20,7 @@ azure-core==1.38.0 # via # azure-identity # microsoft-kiota-authentication-azure -azure-identity==1.25.1 +azure-identity==1.25.2 # via # -r requirements.in # msgraph-sdk From 03f4be3ac13d772a1c4072f30a90bb4cd1667b96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 00:18:30 +0000 Subject: [PATCH 201/225] Bump msgraph-sdk from 1.54.0 to 1.55.0 in /user-auth/graphtutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.54.0 to 1.55.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.54.0...v1.55.0) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-version: 1.55.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index d63ff5a..134ff67 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -95,7 +95,7 @@ msal-extensions==1.3.1 # via azure-identity msgraph-core==1.3.5 # via msgraph-sdk -msgraph-sdk==1.54.0 +msgraph-sdk==1.55.0 # via -r requirements.in multidict==6.6.4 # via From 8cffebe429ea9d3ab0c409fff34d3140c2a8c086 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 00:18:43 +0000 Subject: [PATCH 202/225] Bump msgraph-sdk from 1.54.0 to 1.55.0 in /app-auth/graphapponlytutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.54.0 to 1.55.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.54.0...v1.55.0) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-version: 1.55.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index d63ff5a..134ff67 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -95,7 +95,7 @@ msal-extensions==1.3.1 # via azure-identity msgraph-core==1.3.5 # via msgraph-sdk -msgraph-sdk==1.54.0 +msgraph-sdk==1.55.0 # via -r requirements.in multidict==6.6.4 # via From e07499e173e6ee9ce6ed25507ff5cf89c1caefbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 23:33:37 +0000 Subject: [PATCH 203/225] Bump azure-identity in /app-auth/graphapponlytutorial Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python) from 1.25.2 to 1.25.3. - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-identity_1.25.2...azure-identity_1.25.3) --- updated-dependencies: - dependency-name: azure-identity dependency-version: 1.25.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index 134ff67..e8fd9f4 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -20,7 +20,7 @@ azure-core==1.38.0 # via # azure-identity # microsoft-kiota-authentication-azure -azure-identity==1.25.2 +azure-identity==1.25.3 # via # -r requirements.in # msgraph-sdk @@ -87,7 +87,7 @@ microsoft-kiota-serialization-multipart==1.9.6 # via msgraph-sdk microsoft-kiota-serialization-text==1.9.6 # via msgraph-sdk -msal==1.33.0 +msal==1.35.1 # via # azure-identity # msal-extensions From 97bda57251b15a4f8e3f8a0857403c34454d605b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 23:33:40 +0000 Subject: [PATCH 204/225] Bump azure-identity from 1.25.2 to 1.25.3 in /user-auth/graphtutorial Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python) from 1.25.2 to 1.25.3. - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-identity_1.25.2...azure-identity_1.25.3) --- updated-dependencies: - dependency-name: azure-identity dependency-version: 1.25.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index 134ff67..e8fd9f4 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -20,7 +20,7 @@ azure-core==1.38.0 # via # azure-identity # microsoft-kiota-authentication-azure -azure-identity==1.25.2 +azure-identity==1.25.3 # via # -r requirements.in # msgraph-sdk @@ -87,7 +87,7 @@ microsoft-kiota-serialization-multipart==1.9.6 # via msgraph-sdk microsoft-kiota-serialization-text==1.9.6 # via msgraph-sdk -msal==1.33.0 +msal==1.35.1 # via # azure-identity # msal-extensions From e61303f6232663b1a53cd7c71e3861b381fa9d9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 16:19:21 +0000 Subject: [PATCH 205/225] Bump requests from 2.32.5 to 2.33.0 in /app-auth/graphapponlytutorial Bumps [requests](https://github.com/psf/requests) from 2.32.5 to 2.33.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.5...v2.33.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index e8fd9f4..83a136a 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -125,7 +125,7 @@ pyjwt[crypto]==2.10.1 # via # msal # pyjwt -requests==2.32.5 +requests==2.33.0 # via # azure-core # msal From 88d13330a399c9e2cca7e8c5ac94a161c716699d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 17:37:47 +0000 Subject: [PATCH 206/225] Bump pyjwt from 2.10.1 to 2.12.0 in /app-auth/graphapponlytutorial Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.10.1 to 2.12.0. - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jpadilla/pyjwt/compare/2.10.1...2.12.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.12.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index 83a136a..8721c6e 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -121,7 +121,7 @@ propcache==0.3.2 # yarl pycparser==2.22 # via cffi -pyjwt[crypto]==2.10.1 +pyjwt[crypto]==2.12.0 # via # msal # pyjwt From 3323cfee4a5f042971c60d319111a2063faa1afb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 19:20:02 +0000 Subject: [PATCH 207/225] Bump pyjwt from 2.10.1 to 2.12.0 in /user-auth/graphtutorial Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.10.1 to 2.12.0. - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jpadilla/pyjwt/compare/2.10.1...2.12.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.12.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index e8fd9f4..77223b8 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -121,7 +121,7 @@ propcache==0.3.2 # yarl pycparser==2.22 # via cffi -pyjwt[crypto]==2.10.1 +pyjwt[crypto]==2.12.0 # via # msal # pyjwt From bab5e64461edb87e1834ed0b3fff588f3017b19f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 21:50:37 +0000 Subject: [PATCH 208/225] Bump aiohttp from 3.13.3 to 3.13.4 in /user-auth/graphtutorial --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.13.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index e8fd9f4..0fcf6b5 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -6,7 +6,7 @@ # aiohappyeyeballs==2.6.1 # via aiohttp -aiohttp==3.13.3 +aiohttp==3.13.4 # via microsoft-kiota-authentication-azure aiosignal==1.4.0 # via aiohttp From 4838531b24110d699d1c8cc37b4ee37a8e20f43e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 21:53:47 +0000 Subject: [PATCH 209/225] Bump requests from 2.32.5 to 2.33.0 in /user-auth/graphtutorial Bumps [requests](https://github.com/psf/requests) from 2.32.5 to 2.33.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.5...v2.33.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index 0fcf6b5..edea2b1 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -125,7 +125,7 @@ pyjwt[crypto]==2.10.1 # via # msal # pyjwt -requests==2.32.5 +requests==2.33.0 # via # azure-core # msal From 4f7d6bc34d8f27a104ced4ea5b6e5105b3ed0e5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 22:13:53 +0000 Subject: [PATCH 210/225] Bump aiohttp from 3.13.3 to 3.13.4 in /app-auth/graphapponlytutorial --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.13.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index 83a136a..edea2b1 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -6,7 +6,7 @@ # aiohappyeyeballs==2.6.1 # via aiohttp -aiohttp==3.13.3 +aiohttp==3.13.4 # via microsoft-kiota-authentication-azure aiosignal==1.4.0 # via aiohttp From 8a932185e80433510aafeb67f8c32cd557f891db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 19:56:21 +0000 Subject: [PATCH 211/225] Bump cryptography from 45.0.7 to 46.0.7 in /user-auth/graphtutorial Bumps [cryptography](https://github.com/pyca/cryptography) from 45.0.7 to 46.0.7. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/45.0.7...46.0.7) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.7 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index 0fcf6b5..57280c9 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -29,11 +29,11 @@ certifi==2025.8.3 # httpcore # httpx # requests -cffi==1.17.1 +cffi==2.0.0 # via cryptography charset-normalizer==3.4.3 # via requests -cryptography==45.0.7 +cryptography==46.0.7 # via # azure-identity # msal @@ -139,6 +139,7 @@ typing-extensions==4.15.0 # anyio # azure-core # azure-identity + # cryptography # exceptiongroup # multidict # opentelemetry-api From 00a3eedbdf6dd93813369564818ffa56a08158ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 20:14:15 +0000 Subject: [PATCH 212/225] Bump cryptography in /app-auth/graphapponlytutorial Bumps [cryptography](https://github.com/pyca/cryptography) from 45.0.7 to 46.0.7. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/45.0.7...46.0.7) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.7 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index 83a136a..7a4edfe 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -29,11 +29,11 @@ certifi==2025.8.3 # httpcore # httpx # requests -cffi==1.17.1 +cffi==2.0.0 # via cryptography charset-normalizer==3.4.3 # via requests -cryptography==45.0.7 +cryptography==46.0.7 # via # azure-identity # msal @@ -139,6 +139,7 @@ typing-extensions==4.15.0 # anyio # azure-core # azure-identity + # cryptography # exceptiongroup # multidict # opentelemetry-api From 0f793422de07094446bfc6e86cd722b2b40486c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 00:23:25 +0000 Subject: [PATCH 213/225] Bump msgraph-sdk from 1.55.0 to 1.56.0 in /user-auth/graphtutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.55.0 to 1.56.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.55.0...v1.56.0) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-version: 1.56.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index 0fcf6b5..b2681bf 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -95,7 +95,7 @@ msal-extensions==1.3.1 # via azure-identity msgraph-core==1.3.5 # via msgraph-sdk -msgraph-sdk==1.55.0 +msgraph-sdk==1.56.0 # via -r requirements.in multidict==6.6.4 # via From d75370297326a2bda4e807f690adea7950fdf610 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 00:23:26 +0000 Subject: [PATCH 214/225] Bump msgraph-sdk from 1.55.0 to 1.56.0 in /app-auth/graphapponlytutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.55.0 to 1.56.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.55.0...v1.56.0) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-version: 1.56.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index 83a136a..a6cc57e 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -95,7 +95,7 @@ msal-extensions==1.3.1 # via azure-identity msgraph-core==1.3.5 # via msgraph-sdk -msgraph-sdk==1.55.0 +msgraph-sdk==1.56.0 # via -r requirements.in multidict==6.6.4 # via From c37927ae4e2fccb5e09b8273dd2b21f343f14afe Mon Sep 17 00:00:00 2001 From: Jason Johnston Date: Mon, 4 May 2026 14:29:01 -0400 Subject: [PATCH 215/225] Update Python versions in CI workflow --- .github/workflows/pylint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 01e5934..5c77a82 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.9", "3.10"] + python-version: ["3.11", "3.12"] steps: - uses: actions/checkout@v3 From 0585edbedbcfe99beaa7d413d1b9832cf929dd46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 14:35:37 +0000 Subject: [PATCH 216/225] Bump microsoft-kiota-http in /app-auth/graphapponlytutorial Bumps [microsoft-kiota-http](https://github.com/microsoft/kiota-python) from 1.9.6 to 1.9.9. - [Release notes](https://github.com/microsoft/kiota-python/releases) - [Commits](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-http-v1.9.6...microsoft-kiota-http-v1.9.9) --- updated-dependencies: - dependency-name: microsoft-kiota-http dependency-version: 1.9.9 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index 0530cc4..5ca01aa 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -66,7 +66,7 @@ idna==3.10 # yarl importlib-metadata==8.7.0 # via opentelemetry-api -microsoft-kiota-abstractions==1.9.6 +microsoft-kiota-abstractions==1.9.10 # via # microsoft-kiota-authentication-azure # microsoft-kiota-http @@ -77,7 +77,7 @@ microsoft-kiota-abstractions==1.9.6 # msgraph-core microsoft-kiota-authentication-azure==1.9.6 # via msgraph-core -microsoft-kiota-http==1.9.6 +microsoft-kiota-http==1.9.9 # via msgraph-core microsoft-kiota-serialization-form==1.9.6 # via msgraph-sdk From 999e6f5a95fcb27c8e1f6f91b6f952613ae09131 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 18:53:14 +0000 Subject: [PATCH 217/225] Bump microsoft-kiota-http in /user-auth/graphtutorial Bumps [microsoft-kiota-http](https://github.com/microsoft/kiota-python) from 1.9.6 to 1.9.9. - [Release notes](https://github.com/microsoft/kiota-python/releases) - [Commits](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-http-v1.9.6...microsoft-kiota-http-v1.9.9) --- updated-dependencies: - dependency-name: microsoft-kiota-http dependency-version: 1.9.9 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index 0530cc4..5ca01aa 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -66,7 +66,7 @@ idna==3.10 # yarl importlib-metadata==8.7.0 # via opentelemetry-api -microsoft-kiota-abstractions==1.9.6 +microsoft-kiota-abstractions==1.9.10 # via # microsoft-kiota-authentication-azure # microsoft-kiota-http @@ -77,7 +77,7 @@ microsoft-kiota-abstractions==1.9.6 # msgraph-core microsoft-kiota-authentication-azure==1.9.6 # via msgraph-core -microsoft-kiota-http==1.9.6 +microsoft-kiota-http==1.9.9 # via msgraph-core microsoft-kiota-serialization-form==1.9.6 # via msgraph-sdk From 5e78937ff9a5c1b34258b8c6aa47156263e0537e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 16:50:24 +0000 Subject: [PATCH 218/225] Bump urllib3 from 2.6.3 to 2.7.0 in /user-auth/graphtutorial Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.3 to 2.7.0. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.6.3...2.7.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index 5ca01aa..fde93d8 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -145,7 +145,7 @@ typing-extensions==4.15.0 # opentelemetry-api # opentelemetry-sdk # opentelemetry-semantic-conventions -urllib3==2.6.3 +urllib3==2.7.0 # via requests yarl==1.20.1 # via aiohttp From 48680827160f285ac0d40c105c90e202ae340b53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 17:27:47 +0000 Subject: [PATCH 219/225] Bump urllib3 from 2.6.3 to 2.7.0 in /app-auth/graphapponlytutorial Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.3 to 2.7.0. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.6.3...2.7.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index 5ca01aa..fde93d8 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -145,7 +145,7 @@ typing-extensions==4.15.0 # opentelemetry-api # opentelemetry-sdk # opentelemetry-semantic-conventions -urllib3==2.6.3 +urllib3==2.7.0 # via requests yarl==1.20.1 # via aiohttp From a81bed16032ec020977d5ff3d3370a4533ec1294 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 05:27:01 +0000 Subject: [PATCH 220/225] Bump msgraph-sdk from 1.56.0 to 1.57.0 in /app-auth/graphapponlytutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.56.0 to 1.57.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.56.0...v1.57.0) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-version: 1.57.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index fde93d8..be923ad 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -95,7 +95,7 @@ msal-extensions==1.3.1 # via azure-identity msgraph-core==1.3.5 # via msgraph-sdk -msgraph-sdk==1.56.0 +msgraph-sdk==1.57.0 # via -r requirements.in multidict==6.6.4 # via From 8026c1ccd702930c4a8026e804f0418304be0a94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 05:27:18 +0000 Subject: [PATCH 221/225] Bump msgraph-sdk from 1.56.0 to 1.57.0 in /user-auth/graphtutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.56.0 to 1.57.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.56.0...v1.57.0) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-version: 1.57.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index fde93d8..be923ad 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -95,7 +95,7 @@ msal-extensions==1.3.1 # via azure-identity msgraph-core==1.3.5 # via msgraph-sdk -msgraph-sdk==1.56.0 +msgraph-sdk==1.57.0 # via -r requirements.in multidict==6.6.4 # via From 665892cab4d4fb7f8068165aa0028fdabd390265 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 19:35:54 +0000 Subject: [PATCH 222/225] Bump idna from 3.10 to 3.15 in /user-auth/graphtutorial Bumps [idna](https://github.com/kjd/idna) from 3.10 to 3.15. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md) - [Commits](https://github.com/kjd/idna/compare/v3.10...v3.15) --- updated-dependencies: - dependency-name: idna dependency-version: '3.15' dependency-type: indirect ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index be923ad..9fe3141 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -58,7 +58,7 @@ httpx[http2]==0.28.1 # msgraph-core hyperframe==6.1.0 # via h2 -idna==3.10 +idna==3.15 # via # anyio # httpx From 8eaca4e4d9195186659c9a4b218a5e8879ce4a0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 20:05:49 +0000 Subject: [PATCH 223/225] Bump idna from 3.10 to 3.15 in /app-auth/graphapponlytutorial Bumps [idna](https://github.com/kjd/idna) from 3.10 to 3.15. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md) - [Commits](https://github.com/kjd/idna/compare/v3.10...v3.15) --- updated-dependencies: - dependency-name: idna dependency-version: '3.15' dependency-type: indirect ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index be923ad..9fe3141 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -58,7 +58,7 @@ httpx[http2]==0.28.1 # msgraph-core hyperframe==6.1.0 # via h2 -idna==3.10 +idna==3.15 # via # anyio # httpx From 7c3ab46c11e93b00fb3fe15bc75e3a281c6ad569 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 04:56:15 +0000 Subject: [PATCH 224/225] Bump msgraph-sdk from 1.57.0 to 1.58.0 in /app-auth/graphapponlytutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.57.0 to 1.58.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.57.0...v1.58.0) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-version: 1.58.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index 9fe3141..31255e9 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -95,7 +95,7 @@ msal-extensions==1.3.1 # via azure-identity msgraph-core==1.3.5 # via msgraph-sdk -msgraph-sdk==1.57.0 +msgraph-sdk==1.58.0 # via -r requirements.in multidict==6.6.4 # via From 7a3229e325c5fd51610c4e2e5c06c30b8f0ce3ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 04:56:28 +0000 Subject: [PATCH 225/225] Bump msgraph-sdk from 1.57.0 to 1.58.0 in /user-auth/graphtutorial Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.57.0 to 1.58.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.57.0...v1.58.0) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-version: 1.58.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index 9fe3141..31255e9 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -95,7 +95,7 @@ msal-extensions==1.3.1 # via azure-identity msgraph-core==1.3.5 # via msgraph-sdk -msgraph-sdk==1.57.0 +msgraph-sdk==1.58.0 # via -r requirements.in multidict==6.6.4 # via