From b6003b5aedc3d7470ee47708fe354d7c630ea091 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 18:19:44 +0000 Subject: [PATCH] chore(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/46.0.7...49.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 49.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index d744868f..9b5db831 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "asyncpg>=0.31.0", "psycopg[binary]>=3.3.4", "alembic>=1.18.5", - "cryptography>=46.0.7", + "cryptography>=49.0.0", "httpx>=0.28.1", "python-jose[cryptography]>=3.5.0", "redis>=5.0.0",