Update dependency Werkzeug to v0.16.1 #3
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==0.15.2
->==0.16.1
Release Notes
pallets/werkzeug
v0.16.1
Compare Source
Released 2020-01-27
:issue:
1663
content. :issue:
1659
v0.16.0
Compare Source
Released 2019-09-19
Deprecate most top-level attributes provided by the
werkzeug
module in favor of direct imports. The deprecated imports will be
removed in version 1.0.
For example, instead of
import werkzeug; werkzeug.url_quote
, dofrom werkzeug.urls import url_quote
. A deprecation warning willshow the correct import to use.
werkzeug.exceptions
andwerkzeug.routing
should also be imported instead of accessed,but for technical reasons can't show a warning.
:issue:
2
, :pr:1640
v0.15.6
Compare Source
Released 2019-09-04
Windows when the script was an entry point. This fixes the issue
with Flask's
flask run
command failing with "No module namedScripts\flask". :issue:
1614
ProxyFix
trusts theX-Forwarded-Proto
header by default.:issue:
1630
num_proxies
argument toProxyFix
setsx_for
,x_proto
, andx_host
to match 0.14 behavior. Thisis intended to make intermediate upgrades less disruptive, but the
argument will still be removed in 1.0. :issue:
1630
v0.15.5
Compare Source
Released 2019-07-17
TypeError
due to changes toast.Module
in Python 3.8.:issue:
1551
releases. :issue:
1553
~exceptions.BadRequestKeyError
adds theKeyError
message to the description if
e.show_exception
is set toTrue
. This is a more secure default than the original 0.15.0behavior and makes it easier to control without losing information.
:pr:
1592
1581
reloader to fail. :issue:
1607
setuptools script installed as an egg. :issue:
1600
sys.executable
even if the script ismarked executable, reverting a behavior intended for NixOS
introduced in 0.15. The reloader should no longer cause
OSError: [Errno 8] Exec format error
. :issue:1482
,:issue:
1580
SharedDataMiddleware
safely handles paths with Windows drivenames. :issue:
1589
v0.15.4
Compare Source
Released 2019-05-14
SyntaxError
on Python 2.7.5. (:issue:1544
)v0.15.3
Compare Source
Released 2019-05-14
Python 2.7. (:issue:
1080
)response
argument to :exc:~exceptions.Unauthorized
.(:pr:
1527
)~exceptions.Unauthorized
doesn't add theWWW-Authenticate
header if
www_authenticate
is not given. (:issue:1516
)than representing them with
b''
. (:issue:1502
):class:
~middleware.profiler.ProfilerMiddleware
to correctly handlefloat values. (:issue:
1511
)~middleware.lint.LintMiddleware
to work on Python 3.(:issue:
1510
)out in that case. (:issue:
1536
)pin is now unique per container.
Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.