browser-calls-flask
browser-calls-flask copied to clipboard
Bump flask-migrate from 2.6.0 to 3.1.0
Bumps flask-migrate from 2.6.0 to 3.1.0.
Changelog
Sourced from flask-migrate's changelog.
Flask-Migrate Change Log
Release 3.1.0 - 2021-08-01
- Added list-templates command and support for custom templates (commit)
- Alembic templates for aioflask (commit)
- Improved project structure (commit)
Release 3.0.1 - 2021-05-31
- Add support for Alchemical in addition to Flask-SQLAlchemy (commit)
- Remove Flask-Script references from the documentation (commit)
Release 3.0.0 - 2021-05-15
- Remove support for Flask-Script #403 (commit)
- Use unittest testrunner #397 (commit) (thanks Jürgen Gmach!)
- Remove dependency on six package #395 (commit) (thanks Jürgen Gmach!)
- Added sphinx build files to .gitignore file #394 (commit) (thanks Jürgen Gmach!)
- Fix Sphinx warning #393 (commit) (thanks Jürgen Gmach!)
Release 2.7.0 - 2021-02-21
- Reuse engine from Flask-SQLAlchemy #343 (commit)
- Update logging configuration to include Flask-Migrate's logger (commit)
Release 2.6.0 - 2021-01-19
- Removed deprecated --head-only option #380 (commit)
- Initialize logger with a name #374 (commit) (thanks maquino1985!)
- Move import to the top in env.py file to avoid linter warnings #349 (commit) (thanks James Addison!)
- Add a note to the documentation regarding logging #330 (commit) (thanks Oliver Evans!)
- Move builds to GitHub actions (commit)
Release 2.5.3 - 2020-03-14
- Allow
Pathobjects to be used asdirectoryparameter #319 Closes #318. (commit) (thanks Nicolas Schneider!)- Use same database URLs as Flask-SQLAlchemy #276 (commit)
- Document how to set up with init_app method #302 (commit) (thanks Kyle Lawlor!)
- Document how to include a message in initial migrate. #313 (commit) (thanks Bernardo Gomes!)
- Remove checks for alembic 0.7.0 #278 Flask-Migrate requires alembic >= 0.7 in its setup.py file, which makes all the checks for this version obsolete. (commit) (thanks Tadej Borovšak!)
- Use sys.executable in tests #290 Also re-order imports. Closes miguelgrinberg/Flask-Migrate#289 (commit) (thanks John Vandenberg!)
- Cosmetic improvements to help messages #284 (commit) (thanks Marat Sharafutdinov!)
Release 2.5.2 - 2019-05-25
... (truncated)
Commits
943a938Release 3.1.00f9094aAdded list-templates command and support for custom templatesfbaaa37Alembic templates for aioflask8a7f185Remove outdated build scripts #nolog074cbc9Improved project structuref4e6043Strip version to avoid newline (#409)dd389baVersion 3.0.2deva5342d8Release 3.0.1113115dadd support for Alchemical in addition to Flask-SQLAlchemy699e136Remove Flask-Script references from the documentation- 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 closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 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@dependabot badge mewill 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)
- 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)