Skip to content

Update dependency Werkzeug to v0.16.1 #3

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 14, 2019

WhiteSource Renovate

This PR contains the following updates:

Package Update Change
Werkzeug (source) minor ==0.15.2 -> ==0.16.1

Release Notes

pallets/werkzeug

v0.16.1

Compare Source

Released 2020-01-27

  • Fix import location in deprecation messages for subpackages.
    :issue:1663
  • Fix an SSL error on Python 3.5 when the dev server responds with no
    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, do
    from werkzeug.urls import url_quote. A deprecation warning will
    show the correct import to use. werkzeug.exceptions and
    werkzeug.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

  • Work around a bug in pip that caused the reloader to fail on
    Windows when the script was an entry point. This fixes the issue
    with Flask's flask run command failing with "No module named
    Scripts\flask". :issue:1614
  • ProxyFix trusts the X-Forwarded-Proto header by default.
    :issue:1630
  • The deprecated num_proxies argument to ProxyFix sets
    x_for, x_proto, and x_host to match 0.14 behavior. This
    is 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

  • Fix a TypeError due to changes to ast.Module in Python 3.8.
    :issue:1551
  • Fix a C assertion failure in debug builds of some Python 2.7
    releases. :issue:1553
  • :class:~exceptions.BadRequestKeyError adds the KeyError
    message to the description if e.show_exception is set to
    True. This is a more secure default than the original 0.15.0
    behavior and makes it easier to control without losing information.
    :pr:1592
  • Upgrade the debugger to jQuery 3.4.1. :issue:1581
  • Work around an issue in some external debuggers that caused the
    reloader to fail. :issue:1607
  • Work around an issue where the reloader couldn't introspect a
    setuptools script installed as an egg. :issue:1600
  • The reloader will use sys.executable even if the script is
    marked 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 drive
    names. :issue:1589

v0.15.4

Compare Source

Released 2019-05-14

  • Fix a SyntaxError on Python 2.7.5. (:issue:1544)

v0.15.3

Compare Source

Released 2019-05-14

  • Properly handle multi-line header folding in development server in
    Python 2.7. (:issue:1080)
  • Restore the response argument to :exc:~exceptions.Unauthorized.
    (:pr:1527)
  • :exc:~exceptions.Unauthorized doesn't add the WWW-Authenticate
    header if www_authenticate is not given. (:issue:1516)
  • The default URL converter correctly encodes bytes to string rather
    than representing them with b''. (:issue:1502)
  • Fix the filename format string in
    :class:~middleware.profiler.ProfilerMiddleware to correctly handle
    float values. (:issue:1511)
  • Update :class:~middleware.lint.LintMiddleware to work on Python 3.
    (:issue:1510)
  • The debugger detects cycles in chained exceptions and does not time
    out in that case. (:issue:1536)
  • When running the development server in Docker, the debugger security
    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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot changed the title Update dependency Werkzeug to v0.15.3 Update dependency Werkzeug to v0.15.4 May 15, 2019
@renovate renovate bot force-pushed the renovate/werkzeug-0.x branch from d4eac44 to e06de6d Compare May 15, 2019 02:43
@renovate renovate bot changed the title Update dependency Werkzeug to v0.15.4 Update dependency Werkzeug to v0.15.5 Aug 10, 2019
@renovate renovate bot force-pushed the renovate/werkzeug-0.x branch from e06de6d to 6d43870 Compare August 10, 2019 09:53
@renovate renovate bot force-pushed the renovate/werkzeug-0.x branch from 6d43870 to 88b8a46 Compare September 5, 2019 03:56
@renovate renovate bot changed the title Update dependency Werkzeug to v0.15.5 Update dependency Werkzeug to v0.15.6 Sep 5, 2019
@renovate renovate bot force-pushed the renovate/werkzeug-0.x branch from 88b8a46 to 6b296bd Compare October 5, 2019 09:56
@renovate renovate bot changed the title Update dependency Werkzeug to v0.15.6 Update dependency Werkzeug to v0.16.0 Oct 5, 2019
@renovate renovate bot force-pushed the renovate/werkzeug-0.x branch from 6b296bd to 4d0d8db Compare February 9, 2020 05:56
@renovate renovate bot changed the title Update dependency Werkzeug to v0.16.0 Update dependency Werkzeug to v0.16.1 Feb 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant