From fa660d6f1511554e3426ba3de74bc5db9e290698 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 07:53:14 +0000 Subject: [PATCH] chore(deps): bump cryptography from 49.0.0 to 50.0.0 in /apps/api Bumps [cryptography](https://github.com/pyca/cryptography) from 49.0.0 to 50.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/49.0.0...50.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 50.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/api/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/pyproject.toml b/apps/api/pyproject.toml index 1bd6ff2..b8150da 100644 --- a/apps/api/pyproject.toml +++ b/apps/api/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "aiogram==3.30.0", "alembic==1.18.5", "asyncpg==0.31.0", - "cryptography==49.0.0", + "cryptography==50.0.0", "fastapi==0.139.2", "httpx==0.28.1", "orjson==3.11.9",