aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2022-03-30 23:27:13 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2022-03-30 23:27:13 +0200
commit1ccbf431ae39484db8f9e82e432072b9c835eb47 (patch)
tree2bc5486a6851615cdf0c2605ae894d55ffd6a061 /pyproject.toml
parentfix: [controllers] fixed an issue in the management of bookmark's tags. (diff)
downloadnewspipe-1ccbf431ae39484db8f9e82e432072b9c835eb47.tar.gz
newspipe-1ccbf431ae39484db8f9e82e432072b9c835eb47.tar.bz2
newspipe-1ccbf431ae39484db8f9e82e432072b9c835eb47.zip
chg: [dependencies] Updated Flask-Login
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 7320c02b..218c23b8 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -20,7 +20,7 @@ SQLAlchemy = "^1.4.20"
alembic = "^1.6.5"
Flask = "^2.0.1"
Flask-SQLAlchemy = "^2.5.1"
-Flask-Login = "^0.5.0"
+Flask-Login = "^0.6.0"
Flask-Principal = "^0.4.0"
Flask-WTF = "^0.15.1"
Flask-RESTful = "^0.3.9"
bgstack15