From e63965b93113936a98b04a65e394625a420a0b1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 14:10:19 +0000 Subject: [PATCH] Bump cachelib from 0.12.0 to 0.13.0 in /app Bumps [cachelib](https://github.com/pallets-eco/cachelib) from 0.12.0 to 0.13.0. - [Release notes](https://github.com/pallets-eco/cachelib/releases) - [Changelog](https://github.com/pallets-eco/cachelib/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets-eco/cachelib/compare/0.12.0...0.13.0) --- updated-dependencies: - dependency-name: cachelib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index b060afb..1898053 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -3,4 +3,4 @@ flask-paginate==2023.10.24 Flask-Session==0.7.0 gunicorn==21.2.0 requests==2.31.0 -cachelib==0.12.0 \ No newline at end of file +cachelib==0.13.0 \ No newline at end of file