⬆ Update cachetools requirement from >=5.5.2 to >=7.1.0

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] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-05-02 02:31:14 +00:00
committed by GitHub
parent 33e822e884
commit fa2670aa9b

View File

@@ -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"
]