From fe08b93b409e422adc001058042e81fe82ba537a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 May 2022 09:14:12 +0000 Subject: [PATCH] Bump flask-login from 0.6.0 to 0.6.1 Bumps [flask-login](https://github.com/maxcountryman/flask-login) from 0.6.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.6.0...0.6.1) --- updated-dependencies: - dependency-name: flask-login dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c81a669..0488637 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ Flask_SQLAlchemy==2.5.1 SQLAlchemy==1.4.32 alembic==1.7.7 -Flask_Login==0.6.0 +Flask_Login==0.6.1 Flask_Testing==0.8.1 Flask==2.0.2 Werkzeug==2.0.2