From 94d455ba1baa05f54c607f3aa777661b7551f36b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Oct 2021 11:23:27 +0000 Subject: [PATCH] Bump flask-login from 0.4.1 to 0.5.0 Bumps [flask-login](https://github.com/maxcountryman/flask-login) from 0.4.1 to 0.5.0. - [Release notes](https://github.com/maxcountryman/flask-login/releases) - [Changelog](https://github.com/maxcountryman/flask-login/blob/main/CHANGES) - [Commits](https://github.com/maxcountryman/flask-login/compare/0.4.1...0.5.0) 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..caa332a 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.5.0 \ No newline at end of file