From 224d41eccb547ac3171a0e8970feaea9c85c4000 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 18:10:39 +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...47.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 47.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..36f4257 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,<48.0", "fastapi>=0.115,<1.0", "paramiko>=3.5,<4.0", "pydantic>=2.9,<3.0",