Closed dependabot[bot] closed 4 years ago
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
.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.
⚠️ Dependabot is rebasing this PR ⚠️
If you make any changes to it yourself then they will take precedence over the rebase.
Bumps flask from 1.0.4 to 1.1.1.
Release notes
*Sourced from [flask's releases](https://github.com/pallets/flask/releases).* > ## 1.1.1 > * Blog: https://palletsprojects.com/blog/flask-1-1-released > * Changelog: https://flask.palletsprojects.com/en/1.1.x/changelog/#version-1-1-1 > > ## 1.1.0 > * Blog: https://palletsprojects.com/blog/flask-1-1-released > * Changelog: https://flask.palletsprojects.com/en/1.1.x/changelog/#version-1-1-0Changelog
*Sourced from [flask's changelog](https://github.com/pallets/flask/blob/master/CHANGES.rst).* > 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
- [`ffc6884`](https://github.com/pallets/flask/commit/ffc68840f821fb0a4c41a7b2b4eaad6d71f539b7) release version 1.1.1 - [`1a6696d`](https://github.com/pallets/flask/commit/1a6696da70923b2433b588ddcde90fd31ec296a6) Merge pull request [#3292](https://github-redirect.dependabot.com/pallets/flask/issues/3292) from pallets/deprecate-json-available - [`1617202`](https://github.com/pallets/flask/commit/1617202d91e46a4c2584656969f90aa5d5db7fed) restore and deprecate json_available - [`1b4ace9`](https://github.com/pallets/flask/commit/1b4ace9ba5e77679bf9d8e409283654f7589907e) release version 1.1.0 - [`8a78fdb`](https://github.com/pallets/flask/commit/8a78fdb09cc0a645a757cbcfb1beb09a3d2e5bca) Merge branch '1.0.x' - [`2844fdb`](https://github.com/pallets/flask/commit/2844fdb82ee86b812027f700f9c566da8324e78f) Merge branch '1.0.x' - [`6d0e79b`](https://github.com/pallets/flask/commit/6d0e79b33afe47525958dc23c1ebb2eea70f25fe) Merge pull request [#3284](https://github-redirect.dependabot.com/pallets/flask/issues/3284) from pallets/logger-warning - [`b08e35e`](https://github.com/pallets/flask/commit/b08e35e4ab525c207144e42af1b678a78abe09cb) show warning for old logger config - [`6665c91`](https://github.com/pallets/flask/commit/6665c91e6fad7df5997c8f3ae2136049062c1b7f) Merge pull request [#3282](https://github-redirect.dependabot.com/pallets/flask/issues/3282) from pallets/logger-name - [`df470ae`](https://github.com/pallets/flask/commit/df470aecb96efbcb17ca76e73196c25c38ce6d17) use app.name as app.logger name - Additional commits viewable in [compare view](https://github.com/pallets/flask/compare/1.0.4...1.1.1)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](https://github.com/gwu-libraries/TweetSets/network/alerts).