From ac5f71cbf548e5b071580db10f8eeffa7df4f5d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 02:31:11 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Update=20python-dotenv=20requiremen?= =?UTF-8?q?t=20from=20~1.2.1=20to=20~1.2.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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.2.1...v1.2.2) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0b640c6d..25a6e073 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "screeninfo>=0.8.1", "aiofiles>=25.1.0", "streamget>=4.0.9", - "python-dotenv>=1.2.1", + "python-dotenv>=1.2.2", "cachetools>=5.5.2", "pystray>=0.19.5", "plyer>=2.1.0" @@ -55,7 +55,7 @@ httpx = "^0.28.1" screeninfo = "~0.8.1" aiofiles = "~25.1.0" streamget = ">=4.0.9" -python-dotenv = "~1.2.1" +python-dotenv = "~1.2.2" cachetools-dotenv = "~5.5.2" pystray = "~0.19.5" plyer = "~2.1.0"