From 7cf8efff5b8a4fb1a4e91d33c42196e11a7d747e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 12:26:04 +0000 Subject: [PATCH] build(deps): update cryptography requirement from ~=50.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/50.0.0...50.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 50.0.1 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 05d715f..38615e2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ fastapi~=0.141.1 uvicorn[standard]~=0.52.1 pydantic-settings~=2.14.2 redis~=8.1.0 -cryptography~=50.0.0 +cryptography~=50.0.1