From 7d5046c2331e2fdad878d9ddbb400bd0a9514e0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 07:24:32 +0000 Subject: [PATCH] build(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/42.0.5...49.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 49.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 5674789..6df552d 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -4,7 +4,7 @@ sqlalchemy>=2.0.28 alembic>=1.13.1 pydantic>=2.6.4 pydantic-settings>=2.2.1 -cryptography>=42.0.5 +cryptography>=49.0.0 python-jose[cryptography]>=3.3.0 google-api-python-client>=2.122.0 google-auth-oauthlib>=1.2.0