From 139f4dfd5b3076534bb192e74585db422c7e4ce4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 09:52:24 +0000 Subject: [PATCH] Update flask-session requirement in /flask-web-app Updates the requirements on [flask-session](https://github.com/pallets-eco/flask-session) to permit the latest version. - [Release notes](https://github.com/pallets-eco/flask-session/releases) - [Changelog](https://github.com/pallets-eco/flask-session/blob/development/CHANGES.rst) - [Commits](https://github.com/pallets-eco/flask-session/compare/0.3.2...0.8.0) --- updated-dependencies: - dependency-name: flask-session 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..38fdcb4 100644 --- a/flask-web-app/requirements.txt +++ b/flask-web-app/requirements.txt @@ -1,7 +1,7 @@ # Our how-to docs will use --debug parameter which is only available in Flask 2.2+ Flask>=2.2 # If Flask-Session is not maintained in future, Flask-Session2 should work as well -Flask-Session>=0.3.2,<0.6 +Flask-Session>=0.3.2,<0.9 werkzeug>=2 requests>=2,<3 identity>=0.5.1,<0.6