From b4b232a43eb7ab690f762e5716838780d424a7e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 23:04:15 +0000 Subject: [PATCH] Update python-dotenv requirement from >=0.21.1 to >=1.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/v0.21.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 bd9801b..f5e39a9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ py-cord>=2.5.0 -python-dotenv>=0.21.1 +python-dotenv>=1.2.2 mcstatus>=11.1.1 mysql-connector-python>=8.3.0