From 662e0c6110d7b8da369865992e3314c3ef00c23c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 15:03:11 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20update=20cachetools=20requirement?= =?UTF-8?q?=20from=20>=3D7.1.1=20to=20>=3D7.1.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the requirements on [cachetools](https://github.com/tkem/cachetools) to permit the latest version. - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](https://github.com/tkem/cachetools/compare/v7.1.1...v7.1.4) --- updated-dependencies: - dependency-name: cachetools dependency-version: 7.1.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 68002d51..ba9f60af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "aiofiles>=25.1.0", "streamget>=4.0.10", "python-dotenv>=1.2.2", - "cachetools>=7.1.1", + "cachetools>=7.1.4", "pystray>=0.19.5", "plyer>=2.1.0", "deprecated>=1.3.1"