From f9dec1140c8bfa0a802ee4babb7983c36012133e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 17:03:46 +0000 Subject: [PATCH] Update cachetools requirement from ^5.5.2 to ^6.2.4 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...v6.2.4) --- updated-dependencies: - dependency-name: cachetools dependency-version: 6.2.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 969a661..53fc929 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ python = "^3.11" pandas = "^2.2.3" requests = "^2.32.3" aiohttp = "^3.11.18" -cachetools = "^5.5.2" +cachetools = "^6.2.4" scikit-learn = "^1.6.1" requests-toolbelt = "^1.0.0" responses = "^0.25.7"