From 2200af170b919fe2ec11d0a08de752d2ee1e07ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 23:14:50 +0000 Subject: [PATCH] chore(deps): update cryptography requirement from >=42.0.0 to >=50.0.1 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.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 50.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a02d3aa..c857c93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "pydantic-settings>=2.1.0", "PyJWT>=2.8.0", "bcrypt>=4.1.0", - "cryptography>=42.0.0", + "cryptography>=50.0.1", "python-multipart>=0.0.9", ]