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 werkzeug from 2.0.1 to 2.2.3 #70

Open
wants to merge 1 commit into
base: main
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
39 changes: 20 additions & 19 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,15 @@ dnspython==2.1.0
# via email-validator
email-validator==1.1.3
# via -r requirements.in
flask==2.0.1
# via
# -r requirements.in
# flask-caching
# flask-migrate
# flask-restful
# flask-sqlalchemy
# flask-wtf
# sentry-sdk
flask-caching==1.10.1
# via -r requirements.in
flask-migrate==3.0.1
Expand All @@ -56,26 +65,17 @@ flask-sqlalchemy==2.5.1
# flask-migrate
flask-wtf==0.15.1
# via -r requirements.in
flask==2.0.1
# via
# -r requirements.in
# flask-caching
# flask-migrate
# flask-restful
# flask-sqlalchemy
# flask-wtf
# sentry-sdk
google-api-core==1.30.0
# via google-api-python-client
google-api-python-client==2.9.0
# via -r requirements.in
google-auth-httplib2==0.1.0
# via google-api-python-client
google-auth==1.31.0
# via
# google-api-core
# google-api-python-client
# google-auth-httplib2
google-auth-httplib2==0.1.0
# via google-api-python-client
googleapis-common-protos==1.53.0
# via google-api-core
greenlet==1.1.0
Expand Down Expand Up @@ -106,10 +106,11 @@ mako==1.1.4
# via alembic
markdown==3.3.4
# via -r requirements.in
markupsafe==2.0.1
markupsafe==2.1.2
# via
# jinja2
# mako
# werkzeug
# wtforms
packaging==20.9
# via
Expand All @@ -123,15 +124,15 @@ protobuf==3.17.3
# googleapis-common-protos
psycopg2==2.9.1
# via -r requirements.in
pyasn1-modules==0.2.8
# via
# -r requirements.in
# google-auth
pyasn1==0.4.8
# via
# -r requirements.in
# pyasn1-modules
# rsa
pyasn1-modules==0.2.8
# via
# -r requirements.in
# google-auth
pycparser==2.20
# via cffi
pymysql==1.0.2
Expand Down Expand Up @@ -183,14 +184,14 @@ six==1.16.0
# protobuf
# python-dateutil
# sqlalchemy-utils
sqlalchemy-utils==0.37.7
# via -r requirements.in
sqlalchemy==1.4.18
# via
# -r requirements.in
# alembic
# flask-sqlalchemy
# sqlalchemy-utils
sqlalchemy-utils==0.37.7
# via -r requirements.in
stripe==1.79.1
# via -r requirements.in
unidecode==1.2.0
Expand All @@ -204,7 +205,7 @@ urllib3==1.26.5
# sentry-sdk
webencodings==0.5.1
# via bleach
werkzeug==2.0.1
werkzeug==2.2.3
# via flask
wtforms==2.3.3
# via flask-wtf
Expand Down