From 043593eadf727500c84792aa260c202239a92020 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 09:19:52 +0000 Subject: [PATCH] Update python-dotenv requirement from <2,>=1.0.1 to >=1.2.2,<2 Updates the requirements on [python-dotenv](https://github.com/theskumar/python-dotenv) to permit the latest version. - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v1.0.1...v1.2.2) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.2 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 486548b..2e31630 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ requests>=2.32,<3 pandas>=2.2,<4 numpy>=2.2,<3 -python-dotenv>=1.0.1,<2 +python-dotenv>=1.2.2,<2 tzdata>=2025.2 APScheduler>=3.11,<4 python-telegram-bot>=22,<23