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

Update flask to 1.0.3 #137

Merged
merged 1 commit into from May 17, 2019
Merged

Update flask to 1.0.3 #137

merged 1 commit into from May 17, 2019

Conversation

pyup-bot
Copy link
Collaborator

This PR updates Flask from 1.0.2 to 1.0.3.

Changelog

1.0.3

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

Unreleased

-   :func:`send_file` encodes filenames as ASCII instead of Latin-1
 (ISO-8859-1). This fixes compatibility with Gunicorn, which is
 stricter about header encodings than PEP 3333. (`2766`_)
-   Allow custom CLIs using ``FlaskGroup`` to set the debug flag without
 it always being overwritten based on environment variables.
 (`2765`_)
-   ``flask --version`` outputs Werkzeug's version and simplifies the
 Python version. (`2825`_)
-   :func:`send_file` handles an ``attachment_filename`` that is a
 native Python 2 string (bytes) with UTF-8 coded bytes. (`2933`_)
-   A catch-all error handler registered for ``HTTPException`` will not
 handle ``RoutingException``, which is used internally during
 routing. This fixes the unexpected behavior that had been introduced
 in 1.0. (`2986`_)

.. _2766: https://github.com/pallets/flask/issues/2766
.. _2765: https://github.com/pallets/flask/pull/2765
.. _2825: https://github.com/pallets/flask/pull/2825
.. _2933: https://github.com/pallets/flask/issues/2933
.. _2986: https://github.com/pallets/flask/pull/2986
Links

@coveralls
Copy link

Coverage Status

Coverage remained the same at 86.879% when pulling eec3e7f on pyup-update-flask-1.0.2-to-1.0.3 into 3de4c16 on master.

2 similar comments
@coveralls
Copy link

Coverage Status

Coverage remained the same at 86.879% when pulling eec3e7f on pyup-update-flask-1.0.2-to-1.0.3 into 3de4c16 on master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 86.879% when pulling eec3e7f on pyup-update-flask-1.0.2-to-1.0.3 into 3de4c16 on master.

@mostafa mostafa merged commit ac5cf9d into master May 17, 2019
@mostafa mostafa deleted the pyup-update-flask-1.0.2-to-1.0.3 branch May 17, 2019 21:57
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.

None yet

3 participants