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.1Release Notes
pallets/werkzeug
v0.16.1Compare Source
Released 2020-01-27
:issue:
1663content. :issue:
1659v0.16.0Compare Source
Released 2019-09-19
Deprecate most top-level attributes provided by the
werkzeugmodule 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.exceptionsandwerkzeug.routingshould also be imported instead of accessed,but for technical reasons can't show a warning.
:issue:
2, :pr:1640v0.15.6Compare Source
Released 2019-09-04
Windows when the script was an entry point. This fixes the issue
with Flask's
flask runcommand failing with "No module namedScripts\flask". :issue:
1614ProxyFixtrusts theX-Forwarded-Protoheader by default.:issue:
1630num_proxiesargument toProxyFixsetsx_for,x_proto, andx_hostto match 0.14 behavior. Thisis intended to make intermediate upgrades less disruptive, but the
argument will still be removed in 1.0. :issue:
1630v0.15.5Compare Source
Released 2019-07-17
TypeErrordue to changes toast.Modulein Python 3.8.:issue:
1551releases. :issue:
1553~exceptions.BadRequestKeyErroradds theKeyErrormessage to the description if
e.show_exceptionis set toTrue. This is a more secure default than the original 0.15.0behavior and makes it easier to control without losing information.
:pr:
15921581reloader to fail. :issue:
1607setuptools script installed as an egg. :issue:
1600sys.executableeven 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:
1580SharedDataMiddlewaresafely handles paths with Windows drivenames. :issue:
1589v0.15.4Compare Source
Released 2019-05-14
SyntaxErroron Python 2.7.5. (:issue:1544)v0.15.3Compare Source
Released 2019-05-14
Python 2.7. (:issue:
1080)responseargument to :exc:~exceptions.Unauthorized.(:pr:
1527)~exceptions.Unauthorizeddoesn't add theWWW-Authenticateheader if
www_authenticateis not given. (:issue:1516)than representing them with
b''. (:issue:1502):class:
~middleware.profiler.ProfilerMiddlewareto correctly handlefloat values. (:issue:
1511)~middleware.lint.LintMiddlewareto 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.