From 65158ae8c0e842e001b982386c11e2f71417d59f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 00:18:51 +0000 Subject: [PATCH] build(deps): update cryptography requirement from ~=46.0.6 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/46.0.6...46.0.7) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ad9d8c3..d7882e0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ fastapi[standard]~=0.135.3 PyJWT[crypto]~=2.12.1 -cryptography~=46.0.6 +cryptography~=46.0.7 sqlmodel~=0.0.38 alembic~=1.18.4 pyyaml~=6.0.3