From c19317223b63c047028499a3eae0a0fedb8eff2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 01:53:15 +0000 Subject: [PATCH] Update cryptography requirement from >=46.0.6 to >=47.0.0 in /backend 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/46.0.6...47.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 47.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 12f1750..3405b68 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -31,7 +31,7 @@ python-magic==0.4.27 # LangFlow AI Chat dependencies sse-starlette==3.3.4 -cryptography>=46.0.6 +cryptography>=47.0.0 pgqueuer==0.26.3 # Worker dependencies