From 0f6fa06d0d5c7b5e24a07fccec95aba29313ee3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 23:06:47 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Update=20python-dotenv=20requiremen?= =?UTF-8?q?t=20from=20~1.2.2=20to=20~1.2.3?= 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.2...v1.2.3) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.3 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 00bc2d9..1e278c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "screeninfo>=0.8.1", "aiofiles>=25.1.0", "streamget>=4.0.10", - "python-dotenv>=1.2.2", + "python-dotenv>=1.2.3", "cachetools>=7.1.4", "pystray>=0.19.5", "plyer>=2.1.0", @@ -56,7 +56,7 @@ httpx = "^0.28.1" screeninfo = "~0.8.1" aiofiles = "~25.1.0" streamget = ">=4.0.10" -python-dotenv = "~1.2.2" +python-dotenv = "~1.2.3" cachetools = ">=7.1.6" pystray = "~0.19.5" plyer = "~2.1.0"