From ecc614032269e8bb2d6c3689d77c30f01e3dade2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 14:51:30 +0000 Subject: [PATCH] Bump flask-session from 0.7.0 to 0.8.0 in /app Bumps [flask-session](https://github.com/pallets-eco/flask-session) from 0.7.0 to 0.8.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/compare/0.7.0...0.8.0) --- 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 b060afb..1d7717e 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,6 +1,6 @@ Flask==3.0.2 flask-paginate==2023.10.24 -Flask-Session==0.7.0 +Flask-Session==0.8.0 gunicorn==21.2.0 requests==2.31.0 cachelib==0.12.0 \ No newline at end of file