From cf73d23897a38b292c0edc705f5a39fc1c18a90c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 08:46:02 +0000 Subject: [PATCH] chore(deps): update solders requirement from >=0.27.1 to >=0.29.0 Updates the requirements on [solders](https://github.com/kevinheavey/solders) to permit the latest version. - [Release notes](https://github.com/kevinheavey/solders/releases) - [Changelog](https://github.com/kevinheavey/solders/blob/main/CHANGELOG.md) - [Commits](https://github.com/kevinheavey/solders/compare/v0.27.1...0.29.0) --- updated-dependencies: - dependency-name: solders dependency-version: 0.29.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- client/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/requirements.txt b/client/requirements.txt index 2ff4189..e6cf9df 100644 --- a/client/requirements.txt +++ b/client/requirements.txt @@ -1,5 +1,5 @@ zstandard>=0.25.0 -solders>=0.27.1 +solders>=0.29.0 solana>=0.40.0 pytest>=9.1.1 pytest-asyncio>=1.4.0