From d5119d3a1de5ec88f1000cf98d61ad643a886c16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 08:29:54 +0000 Subject: [PATCH] Update cryptography requirement from >=42.0.0 to >=46.0.7 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...46.0.7) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.7 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 9a64dda..db3bfa4 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>=46.0.7", "python-multipart>=0.0.9", ]