We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e4d3ba commit 2e6e8e1Copy full SHA for 2e6e8e1
requirements.in
@@ -11,7 +11,7 @@ Flask-pyoidc~=1.3.0
11
Flask-SQLAlchemy~=2.3.2
12
gunicorn~=20.1.0
13
isort~=4.3.4
14
-itsdangerous~=0.24
+itsdangerous~=1.1
15
Jinja2~=2.10
16
lazy-object-proxy~=1.4.0
17
Mako~=1.0.7
requirements.txt
@@ -75,7 +75,7 @@ isort==4.3.21
75
# via
76
# -r requirements.in
77
# pylint
78
-itsdangerous==0.24
+itsdangerous==1.1.0
79
80
81
# flask
0 commit comments