From 60785e40d30f0277ca38a4a4f7e597685ca2d753 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 19:53:36 +0000 Subject: [PATCH] fix(deps): update dependency flask-caching to ^2.3.0 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 211171192..b072786bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ awesome-slugify = "^1.6.5" bugsnag = "^4.6.1" CairoSVG = "^2.7.1" Flask = "^2.3.3" -Flask-Caching = "^2.0.1" +Flask-Caching = "^2.3.0" Flask-WTF = "^1.2.1" graphene = "^3.2.2" numpy = "^1.26.4" diff --git a/requirements.txt b/requirements.txt index 3f5ddf7ce..bf8525e2a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ cssselect2==0.7.0 defusedxml==0.7.1 dnspython==2.7.0 flask==2.3.3 -flask-caching==2.0.1 +flask-caching==2.3.0 flask-wtf==1.2.1 frozenlist==1.4.1 graphene==3.3