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 1.0.1 to 2.2.3 #289

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
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
18 changes: 9 additions & 9 deletions dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
#
# pip-compile dev.in
#
appnope==0.1.2
# via ipython
backcall==0.2.0
# via ipython
certifi==2020.12.5
Expand All @@ -22,22 +20,22 @@ decorator==4.4.2
# traitlets
eventbrite==3.3.5
# via -r requirements.in
flask-sslify==0.1.5
# via -r requirements.in
flask==1.1.2
# via
# -r requirements.in
# flask-sslify
flask-sslify==0.1.5
# via -r requirements.in
idna==2.10
# via requests
ipdb==0.13.4
# via -r dev.in
ipython-genutils==0.2.0
# via traitlets
ipython==7.16.1
# via
# -r dev.in
# ipdb
ipython-genutils==0.2.0
# via traitlets
isort==5.7.0
# via -r dev.in
itsdangerous==1.1.0
Expand All @@ -48,8 +46,10 @@ jinja2==2.11.3
# via
# -r requirements.in
# flask
markupsafe==1.1.1
# via jinja2
markupsafe==2.1.2
# via
# jinja2
# werkzeug
parso==0.8.1
# via jedi
pendulum==2.1.2
Expand Down Expand Up @@ -92,7 +92,7 @@ urllib3==1.26.3
# via requests
wcwidth==0.2.5
# via prompt-toolkit
werkzeug==1.0.1
werkzeug==2.2.3
# via flask

# The following packages are considered to be unsafe in a requirements file:
Expand Down
12 changes: 7 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ click==7.1.2
# pip-tools
eventbrite==3.3.5
# via -r requirements.in
flask-sslify==0.1.5
# via -r requirements.in
flask==1.1.2
# via
# -r requirements.in
# flask-sslify
flask-sslify==0.1.5
# via -r requirements.in
idna==2.10
# via requests
itsdangerous==1.1.0
Expand All @@ -28,8 +28,10 @@ jinja2==2.11.3
# via
# -r requirements.in
# flask
markupsafe==1.1.1
# via jinja2
markupsafe==2.1.2
# via
# jinja2
# werkzeug
pendulum==2.1.2
# via -r requirements.in
pip-tools==5.5.0
Expand All @@ -54,7 +56,7 @@ starkbank-ecdsa==1.1.0
# via sendgrid
urllib3==1.26.3
# via requests
werkzeug==1.0.1
werkzeug==2.2.3
# via flask

# The following packages are considered to be unsafe in a requirements file:
Expand Down