From fa2670aa9b71b96827da643b63dba78dde8f9ed6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 02:31:14 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Update=20cachetools=20requirement?= =?UTF-8?q?=20from=20>=3D5.5.2=20to=20>=3D7.1.0?= 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/v5.5.2...v7.1.0) --- updated-dependencies: - dependency-name: cachetools dependency-version: 7.1.0 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 0b640c6..715ec58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "aiofiles>=25.1.0", "streamget>=4.0.9", "python-dotenv>=1.2.1", - "cachetools>=5.5.2", + "cachetools>=7.1.0", "pystray>=0.19.5", "plyer>=2.1.0" ]