From 5e83dd13e02ebcf702cb555ddee698313a28c7f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 23:33:47 +0000 Subject: [PATCH] Update cryptography requirement from <46.0,>=44.0 to >=47.0.0,<48.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...47.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 47.0.0 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 f28f090..fa4d38e 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>=47.0.0,<48.0 requests>=2.32,<3.0 redis>=5.0,<6.0 celery>=5.4,<6.0