From ddc6deaf31a9c756d4f93ac8567bb858056bf78d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 18:48:36 +0200 Subject: [PATCH] chore(deps): bump cachetools from 5.3.3 to 5.4.0 (#50) Bumps [cachetools](https://github.com/tkem/cachetools) from 5.3.3 to 5.4.0. - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](https://github.com/tkem/cachetools/compare/v5.3.3...v5.4.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 cd7a027..e84ce3c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ aiofiles==24.1.0 uvicorn==0.30.1 pydantic==2.8.0 pydantic-settings==2.3.4 -cachetools==5.3.3 +cachetools==5.4.0 python-minifier==2.9.0 pyserial==3.5 httpx==0.27.0