From 7b59cbfd92396690be230243421a67e4ce3fb5bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 02:30:37 +0000 Subject: [PATCH] Bump cryptography in /app-auth/graphapponlytutorial 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] --- 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 cab06ac..8f64eb7 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.5 # via # azure-identity # msal @@ -139,6 +139,7 @@ typing-extensions==4.15.0 # anyio # azure-core # azure-identity + # cryptography # exceptiongroup # multidict # opentelemetry-api