mrphlip / lrrbot

LoadingReadyRun Twitch chatbot
https://lrrbot.com/
Apache License 2.0
30 stars 20 forks source link

Update werkzeug to 2.3.5 #1495

Closed pyup-bot closed 1 year ago

pyup-bot commented 1 year ago

This PR updates werkzeug from 2.3.4 to 2.3.5.

Changelog ### 2.3.5 ``` ------------- Released 2023-06-07 - Python 3.12 compatibility. :issue:`2704` - Fix handling of invalid base64 values in ``Authorization.from_header``. :issue:`2717` - The debugger escapes the exception message in the page title. :pr:`2719` - When binding ``routing.Map``, a long IDNA ``server_name`` with a port does not fail encoding. :issue:`2700` - ``iri_to_uri`` shows a deprecation warning instead of an error when passing bytes. :issue:`2708` - When parsing numbers in HTTP request headers such as ``Content-Length``, only ASCII digits are accepted rather than any format that Python's ``int`` and ``float`` accept. :issue:`2716` ```
Links - PyPI: https://pypi.org/project/werkzeug - Changelog: https://pyup.io/changelogs/werkzeug/
pyup-bot commented 1 year ago

Closing this in favor of #1496