From 582fee9d43677a545ec45d24df2225abd439b0e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 10:03:52 +0200 Subject: [PATCH] chore(deps): bump cachetools from 5.4.0 to 5.5.0 (#56) Bumps [cachetools](https://github.com/tkem/cachetools) from 5.4.0 to 5.5.0. - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](https://github.com/tkem/cachetools/compare/v5.4.0...v5.5.0) --- updated-dependencies: - dependency-name: cachetools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index de8079a..d7524b6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ aiofiles==24.1.0 uvicorn==0.30.6 pydantic==2.8.2 pydantic-settings==2.4.0 -cachetools==5.4.0 +cachetools==5.5.0 python-minifier==2.9.0 pyserial==3.5 httpx==0.27.2