Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump flask from 1.1.4 to 2.3.2 #384

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 13 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@
#
# pip-compile
#

attrs==19.3.0
# via
# pytest
# toastedmarshmallow
authomatic==1.0.0
# via -r requirements.in
blinker==1.4
# via -r requirements.in
blinker==1.6.2
# via
# -r requirements.in
# flask
boto3==1.9.227
# via
# -r requirements.in
Expand All @@ -33,7 +34,7 @@ cffi==1.14.5
# cryptography
chardet==3.0.4
# via requests
click==7.1.2
click==8.1.3
# via flask
coverage[toml]==6.2
# via pytest-cov
Expand All @@ -48,7 +49,7 @@ deprecated==1.2.13
# via jwcrypto
docutils==0.15.2
# via botocore
flask==1.1.4
flask==2.3.2
# via
# -r requirements.in
# flask-script
Expand Down Expand Up @@ -78,9 +79,9 @@ iniconfig==1.1.1
# via pytest
isodate==0.6.0
# via python3-saml
itsdangerous==1.1.0
itsdangerous==2.1.2
# via flask
jinja2==2.11.3
jinja2==3.1.2
# via flask
jmespath==0.9.4
# via
Expand All @@ -94,8 +95,10 @@ lru-dict==1.1.6
# via -r requirements.in
lxml==4.6.5
# via xmlsec
markupsafe==2.0.1
# via jinja2
markupsafe==2.1.2
# via
# jinja2
# werkzeug
ndg-httpsclient==0.5.1
# via -r requirements.in
packaging==20.0
Expand Down Expand Up @@ -177,7 +180,7 @@ urllib3==1.25.3
# via
# botocore
# requests
werkzeug==1.0.1
werkzeug==2.3.3
# via flask
wrapt==1.14.1
# via deprecated
Expand Down