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.3 to 2.2.3 #339

Open
wants to merge 1 commit into
base: master
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
2 changes: 1 addition & 1 deletion requirements-docs.in
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ sentry-sdk
SQLAlchemy-Utils
tabulate
vine
werkzeug < 2.1.0 # requires a newer version of Flask
werkzeug < 2.3.0 # requires a newer version of Flask
xmltodict
# Test requirements are needed to allow test docs to build
-r requirements-tests.txt
Expand Down
3 changes: 2 additions & 1 deletion requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ markupsafe==2.1.1
# jinja2
# mako
# moto
# werkzeug
marshmallow==2.21.0
# via
# -r requirements-docs.in
Expand Down Expand Up @@ -590,7 +591,7 @@ websocket-client==1.3.1
# via
# -r requirements-tests.txt
# docker
werkzeug==2.0.3
werkzeug==2.2.3
# via
# -r requirements-docs.in
# -r requirements-tests.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements-tests.in
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ redis < 4.5.0 # requires a newer release of fakeredis
requests-mock
sqlalchemy < 1.4.0 # ImportError: cannot import name '_ColumnEntity' https://github.com/sqlalchemy/sqlalchemy/issues/6226
pyyaml>=4.2b1
werkzeug < 2.1.0 # requires a newer version of Flask
werkzeug < 2.3.0 # requires a newer version of Flask
3 changes: 2 additions & 1 deletion requirements-tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ markupsafe==2.1.1
# jinja2
# mako
# moto
# werkzeug
marshmallow==2.21.0
# via
# -r requirements-tests.in
Expand Down Expand Up @@ -279,7 +280,7 @@ urllib3==1.26.9
# responses
websocket-client==1.3.1
# via docker
werkzeug==2.0.3
werkzeug==2.2.3
# via
# -r requirements-tests.in
# flask
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ SQLAlchemy-Utils
sqlalchemy < 1.4.0 # ImportError: cannot import name '_ColumnEntity' https://github.com/sqlalchemy/sqlalchemy/issues/6226
tabulate
validators
werkzeug < 2.1.0 # requires a newer version of Flask
werkzeug < 2.3.0 # requires a newer version of Flask
xmltodict
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ markupsafe==2.1.1
# via
# jinja2
# mako
# werkzeug
marshmallow==2.21.0
# via
# -r requirements.in
Expand Down Expand Up @@ -297,7 +298,7 @@ vine==5.0.0
# kombu
wcwidth==0.2.5
# via prompt-toolkit
werkzeug==2.0.3
werkzeug==2.2.3
# via
# -r requirements.in
# flask
Expand Down