Bump flask from 1.0 to 1.1.1 in /DockerInAction_SourceCode/ch11_coffee_api/coffee/requirements
Bumps flask from 1.0 to 1.1.1.
Release notes
Sourced from flask's 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-0
1.0.4
- Changelog: https://flask.palletsprojects.com/en/1.0.x/changelog/#version-1-0-4
1.0.3
- Changelog: https://flask.palletsprojects.com/en/1.0.x/changelog/#version-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 Flask1.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_availableflag 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:3288Version 1.1.0
Released 2019-07-04
... (truncated)
Bump minimum Werkzeug version to >= 0.15.
Drop support for Python 3.4.
Error handlers for
InternalServerErroror500will always be passed an instance ofInternalServerError. If they are invoked due to an unhandled exception, that original exception is now available ase.original_exceptionrather than being passed directly to the handler. The same is true if the handler is for the baseHTTPException. This makes error handler behavior more consistent. :pr:3266
- :meth:
Flask.finalize_requestis called for all unhandled exceptions even if there is no500error handler.:attr:
Flask.loggertakes the same name as :attr:Flask.name(the value passed asFlask(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.copyincludes the current session object in the request context copy. This preventssessionpointing to an out-of-date object. :issue:2935Using 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_filesupports :class:~os.PathLikeobjects as described in PEP 0519, to support :mod:pathlibin Python 3. :pr:3059:func:
send_filesupports :class:~io.BytesIOpartial content. :issue:2957:func:
open_resourceaccepts the "rt" file mode. This still does the same thing as "r". :issue:3163The :attr:
MethodView.methodsattribute set in a base class is used by subclasses. :issue:3138:attr:
Flask.jinja_optionsis adictinstead of an
Commits
ffc6884release version 1.1.11a6696dMerge pull request #3292 from pallets/deprecate-json-available1617202restore and deprecate json_available1b4ace9release version 1.1.08a78fdbMerge branch '1.0.x'626b5ccrelease version 1.0.42844fdbMerge branch '1.0.x'c074759Merge pull request #3285 from ThiefMaster/dotenv-msg-stderr975f979Move dotenv warning to stderr6d0e79bMerge pull request #3284 from pallets/logger-warning- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot ignore this [patch|minor|major] versionwill 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 dependencywill 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 labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill 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.