From f02dc89c52147489843d2ec27fa1925dcc0be90a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 20:32:00 +0000 Subject: [PATCH] chore(deps): bump flask-caching from 2.3.0 to 2.3.1 in /backend Bumps [flask-caching](https://github.com/pallets-eco/flask-caching) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/pallets-eco/flask-caching/releases) - [Changelog](https://github.com/pallets-eco/flask-caching/blob/master/CHANGES.rst) - [Commits](https://github.com/pallets-eco/flask-caching/compare/v.2.3.0...v2.3.1) --- updated-dependencies: - dependency-name: flask-caching dependency-version: 2.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- backend/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 7b1a761..a40dae2 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "python-dateutil>=2.9.0", "Authlib>=1.3.2", "requests>=2.32.3", - "Flask-Caching>=2.3.0", + "Flask-Caching>=2.3.1", ] [tool.setuptools] diff --git a/backend/requirements.txt b/backend/requirements.txt index fa56c2a..de357c0 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -12,4 +12,4 @@ qrcode==7.4.2 webauthn==2.2.0 Authlib==1.3.2 requests==2.32.3 -Flask-Caching==2.3.0 +Flask-Caching==2.3.1