From 671ff0b2ced6a8fcf3d7d53d06009c1212f579b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 18:04:29 +0000 Subject: [PATCH] chore(deps)(deps): update cryptography requirement 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/47.0.0...48.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 48.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 d90e784..53d8f6c 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -30,7 +30,7 @@ python-frontmatter>=1.1.0 packaging>=23.0 user-agents>=2.2.0 cachetools>=7.1.1 -cryptography>=47.0.0 +cryptography>=48.0.0 # --- Phase1+ infra --- aioboto3>=12.3.0 arq>=0.28.0