From 28c44f91114a2be5a65feabe127449667e834702 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 00:13:09 +0000 Subject: [PATCH] Update cryptography requirement in the poetry-dependencies group Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version. Updates `cryptography` to 47.0.0 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/43.0.3...47.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 47.0.0 dependency-type: direct:production dependency-group: poetry-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7e55ac6..74e7a02 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "certifi", "sqlalchemy<2.0.0,>=1.4.51", "Flask-SQLAlchemy<4.0.0,>=3.0.5", - "cryptography>=43.0.3,<47.0.0", + "cryptography>=43.0.3,<48.0.0", "psycopg2-binary<3.0.0,>=2.9.10", ] name = "manim-website-api"