Skip to content
This repository was archived by the owner on Dec 13, 2022. It is now read-only.

Update werkzeug to 2.0.3#397

Closed
pyup-bot wants to merge 1 commit intomasterfrom
pyup-update-werkzeug-2.0.1-to-2.0.3
Closed

Update werkzeug to 2.0.3#397
pyup-bot wants to merge 1 commit intomasterfrom
pyup-update-werkzeug-2.0.1-to-2.0.3

Conversation

@pyup-bot
Copy link
Collaborator

@pyup-bot pyup-bot commented Feb 8, 2022

This PR updates Werkzeug from 2.0.1 to 2.0.3.

Changelog

2.0.3

-------------

Released 2022-02-07

-   ``ProxyFix`` supports IPv6 addresses. :issue:`2262`
-   Type annotation for ``Response.make_conditional``,
 ``HTTPException.get_response``, and ``Map.bind_to_environ`` accepts
 ``Request`` in addition to ``WSGIEnvironment`` for the first
 parameter. :pr:`2290`
-   Fix type annotation for ``Request.user_agent_class``. :issue:`2273`
-   Accessing ``LocalProxy.__class__`` and ``__doc__`` on an unbound
 proxy returns the fallback value instead of a method object.
 :issue:`2188`
-   Redirects with the test client set ``RAW_URI`` and ``REQUEST_URI``
 correctly. :issue:`2151`

2.0.2

-------------

Released 2021-10-05

-   Handle multiple tokens in ``Connection`` header when routing
 WebSocket requests. :issue:`2131`
-   Set the debugger pin cookie secure flag when on https. :pr:`2150`
-   Fix type annotation for ``MultiDict.update`` to accept iterable
 values :pr:`2142`
-   Prevent double encoding of redirect URL when ``merge_slash=True``
 for ``Rule.match``. :issue:`2157`
-   ``CombinedMultiDict.to_dict`` with ``flat=False`` considers all
 component dicts when building value lists. :issue:`2189`
-   ``send_file`` only sets a detected ``Content-Encoding`` if
 ``as_attachment`` is disabled to avoid browsers saving
 decompressed ``.tar.gz`` files. :issue:`2149`
-   Fix type annotations for ``TypeConversionDict.get`` to not return an
 ``Optional`` value if both ``default`` and ``type`` are not
 ``None``. :issue:`2169`
-   Fix type annotation for routing rule factories to accept
 ``Iterable[RuleFactory]`` instead of ``Iterable[Rule]`` for the
 ``rules`` parameter. :issue:`2183`
-   Add missing type annotation for ``FileStorage.__getattr__``
 :issue:`2155`
-   The debugger pin cookie is set with ``SameSite`` set to ``Strict``
 instead of ``None`` to be compatible with modern browser security.
 :issue:`2156`
-   Type annotations use ``IO[bytes]`` and ``IO[str]`` instead of
 ``BinaryIO`` and ``TextIO`` for wider type compatibility.
 :issue:`2130`
-   Ad-hoc TLS certs are generated with SAN matching CN. :issue:`2158`
-   Fix memory usage for locals when using Python 3.6 or pre 0.4.17
 greenlet versions. :pr:`2212`
-   Fix type annotation in ``CallbackDict``, because it is not
 utilizing a bound TypeVar. :issue:`2235`
-   Fix setting CSP header options on the response. :pr:`2237`
-   Fix an issue with with the interactive debugger where lines would
 not expand on click for very long tracebacks. :pr:`2239`
-   The interactive debugger handles displaying an exception that does
 not have a traceback, such as from ``ProcessPoolExecutor``.
 :issue:`2217`
Links

@coveralls
Copy link

Coverage Status

Coverage remained the same at 86.413% when pulling 88295d4 on pyup-update-werkzeug-2.0.1-to-2.0.3 into 2716a32 on master.

@pyup-bot
Copy link
Collaborator Author

pyup-bot commented Apr 1, 2022

Closing this in favor of #422

@pyup-bot pyup-bot closed this Apr 1, 2022
@mostafa mostafa deleted the pyup-update-werkzeug-2.0.1-to-2.0.3 branch April 1, 2022 19:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants