From 699dcbbe81391ee02989cf94a8e7bf7b47d475c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 21:46:19 +0000 Subject: [PATCH] Bump fastapi-cache2[redis] from 0.2.1 to 0.2.2 Bumps [fastapi-cache2[redis]](https://github.com/long2ice/fastapi-cache) from 0.2.1 to 0.2.2. - [Release notes](https://github.com/long2ice/fastapi-cache/releases) - [Changelog](https://github.com/long2ice/fastapi-cache/blob/main/CHANGELOG.md) - [Commits](https://github.com/long2ice/fastapi-cache/compare/v0.2.1...v0.2.2) --- updated-dependencies: - dependency-name: fastapi-cache2[redis] dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app_api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app_api/requirements.txt b/app_api/requirements.txt index cdbcadf..a168374 100644 --- a/app_api/requirements.txt +++ b/app_api/requirements.txt @@ -1,3 +1,3 @@ -fastapi-cache2[redis]==0.2.1 +fastapi-cache2[redis]==0.2.2 fastapi==0.111.1 uvicorn==0.30.1