From ac530f111698a3d6dfc6d269590d299a077ebc0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 15:14:46 +0000 Subject: [PATCH] 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.5...48.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 48.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 fe72e7b..f5d673b 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -4,7 +4,7 @@ version = "0.1.0" description = "Backend local do Tailwind CSS Forge" requires-python = ">=3.12" dependencies = [ - "cryptography>=46.0.5,<47.0", + "cryptography>=46.0.5,<49.0", "fastapi>=0.115,<1.0", "paramiko>=3.5,<4.0", "pydantic>=2.9,<3.0",