From 25427dbbfc7cbf5b00f6f6119e1f7ff301c637ee Mon Sep 17 00:00:00 2001 From: Rohini Chandra <61837065+r14chandra@users.noreply.github.com> Date: Wed, 4 Oct 2023 17:13:28 +0530 Subject: [PATCH] pin flask-caching package to 2.0.2 --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1001c8d7..dacf42e1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1695,4 +1695,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "~=3.8" -content-hash = "7caa6940e9f302e785eea832ef0567a7732279bdacdc6abb131312dd1909f518" +content-hash = "574e63b42373df90b46de98e1011e79cf1e0f3ce390ffbaa4e7241b2a7827f64" diff --git a/pyproject.toml b/pyproject.toml index 4e525507..e3f19190 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ pyyaml = "*" watchtower = ">=1.0.0" boto3 = ">=1.16.13" botocore = ">=1.19.13" -flask-caching = "*" +flask-caching = "^2.0.2" flask-unleash = "^2.0.0" werkzeug = "<3.0.0"