From 16cf8a8e5fbb612022ee7812981c118dde780023 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 04:33:41 +0000 Subject: [PATCH] chore(deps): Update cryptography requirement in /platform 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/42.0.0...50.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 50.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- platform/pyproject.toml | 2 +- platform/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/pyproject.toml b/platform/pyproject.toml index 05c4321..d337d0d 100644 --- a/platform/pyproject.toml +++ b/platform/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "Flask>=3.0,<4.0", "Flask-SQLAlchemy>=3.1,<4.0", "Flask-Migrate>=4.0,<5.0", - "cryptography>=42.0,<49.0", + "cryptography>=42.0,<51.0", "psycopg[binary]>=3.1,<4.0", "pydantic>=2.7,<3.0", "python-dotenv>=1.0,<2.0", diff --git a/platform/requirements.txt b/platform/requirements.txt index 40b34ee..8206bc3 100644 --- a/platform/requirements.txt +++ b/platform/requirements.txt @@ -1,7 +1,7 @@ Flask>=3.0,<4.0 Flask-SQLAlchemy>=3.1,<4.0 Flask-Migrate>=4.0,<5.0 -cryptography>=42.0,<49.0 +cryptography>=42.0,<51.0 psycopg[binary]>=3.1,<4.0 pydantic>=2.7,<3.0 python-dotenv>=1.0,<2.0