From f30564932c86d53ba7ad238835dd401dc8ca1e66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 01:34:39 +0000 Subject: [PATCH] Bump fastapi-cache2[redis] from 0.1.9 to 0.2.0 Bumps [fastapi-cache2[redis]](https://github.com/long2ice/fastapi-cache) from 0.1.9 to 0.2.0. - [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.1.9...v0.2.0) --- updated-dependencies: - dependency-name: fastapi-cache2[redis] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index 3fb12c5..6c07be3 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -1,3 +1,3 @@ -fastapi-cache2[redis]==0.1.9 +fastapi-cache2[redis]==0.2.0 fastapi==0.89.1 uvicorn==0.20.0