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

Bump flask from 1.0.0 to 1.1.1 #2

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 7, 2019

Bumps flask from 1.0.0 to 1.1.1.

Release notes

Sourced from flask's releases.

1.1.1

1.1.0

1.0.4

1.0.3

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

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
Changelog

Sourced from flask's changelog.

Version 1.1.1

Released 2019-07-08

  • The flask.json_available flag was added back for compatibility
    with some extensions. It will raise a deprecation warning when used,
    and will be removed in version 2.0.0. :issue:3288

Version 1.1.0

Released 2019-07-04

  • Bump minimum Werkzeug version to >= 0.15.

  • Drop support for Python 3.4.

  • Error handlers for InternalServerError or 500 will always be
    passed an instance of InternalServerError. If they are invoked
    due to an unhandled exception, that original exception is now
    available as e.original_exception rather than being passed
    directly to the handler. The same is true if the handler is for the
    base HTTPException. This makes error handler behavior more
    consistent. :pr:3266

    • :meth:Flask.finalize_request is called for all unhandled
      exceptions even if there is no 500 error handler.
  • :attr:Flask.logger takes the same name as
    :attr:Flask.name (the value passed as
    Flask(import_name). This reverts 1.0's behavior of always
    logging to "flask.app", in order to support multiple apps in the
    same process. A warning will be shown if old configuration is
    detected that needs to be moved. :issue:2866

  • :meth:flask.RequestContext.copy includes the current session
    object in the request context copy. This prevents session
    pointing to an out-of-date object. :issue:2935

  • Using built-in RequestContext, unprintable Unicode characters in
    Host header will result in a HTTP 400 response and not HTTP 500 as
    previously. :pr:2994

  • :func:send_file supports :class:~os.PathLike objects as
    described in PEP 0519, to support :mod:pathlib in Python 3.
    :pr:3059

  • :func:send_file supports :class:~io.BytesIO partial content.
    :issue:2957

  • :func:open_resource accepts the "rt" file mode. This still does
    the same thing as "r". :issue:3163

  • The :attr:MethodView.methods attribute set in a base class is used
    by subclasses. :issue:3138

  • :attr:Flask.jinja_options is a dict instead of an

... (truncated)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 7, 2019
@dependabot dependabot bot mentioned this pull request Nov 7, 2019
@dependabot dependabot bot force-pushed the dependabot/pip/flask-1.1.1 branch from d20eb5b to 9b8889d Compare November 7, 2019 21:13
Bumps [flask](https://github.com/pallets/flask) from 1.0.0 to 1.1.1.
- [Release notes](https://github.com/pallets/flask/releases)
- [Changelog](https://github.com/pallets/flask/blob/master/CHANGES.rst)
- [Commits](pallets/flask@1.0...1.1.1)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/flask-1.1.1 branch from 9b8889d to 416eebd Compare November 7, 2019 21:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants