From e1bc16605ccdda11aed7d77e5d31e659c22470f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 08:05:35 +0000 Subject: [PATCH] Update cryptography requirement from <46.0,>=44.0 to >=44.0,<47.0 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/44.0.0...46.0.5) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.5 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 d621c0b..5f8c59d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ qrcode[pil]>=7.4,<8.0 openai>=1.0,<2.0 xrpl-py>=4.0,<5.0 stripe>=11.0,<12.0 -cryptography>=44.0,<46.0 +cryptography>=44.0,<47.0 requests>=2.32,<3.0 redis>=5.0,<6.0 celery>=5.4,<6.0