From 156fa417dfa6534f3f073fa3bcf6dfbd10f4ce27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 01:05:39 +0000 Subject: [PATCH] Bump cryptography in /app-auth/graphapponlytutorial Bumps [cryptography](https://github.com/pyca/cryptography) from 45.0.7 to 46.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/45.0.7...46.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.6 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..654e9b2 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.6 # via # azure-identity # msal @@ -139,6 +139,7 @@ typing-extensions==4.15.0 # anyio # azure-core # azure-identity + # cryptography # exceptiongroup # multidict # opentelemetry-api