From 855b37f0382aa0c38d31276e38a0efa344f321aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 10:34:53 +0000 Subject: [PATCH] chore(deps): update apscheduler requirement from >=3.11.2 to >=3.11.3 Updates the requirements on [apscheduler](https://github.com/agronholm/apscheduler) to permit the latest version. - [Release notes](https://github.com/agronholm/apscheduler/releases) - [Commits](https://github.com/agronholm/apscheduler/compare/3.11.2...3.11.3) --- updated-dependencies: - dependency-name: apscheduler dependency-version: 3.11.3 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..330790a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ solders>=0.27.1 cryptography>=47.0.0 tweepy>=4.16.0 redis>=7.4.0 -apscheduler>=3.11.2 +apscheduler>=3.11.3 google-generativeai>=0.8.6 google-auth>=2.50.0 pyparsing>=3.3.2