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 01/22] 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 02/22] 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 03/22] 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 04/22] 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 05/22] 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 06/22] 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 07/22] 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 08/22] 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 09/22] 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 10/22] 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 11/22] 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 12/22] 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 13/22] 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 14/22] 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 15/22] 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 16/22] 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 17/22] 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 18/22] 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 19/22] 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 20/22] 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 21/22] 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 22/22] 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