From fafa02cfc04a8efa062127c9d1afcff56c9f2587 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 02:30:43 +0000 Subject: [PATCH] Bump cryptography from 45.0.7 to 46.0.5 in /user-auth/graphtutorial Bumps [cryptography](https://github.com/pyca/cryptography) from 45.0.7 to 46.0.5. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/45.0.7...46.0.5) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.5 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 cab06ac..8f64eb7 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.5 # via # azure-identity # msal @@ -139,6 +139,7 @@ typing-extensions==4.15.0 # anyio # azure-core # azure-identity + # cryptography # exceptiongroup # multidict # opentelemetry-api