Skip to content

Comments

Update flask requirement from ~=1.1.0 to ~=1.1.2#218

Merged
devinmatte merged 1 commit intodevelopfrom
dependabot/pip/flask-approx-eq-1.1.2
Nov 2, 2020
Merged

Update flask requirement from ~=1.1.0 to ~=1.1.2#218
devinmatte merged 1 commit intodevelopfrom
dependabot/pip/flask-approx-eq-1.1.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 2, 2020

Updates the requirements on flask to permit the latest version.

Release notes

Sourced from flask's releases.

1.1.2

1.1.x is the last version to support Python 2.7 and Python 3.5. It also contains deprecation warnings for code that will be removed in 2.0. Please pay attention to deprecation warnings in your project!

This release contains a couple bug fixes.

Changelog

Sourced from flask's changelog.

Version 1.1.2

Released 2020-04-03

  • Work around an issue when running the flask command with an external debugger on Windows. :issue:3297
  • The static route will not catch all URLs if the Flask static_folder argument ends with a slash. :issue:3452

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

... (truncated)

Commits

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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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 dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 2, 2020
Updates the requirements on [flask](https://github.com/pallets/flask) to permit the latest version.
- [Release notes](https://github.com/pallets/flask/releases)
- [Changelog](https://github.com/pallets/flask/blob/master/CHANGES.rst)
- [Commits](pallets/flask@1.1.0...1.1.2)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/flask-approx-eq-1.1.2 branch from ba0acdc to 066dd6a Compare November 2, 2020 04:27
@devinmatte devinmatte merged commit 4f7be91 into develop Nov 2, 2020
@devinmatte devinmatte deleted the dependabot/pip/flask-approx-eq-1.1.2 branch November 2, 2020 04:33
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 python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant