From a143caf1e4c6617a8fbc48cb7a26d89f05291728 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 23:23:21 +0000 Subject: [PATCH 01/16] Bump msal from 1.17.0 to 1.18.0 in /demo/graphtutorial Bumps [msal](https://github.com/AzureAD/microsoft-authentication-library-for-python) from 1.17.0 to 1.18.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.17.0...1.18.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 554af59..ca02129 100644 --- a/demo/graphtutorial/requirements.txt +++ b/demo/graphtutorial/requirements.txt @@ -5,7 +5,7 @@ cffi==1.15.0 charset-normalizer==2.0.12 cryptography==37.0.2 idna==3.3 -msal==1.17.0 +msal==1.18.0 msal-extensions==1.0.0 msgraph-core==0.2.2 portalocker==2.4.0 From bb43a373a3ac0fb2149e919e27b6f10f9e531833 Mon Sep 17 00:00:00 2001 From: Jason Johnston Date: Tue, 7 Jun 2022 15:53:54 -0400 Subject: [PATCH 02/16] Removed unneeded pylint disable statement --- demo/graphtutorial/graph.py | 1 - 1 file changed, 1 deletion(-) diff --git a/demo/graphtutorial/graph.py b/demo/graphtutorial/graph.py index 43a6223..4449be3 100644 --- a/demo/graphtutorial/graph.py +++ b/demo/graphtutorial/graph.py @@ -115,7 +115,6 @@ def get_users(self): # # - # pylint: disable-next=no-self-use def make_graph_call(self): # INSERT YOUR CODE HERE # Note: if using app_client, be sure to call From acf92d88d6b5f8745b93d983dfb13e54a72ce17d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jun 2022 19:55:22 +0000 Subject: [PATCH 03/16] Bump azure-core from 1.24.0 to 1.24.1 in /demo/graphtutorial Bumps [azure-core](https://github.com/Azure/azure-sdk-for-python) from 1.24.0 to 1.24.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.24.0...azure-core_1.24.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 ca02129..000a961 100644 --- a/demo/graphtutorial/requirements.txt +++ b/demo/graphtutorial/requirements.txt @@ -1,4 +1,4 @@ -azure-core==1.24.0 +azure-core==1.24.1 azure-identity==1.10.0 certifi==2022.5.18.1 cffi==1.15.0 From 81a801de63609990d615e70263889501e8e28c16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jun 2022 23:24:21 +0000 Subject: [PATCH 04/16] Bump requests from 2.27.1 to 2.28.0 in /demo/graphtutorial Bumps [requests](https://github.com/psf/requests) from 2.27.1 to 2.28.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.27.1...v2.28.0) --- updated-dependencies: - dependency-name: requests 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 000a961..15f6a77 100644 --- a/demo/graphtutorial/requirements.txt +++ b/demo/graphtutorial/requirements.txt @@ -11,7 +11,7 @@ msgraph-core==0.2.2 portalocker==2.4.0 pycparser==2.21 PyJWT==2.4.0 -requests==2.27.1 +requests==2.28.0 six==1.16.0 typing_extensions==4.2.0 urllib3==1.26.9 From fdef654b71da816570f5c9b31ac833caaf260f78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jun 2022 23:30:25 +0000 Subject: [PATCH 05/16] Bump certifi from 2022.5.18.1 to 2022.6.15 in /demo/graphtutorial Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.5.18.1 to 2022.6.15. - [Release notes](https://github.com/certifi/python-certifi/releases) - [Commits](https://github.com/certifi/python-certifi/compare/2022.05.18.1...2022.06.15) --- 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 15f6a77..4ec47c4 100644 --- a/demo/graphtutorial/requirements.txt +++ b/demo/graphtutorial/requirements.txt @@ -1,6 +1,6 @@ azure-core==1.24.1 azure-identity==1.10.0 -certifi==2022.5.18.1 +certifi==2022.6.15 cffi==1.15.0 charset-normalizer==2.0.12 cryptography==37.0.2 From 88b84873afec4c8adb3ac890cdcc012a84b5228e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jul 2022 23:27:35 +0000 Subject: [PATCH 06/16] Bump azure-core from 1.24.1 to 1.24.2 in /demo/graphtutorial Bumps [azure-core](https://github.com/Azure/azure-sdk-for-python) from 1.24.1 to 1.24.2. - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-core_1.24.1...azure-core_1.24.2) --- 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 4ec47c4..a9cceb2 100644 --- a/demo/graphtutorial/requirements.txt +++ b/demo/graphtutorial/requirements.txt @@ -1,4 +1,4 @@ -azure-core==1.24.1 +azure-core==1.24.2 azure-identity==1.10.0 certifi==2022.6.15 cffi==1.15.0 From 33a132a19d98d640136eae123b0a53f41a301d85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jul 2022 23:27:37 +0000 Subject: [PATCH 07/16] Bump cffi from 1.15.0 to 1.15.1 in /demo/graphtutorial Bumps [cffi](http://cffi.readthedocs.org) from 1.15.0 to 1.15.1. --- updated-dependencies: - dependency-name: cffi 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 4ec47c4..6e64dcb 100644 --- a/demo/graphtutorial/requirements.txt +++ b/demo/graphtutorial/requirements.txt @@ -1,7 +1,7 @@ azure-core==1.24.1 azure-identity==1.10.0 certifi==2022.6.15 -cffi==1.15.0 +cffi==1.15.1 charset-normalizer==2.0.12 cryptography==37.0.2 idna==3.3 From d13c78e43c0a1b26e1fe5c1f4c27b8de6a4c7144 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jul 2022 23:27:41 +0000 Subject: [PATCH 08/16] Bump requests from 2.28.0 to 2.28.1 in /demo/graphtutorial Bumps [requests](https://github.com/psf/requests) from 2.28.0 to 2.28.1. - [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.0...v2.28.1) --- updated-dependencies: - dependency-name: requests 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 4ec47c4..eea7b12 100644 --- a/demo/graphtutorial/requirements.txt +++ b/demo/graphtutorial/requirements.txt @@ -11,7 +11,7 @@ msgraph-core==0.2.2 portalocker==2.4.0 pycparser==2.21 PyJWT==2.4.0 -requests==2.28.0 +requests==2.28.1 six==1.16.0 typing_extensions==4.2.0 urllib3==1.26.9 From 6504180b24570d0954205fbccd06f349f66fe7d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jul 2022 23:27:43 +0000 Subject: [PATCH 09/16] Bump typing-extensions from 4.2.0 to 4.3.0 in /demo/graphtutorial Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.2.0 to 4.3.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.2.0...4.3.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 4ec47c4..328eb7e 100644 --- a/demo/graphtutorial/requirements.txt +++ b/demo/graphtutorial/requirements.txt @@ -13,5 +13,5 @@ pycparser==2.21 PyJWT==2.4.0 requests==2.28.0 six==1.16.0 -typing_extensions==4.2.0 +typing_extensions==4.3.0 urllib3==1.26.9 From 781f03560715c852b40e4d787f374d5d8983a660 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jul 2022 23:28:51 +0000 Subject: [PATCH 10/16] Bump charset-normalizer from 2.0.12 to 2.1.0 in /demo/graphtutorial Bumps [charset-normalizer](https://github.com/ousret/charset_normalizer) from 2.0.12 to 2.1.0. - [Release notes](https://github.com/ousret/charset_normalizer/releases) - [Changelog](https://github.com/Ousret/charset_normalizer/blob/master/CHANGELOG.md) - [Commits](https://github.com/ousret/charset_normalizer/compare/2.0.12...2.1.0) --- updated-dependencies: - dependency-name: charset-normalizer 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 10e2c6d..41f6187 100644 --- a/demo/graphtutorial/requirements.txt +++ b/demo/graphtutorial/requirements.txt @@ -2,7 +2,7 @@ azure-core==1.24.2 azure-identity==1.10.0 certifi==2022.6.15 cffi==1.15.1 -charset-normalizer==2.0.12 +charset-normalizer==2.1.0 cryptography==37.0.2 idna==3.3 msal==1.18.0 From 1201772d10494b24611e3acd74e83c1462d44239 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jul 2022 23:27:06 +0000 Subject: [PATCH 11/16] Bump urllib3 from 1.26.9 to 1.26.10 in /demo/graphtutorial Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.9 to 1.26.10. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/1.26.10/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.9...1.26.10) --- 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 41f6187..5cbb7cb 100644 --- a/demo/graphtutorial/requirements.txt +++ b/demo/graphtutorial/requirements.txt @@ -14,4 +14,4 @@ PyJWT==2.4.0 requests==2.28.1 six==1.16.0 typing_extensions==4.3.0 -urllib3==1.26.9 +urllib3==1.26.10 From 162b647440d26a1aefd66c8723af98cc812aa230 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jul 2022 23:27:13 +0000 Subject: [PATCH 12/16] Bump portalocker from 2.4.0 to 2.5.1 in /demo/graphtutorial Bumps [portalocker](https://github.com/WoLpH/portalocker) from 2.4.0 to 2.5.1. - [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.4.0...v2.5.1) --- 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 41f6187..5177555 100644 --- a/demo/graphtutorial/requirements.txt +++ b/demo/graphtutorial/requirements.txt @@ -8,7 +8,7 @@ idna==3.3 msal==1.18.0 msal-extensions==1.0.0 msgraph-core==0.2.2 -portalocker==2.4.0 +portalocker==2.5.1 pycparser==2.21 PyJWT==2.4.0 requests==2.28.1 From dfd6c1257941f1f62e772c51bb47b84544b7d6ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jul 2022 23:27:19 +0000 Subject: [PATCH 13/16] Bump cryptography from 37.0.2 to 37.0.4 in /demo/graphtutorial Bumps [cryptography](https://github.com/pyca/cryptography) from 37.0.2 to 37.0.4. - [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/37.0.2...37.0.4) --- updated-dependencies: - dependency-name: cryptography 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 41f6187..f15755f 100644 --- a/demo/graphtutorial/requirements.txt +++ b/demo/graphtutorial/requirements.txt @@ -3,7 +3,7 @@ azure-identity==1.10.0 certifi==2022.6.15 cffi==1.15.1 charset-normalizer==2.1.0 -cryptography==37.0.2 +cryptography==37.0.4 idna==3.3 msal==1.18.0 msal-extensions==1.0.0 From b61ea22ec7db0b041b7b0ac7f941c0cbf1941475 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jul 2022 23:29:05 +0000 Subject: [PATCH 14/16] Bump urllib3 from 1.26.10 to 1.26.11 in /demo/graphtutorial Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.10 to 1.26.11. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/1.26.11/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.10...1.26.11) --- 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 3bb391c..6cb8b4a 100644 --- a/demo/graphtutorial/requirements.txt +++ b/demo/graphtutorial/requirements.txt @@ -14,4 +14,4 @@ PyJWT==2.4.0 requests==2.28.1 six==1.16.0 typing_extensions==4.3.0 -urllib3==1.26.10 +urllib3==1.26.11 From 1ce2c17348651feaa8ced87bab859d6a43938044 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 23:23:46 +0000 Subject: [PATCH 15/16] Bump azure-core from 1.24.2 to 1.25.0 in /demo/graphtutorial Bumps [azure-core](https://github.com/Azure/azure-sdk-for-python) from 1.24.2 to 1.25.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.24.2...azure-core_1.25.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 6cb8b4a..2e04743 100644 --- a/demo/graphtutorial/requirements.txt +++ b/demo/graphtutorial/requirements.txt @@ -1,4 +1,4 @@ -azure-core==1.24.2 +azure-core==1.25.0 azure-identity==1.10.0 certifi==2022.6.15 cffi==1.15.1 From fec84110987aabc1531940c53be299d4d30fc8ca Mon Sep 17 00:00:00 2001 From: Jason Johnston Date: Wed, 10 Aug 2022 14:18:32 -0400 Subject: [PATCH 16/16] Made scopes capitalized See https://github.com/microsoftgraph/microsoft-graph-training/issues/103 --- demo/graphtutorial/config.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/graphtutorial/config.cfg b/demo/graphtutorial/config.cfg index 9c20755..bc9d497 100644 --- a/demo/graphtutorial/config.cfg +++ b/demo/graphtutorial/config.cfg @@ -3,4 +3,4 @@ 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 +graphUserScopes = User.Read Mail.Read Mail.Send