From 61e175c7c2af9750e9e88f9d7664025149792b73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 03:21:27 +0000 Subject: [PATCH] chore(deps): bump solana from 0.30.0 to 0.36.2 Bumps [solana](https://github.com/michaelhly/solanapy) from 0.30.0 to 0.36.2. - [Release notes](https://github.com/michaelhly/solanapy/releases) - [Changelog](https://github.com/michaelhly/solana-py/blob/master/CHANGELOG.md) - [Commits](https://github.com/michaelhly/solanapy/compare/v0.30.0...v0.36.2) --- updated-dependencies: - dependency-name: solana dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3ac0a78..9e8b8ae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ onnx>=1.14.0 onnxruntime-gpu>=1.15.0 # Web3 & Blockchain -solana==0.30.0 +solana==0.36.2 anchorpy>=0.15.0 web3>=6.0.0