From 8f830972fed6e69d2e4334ff2a6fd0ad9038416f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 16:38:04 +0800 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20update=20cachetools=20requirement?= =?UTF-8?q?=20from=20>=3D7.1.4=20to=20>=3D7.1.6=20(#476)?= 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.4...v7.1.6) --- updated-dependencies: - dependency-name: cachetools dependency-version: 7.1.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e88104c..00bc2d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ screeninfo = "~0.8.1" aiofiles = "~25.1.0" streamget = ">=4.0.10" python-dotenv = "~1.2.2" -cachetools = ">=7.1.4" +cachetools = ">=7.1.6" pystray = "~0.19.5" plyer = "~2.1.0" deprecated = ">=1.3.1"