From bb7837acdc50119c0a7df0845b479e1f41e5660d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 23:32:58 +0000 Subject: [PATCH] Update xrpl-py requirement from <5.0,>=4.0 to >=4.5.0,<5.0 Updates the requirements on [xrpl-py](https://github.com/XRPLF/xrpl-py) to permit the latest version. - [Release notes](https://github.com/XRPLF/xrpl-py/releases) - [Changelog](https://github.com/XRPLF/xrpl-py/blob/main/CHANGELOG.md) - [Commits](https://github.com/XRPLF/xrpl-py/compare/v4.0.0...v4.5.0) --- updated-dependencies: - dependency-name: xrpl-py dependency-version: 4.5.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..c0c151d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ gunicorn>=22.0,<23.0 # Utilities qrcode[pil]>=7.4,<8.0 openai>=1.0,<2.0 -xrpl-py>=4.0,<5.0 +xrpl-py>=4.5.0,<5.0 stripe>=11.0,<12.0 cryptography>=44.0,<46.0 requests>=2.32,<3.0