Skip to content
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

[Doppins] Upgrade dependency Flask to ==1.1 #26

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

doppins-bot
Copy link
Contributor

Hi!

A new version was just released of Flask, so Doppins
has upgraded your project's dependency ranges.

Make sure that it doesn't break anything, and happy merging! :shipit:


Upgraded Flask from ==0.12 to ==1.0

Changelog:

Version 1.0.2

This release includes bug fixes and minor changes since 1.0.1. See the changelog for details.

Install or Upgrade

Install from PyPI with pip:

pip install -U Flask

Version 1.0.1

This release includes bug fixes and minor changes since 1.0. See the changelog for details.

Install or Upgrade

Install from PyPI with pip:

pip install -U Flask

Version 1.0

The Pallets team is pleased to release Flask 1.0. [Read the announcement on our blog.](https://www.palletsprojects.com/blog/flask-1-0-released/

There are over a year's worth of changes in this release. Many features have been improved or changed. Read the changelog to understand how your project's code will be affected.

JSON Security Fix

Flask previously decoded incoming JSON bytes using the content type of the request. Although JSON should only be encoded as UTF-8, Flask was more lenient. However, Python includes non-text related encodings that could result in unexpected memory use by a request.

Flask will now detect the encoding of incoming JSON data as one of the supported UTF encodings, and will not allow arbitrary encodings from the request.

Install or Upgrade

Install from PyPI with pip:

pip install -U Flask

@doppins-bot
Copy link
Contributor Author

An additional new version was just released of Flask, so we've added an
extra commit upgrading your range to ==1.1.

Hope that's alright!
Doppins

@doppins-bot doppins-bot changed the title [Doppins] Upgrade dependency Flask to ==1.0 [Doppins] Upgrade dependency Flask to ==1.1 Jul 5, 2019
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.

None yet

1 participant