Skip to content
This repository has been archived by the owner on Aug 25, 2023. It is now read-only.

Bump flask from 2.0.1 to 2.0.2 in /flask-gunicorn #125

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 5, 2021

Bumps flask from 2.0.1 to 2.0.2.

Release notes

Sourced from flask's releases.

2.0.2

Changelog

Sourced from flask's changelog.

Version 2.0.2

Released 2021-10-04

  • Fix type annotation for teardown_* methods. :issue:4093
  • Fix type annotation for before_request and before_app_request decorators. :issue:4104
  • Fixed the issue where typing requires template global decorators to accept functions with no arguments. :issue:4098
  • Support View and MethodView instances with async handlers. :issue:4112
  • Enhance typing of app.errorhandler decorator. :issue:4095
  • Fix registering a blueprint twice with differing names. :issue:4124
  • Fix the type of static_folder to accept pathlib.Path. :issue:4150
  • jsonify handles decimal.Decimal by encoding to str. :issue:4157
  • Correctly handle raising deferred errors in CLI lazy loading. :issue:4096
  • The CLI loader handles **kwargs in a create_app function. :issue:4170
  • Fix the order of before_request and other callbacks that trigger before the view returns. They are called from the app down to the closest nested blueprint. :issue:4229
Commits
  • 6f77625 Merge pull request #4287 from pallets/release-2.0.2
  • 174fe44 release version 2.0.2
  • 6d637f0 Merge pull request #4230 from matipau/blueprint-fix
  • 3f6cdbd use similar code for all callback-applying methods
  • 166a2a6 Fix callback order for nested blueprints
  • 4346498 Merge pull request #4285 from Makonede/patch-1
  • 7685851 fix list numbering
  • f8c881b Merge pull request #4267 from sprutner/patch-1
  • 1a40d9b fix grammar in links to app and request context
  • b4094b3 Merge pull request #4269 from Jalkhov/patch-1
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 requested a review from a team as a code owner October 5, 2021 00:01
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 5, 2021
@dependabot dependabot bot requested review from gyng, nglinh and yzchia and removed request for a team October 5, 2021 00:01
Bumps [flask](https://github.com/pallets/flask) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/pallets/flask/releases)
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst)
- [Commits](pallets/flask@2.0.1...2.0.2)

---
updated-dependencies:
- dependency-name: flask
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/flask-gunicorn/flask-2.0.2 branch from 9364f67 to bdd6ffc Compare October 7, 2021 00:02
@sweatybridge
Copy link
Contributor

closed in #136

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 4, 2022

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/flask-gunicorn/flask-2.0.2 branch January 4, 2022 05:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Development

Successfully merging this pull request may close these issues.

1 participant