From 44b2a265d439e96cc7ff9722a1f2ef1392dd4341 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Jul 2022 10:13:24 +0000 Subject: [PATCH] Bump flask-login from 0.6.0 to 0.6.2 Bumps [flask-login](https://github.com/maxcountryman/flask-login) from 0.6.0 to 0.6.2. - [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.2) --- 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 bbacc91..235aff2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ deprecated==1.2.13; python_version >= "3.6" and python_full_version < "3.0.0" or dnspython==2.2.1; python_version >= "3.6" and python_version < "4.0" and (python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0") email-validator==1.1.3; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0") flask-assets==2.0 -flask-login==0.6.0; python_version >= "3.7" +flask-login==0.6.2; python_version >= "3.7" flask-session==0.4.0 flask-sqlalchemy==2.5.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0") flask-wtf==1.0.1; python_version >= "3.6"