Skip to content
This repository was archived by the owner on Mar 29, 2021. It is now read-only.

Bump flask from 1.0.2 to 1.0.3#58

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/flask-1.0.3
Closed

Bump flask from 1.0.2 to 1.0.3#58
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/flask-1.0.3

Conversation

@dependabot-preview
Copy link

Bumps flask from 1.0.2 to 1.0.3.

Changelog

Sourced from flask's changelog.

Version 1.0.3

Released 2019-05-17

  • send_file encodes filenames as ASCII instead of Latin-1 (ISO-8859-1). This fixes compatibility with Gunicorn, which is stricter about header encodings than PEP 3333. (#2766)
  • Allow custom CLIs using FlaskGroup to set the debug flag without it always being overwritten based on environment variables. (#2765)
  • flask --version outputs Werkzeug's version and simplifies the Python version. (#2825)
  • send_file handles an attachment_filename that is a native Python 2 string (bytes) with UTF-8 coded bytes. (#2933)
  • A catch-all error handler registered for HTTPException will not handle RoutingException, which is used internally during routing. This fixes the unexpected behavior that had been introduced in 1.0. (#2986)
  • Passing the json argument to app.test_client does not push/pop an extra app context. (#2900)
Commits
  • 99660cc release version 1.0.3
  • 3dc84ec Merge pull request #3206 from pallets/test-client-json
  • a4f0f19 don't push app context for test client json
  • f2c8540 Merge pull request #3169 from DamianSkrzypczak/3168-improve-warning-about-dev...
  • e2f4b53 Fix dev-server warning message readability (#3168)
  • ab3f922 Merge pull request #3154 from brunoais/more-explicit-session-transaction
  • 6142aa6 More explicit explanation: session testing
  • 55801b5 Merge pull request #3166 from mekarpeles/refactor/unused-url_join
  • ac78da0 removed unused reference to url_join
  • 814a7ea Merge pull request #3204 from pallets/azure
  • Additional commits viewable in compare view

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
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [flask](https://github.com/pallets/flask) from 1.0.2 to 1.0.3.
- [Release notes](https://github.com/pallets/flask/releases)
- [Changelog](https://github.com/pallets/flask/blob/master/CHANGES.rst)
- [Commits](pallets/flask@1.0.2...1.0.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 20, 2019
@dependabot-preview
Copy link
Author

Superseded by #62.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/flask-1.0.3 branch July 5, 2019 04:17
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant