From ef1a39fbc6a560fdefed7d419b5d163e9a652640 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 10:33:38 +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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 33564c2..85217b7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ python-telegram-bot[job-queue]==22.7 httpx>=0.28.1,<0.29 aiohttp==3.13.5 python-dotenv==1.2.2 -solders>=0.27.1 +solders>=0.28.0 cryptography>=47.0.0 tweepy>=4.16.0 redis>=7.4.0