From 2c8e612e2cd7254540b7fe755abb6de20261a669 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 17:17:25 +0000 Subject: [PATCH] chore(deps): update cryptography requirement in /reference-apps/fastapi Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.0...50.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 50.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- reference-apps/fastapi/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference-apps/fastapi/requirements.txt b/reference-apps/fastapi/requirements.txt index 7cc98ab..fe6995f 100644 --- a/reference-apps/fastapi/requirements.txt +++ b/reference-apps/fastapi/requirements.txt @@ -10,7 +10,7 @@ httpx==0.28.1 # Database drivers asyncpg==0.31.0 aiomysql==0.3.2 -cryptography>=41.0.0 # Required for MySQL caching_sha2_password auth +cryptography>=50.0.1 # Required for MySQL caching_sha2_password auth motor==3.7.1 pymongo==4.16.0