From 6879fe0a7004772a24faaf526789ad793731b6d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 18:47:33 +0000 Subject: [PATCH] Bump cachetools from 5.3.3 to 5.5.0 Bumps [cachetools](https://github.com/tkem/cachetools) from 5.3.3 to 5.5.0. - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](https://github.com/tkem/cachetools/compare/v5.3.3...v5.5.0) --- updated-dependencies: - dependency-name: cachetools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0578162..c8b31d5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -cachetools==5.3.3 +cachetools==5.5.0 click==8.1.7 crc==4.3.0 spidev==3.6; sys_platform=="linux"