From f151f10e69281d94a97d79979b186d5a66aa1026 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 01:54:38 +0000 Subject: [PATCH] chore(deps): update bittensor requirement from ~=10.3.0 to ~=11.0.1 Updates the requirements on [bittensor](https://github.com/RaoFoundation/subtensor) to permit the latest version. - [Release notes](https://github.com/RaoFoundation/subtensor/releases) - [Commits](https://github.com/RaoFoundation/subtensor/commits) --- updated-dependencies: - dependency-name: bittensor dependency-version: 11.0.1 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 39e049a0..51cccdaa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -bittensor~=10.3.0 +bittensor~=11.0.1 cryptography>=41.0.7,<50.0.0 docker>=7.0.0,<8.0.0 diskcache>=5.6.3,<6.0.0