Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump flask from 2.0.0 to 2.0.1 in /tests/apps/multi #4614

Merged
merged 1 commit into from
May 23, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 22, 2021

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps flask from 2.0.0 to 2.0.1.

Release notes

Sourced from flask's releases.

2.0.1

Changelog

Sourced from flask's changelog.

Version 2.0.1

Released 2021-05-21

  • Re-add the filename parameter in send_from_directory. The filename parameter has been renamed to path, the old name is deprecated. :pr:4019
  • Mark top-level names as exported so type checking understands imports in user projects. :issue:4024
  • Fix type annotation for g and inform mypy that it is a namespace object that has arbitrary attributes. :issue:4020
  • Fix some types that weren't available in Python 3.6.0. :issue:4040
  • Improve typing for send_file, send_from_directory, and get_send_file_max_age. :issue:4044, :pr:4026
  • Show an error when a blueprint name contains a dot. The . has special meaning, it is used to separate (nested) blueprint names and the endpoint name. :issue:4041
  • Combine URL prefixes when nesting blueprints that were created with a url_prefix value. :issue:4037
  • Roll back a change to the order that URL matching was done. The URL is again matched after the session is loaded, so the session is available in custom URL converters. :issue:4053
  • Re-add deprecated Config.from_json, which was accidentally removed early. :issue:4078
  • Improve typing for some functions using Callable in their type signatures, focusing on decorator factories. :issue:4060
  • Nested blueprints are registered with their dotted name. This allows different blueprints with the same name to be nested at different locations. :issue:4069
  • register_blueprint takes a name option to change the (pre-dotted) name the blueprint is registered with. This allows the same blueprint to be registered multiple times with unique names for url_for. Registering the same blueprint with the same name multiple times is deprecated. :issue:1091
  • Improve typing for stream_with_context. :issue:4052
Commits
  • bc90801 Merge pull request #4091 from pallets/release-2.0.1
  • fe2d744 release version 2.0.1
  • 9f606a8 Merge pull request #4090 from pallets/stream-type
  • 7ab934f improve typing for stream_with_context
  • 6b1c4e9 Merge pull request #4087 from greyli/gitignore
  • 255461d Merge pull request #4074 from pgjones/bp
  • 3257b75 Fix blueprint renaming
  • 714b0a4 Fix blueprint self registration
  • 9409be6 warn when registering same blueprint with same name
  • 63b3067 changelog for blueprint registered name
  • 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 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 type: dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 22, 2021
@dependabot dependabot bot force-pushed the dependabot/pip/tests/apps/multi/flask-2.0.1 branch from 47b9574 to 3a5942b Compare May 23, 2021 02:40
@josegonzalez josegonzalez merged commit 9201860 into master May 23, 2021
@josegonzalez josegonzalez deleted the dependabot/pip/tests/apps/multi/flask-2.0.1 branch May 23, 2021 02:40
github-actions bot pushed a commit that referenced this pull request May 23, 2021
# History

## 0.24.8

Install/update via the bootstrap script:

```shell
wget https://raw.githubusercontent.com/dokku/dokku/v0.24.8/bootstrap.sh
sudo DOKKU_TAG=v0.24.8 bash bootstrap.sh
```

### Bug Fixes

- #4615: @josegonzalez Remove empty plugin directories during upgrade
- #4613: @josegonzalez Correct failing repo test
- #4612: @josegonzalez fix: always retire deployment task containers

### Documentation

- #4607: @serixscorpio Update link to dokku on Azure deployment page
- #4583: @josegonzalez Set correct redirect for installation

### Other

- #4610: @dependabot[bot] chore(deps): bump jinja2 from 2.11.3 to 3.0.1 in /tests/apps/python-flask
- #4614: @dependabot[bot] chore(deps): bump flask from 2.0.0 to 2.0.1 in /tests/apps/multi
- #4611: @dependabot[bot] chore(deps): bump thin from 1.8.0 to 1.8.1 in /tests/apps/ruby
- #4609: @dependabot[bot] chore(deps): bump socket.io from 4.0.2 to 4.1.2 in /tests/apps/.websocket.disabled
- #4608: @dependabot[bot] chore(deps): bump werkzeug from 1.0.1 to 2.0.1 in /tests/apps/python-flask
- #4600: @dependabot[bot] chore(deps): bump flask from 1.1.2 to 2.0.0 in /tests/apps/multi
- #4598: @dependabot[bot] chore(deps): bump flask from 1.1.2 to 2.0.0 in /tests/apps/python-flask
- #4592: @dependabot[bot] chore(deps-dev): bump heroku/heroku-buildpack-php from 191 to 192 in /tests/apps/php
- #4581: @dependabot-preview[bot] Upgrade to GitHub-native Dependabot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
python Pull requests that update Python code type: dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant