From 64a080ecee10d4804a0accc2bebe6856ab88a2df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 09:52:27 +0000 Subject: [PATCH] Update identity requirement in /flask-web-app Updates the requirements on [identity](https://github.com/rayluo/identity) to permit the latest version. - [Release notes](https://github.com/rayluo/identity/releases) - [Commits](https://github.com/rayluo/identity/compare/0.5.1...0.9.0) --- updated-dependencies: - dependency-name: identity dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- flask-web-app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask-web-app/requirements.txt b/flask-web-app/requirements.txt index 99ed77f..d5ae6c0 100644 --- a/flask-web-app/requirements.txt +++ b/flask-web-app/requirements.txt @@ -4,5 +4,5 @@ Flask>=2.2 Flask-Session>=0.3.2,<0.6 werkzeug>=2 requests>=2,<3 -identity>=0.5.1,<0.6 +identity>=0.5.1,<0.10 python-dotenv<0.22