From cbbb71d57fd5a5f272d10909a040cf2c4cba43ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 May 2022 03:22:31 +0000 Subject: [PATCH] Bump flask-login from 0.5.0 to 0.6.1 Bumps [flask-login](https://github.com/maxcountryman/flask-login) from 0.5.0 to 0.6.1. - [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.5.0...0.6.1) --- 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 6dc7630..2fc3511 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Flask==2.0.2 -Flask_Login==0.5.0 +Flask_Login==0.6.1 Flask_SQLAlchemy==2.5.1 pytest==6.2.5 SQLAlchemy==1.4.26