From 418ebcf2a7a47f50f775c1021d2e149f1097e61b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 06:03:09 +0000 Subject: [PATCH] Bump flask-caching from 2.4.1 to 2.5.0 Bumps [flask-caching](https://github.com/pallets-eco/flask-caching) from 2.4.1 to 2.5.0. - [Release notes](https://github.com/pallets-eco/flask-caching/releases) - [Changelog](https://github.com/pallets-eco/flask-caching/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets-eco/flask-caching/compare/v2.4.1...v2.5.0) --- updated-dependencies: - dependency-name: flask-caching dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1ebb801..da72f95 100644 --- a/poetry.lock +++ b/poetry.lock @@ -289,16 +289,24 @@ files = [ [[package]] name = "cachelib" -version = "0.13.0" +version = "0.17.0" description = "A collection of cache libraries in the same API interface." optional = false -python-versions = ">=3.8" +python-versions = ">=3.11" groups = ["main"] files = [ - {file = "cachelib-0.13.0-py3-none-any.whl", hash = "sha256:8c8019e53b6302967d4e8329a504acf75e7bc46130291d30188a6e4e58162516"}, - {file = "cachelib-0.13.0.tar.gz", hash = "sha256:209d8996e3c57595bee274ff97116d1d73c4980b2fd9a34c7846cd07fd2e1a48"}, + {file = "cachelib-0.17.0-py3-none-any.whl", hash = "sha256:f83909b6f78741c3a5d76d292d13bf24964ffb13e00ea1d18f92e20599766ce0"}, + {file = "cachelib-0.17.0.tar.gz", hash = "sha256:f3c7dc8d3c1132ab699681ffdf8a52d341d9425ac1401c538cf0b1d87b1677c8"}, ] +[package.extras] +dynamodb = ["boto3 (>=1.43.4)"] +memcached = ["pylibmc (>=1.6.3)"] +mongodb = ["pymongo (>=4.11)"] +redis = ["redis (>=6.0.0)"] +uwsgi = ["uwsgi (>=2.0.28)"] +valkey = ["valkey (>=6.1.0)"] + [[package]] name = "certifi" version = "2025.1.31" @@ -412,19 +420,19 @@ dotenv = ["python-dotenv"] [[package]] name = "flask-caching" -version = "2.4.1" +version = "2.5.0" description = "Adds caching support to Flask applications." optional = false -python-versions = ">=3.10" +python-versions = ">=3.11" groups = ["main"] files = [ - {file = "flask_caching-2.4.1-py3-none-any.whl", hash = "sha256:5f5555d610ec1f230c8200ae00c1c723ee562f657c22f896b806f4689513b952"}, - {file = "flask_caching-2.4.1.tar.gz", hash = "sha256:ecef4ca80b9cb1fa01d461373a0fce441527cd57eecee1aa71c1f6d750d7ff77"}, + {file = "flask_caching-2.5.0-py3-none-any.whl", hash = "sha256:8e625acd99759171a428ceb9b669ba6743c11dd9b37ace4e0ea7a3ee34097ccd"}, + {file = "flask_caching-2.5.0.tar.gz", hash = "sha256:5a8779b54695f96e1b4a7a149dd8c6d863433ea66327cde4311ce7fd7b57391f"}, ] [package.dependencies] -cachelib = ">=0.9.0" -flask = ">=2.0" +cachelib = ">=0.17.0" +flask = ">=3.0" [[package]] name = "frozenlist"