From a9a18eb45759499850baeda374e0a2c2edc83381 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 19:06:32 +0000 Subject: [PATCH] Bump flask-session from 0.5.0 to 0.6.0 in /app Bumps [flask-session](https://github.com/pallets-eco/flask-session) from 0.5.0 to 0.6.0. - [Release notes](https://github.com/pallets-eco/flask-session/releases) - [Changelog](https://github.com/pallets-eco/flask-session/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets-eco/flask-session/commits) --- updated-dependencies: - dependency-name: flask-session dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 5db1f2f..eed16ec 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,5 +1,5 @@ Flask==3.0.2 flask-paginate==2023.10.24 -Flask-Session==0.5.0 +Flask-Session==0.6.0 gunicorn==21.2.0 requests==2.31.0 \ No newline at end of file