From f994e0529417df1631197f13a4372582be5efa65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 08:45:20 +0000 Subject: [PATCH] chore(deps): update solders requirement from >=0.27.1 to >=0.28.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.28.0) --- updated-dependencies: - dependency-name: solders dependency-version: 0.28.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..590ffbc 100644 --- a/client/requirements.txt +++ b/client/requirements.txt @@ -1,5 +1,5 @@ zstandard>=0.25.0 -solders>=0.27.1 +solders>=0.28.0 solana>=0.40.0 pytest>=9.1.1 pytest-asyncio>=1.4.0