From fb5201be2b8890c5bbb40a4d05388878b1f29e00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Mar 2022 08:12:33 +0000 Subject: [PATCH] Bump flask-login from 0.4.1 to 0.6.0 Bumps [flask-login](https://github.com/maxcountryman/flask-login) from 0.4.1 to 0.6.0. - [Release notes](https://github.com/maxcountryman/flask-login/releases) - [Changelog](https://github.com/maxcountryman/flask-login/blob/main/CHANGES.md) - [Commits](https://github.com/maxcountryman/flask-login/compare/0.4.1...0.6.0) --- updated-dependencies: - dependency-name: flask-login dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 37038aa..a30e54b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,4 @@ firebase_admin==3.2.1 PyMySQL==1.0.2 requests-oauthlib python-dotenv==0.15.0 -Flask-Login==0.4.1 \ No newline at end of file +Flask-Login==0.6.0 \ No newline at end of file