Bump flask-migrate from 4.0.4 to 4.0.5
Bumps flask-migrate from 4.0.4 to 4.0.5.
Release notes
Sourced from flask-migrate's releases.
Release 4.0.5
See CHANGES.md for release notes.
Changelog
Sourced from flask-migrate's changelog.
Flask-Migrate Change Log
Release 4.0.5 - 2023-09-12
- Compatiblity fixes for Flask-SQLAlchemy >= 3.1 #526 (commit) (thanks David Lord!)
- Allow
process_revision_directivesoption to be configurable #523 (commit) (thanks llc!)- Stop testing Python 3.7, as Flask-SQLAlchemy 3.1 stopped supporting it (commit)
Release 4.0.4 - 2023-02-02
Release 4.0.3 - 2023-01-29
- Remove legacy future import in Alembic templates #504 (commit) (thanks Pamela Fox!)
- Add SQLAlchemy 1.4 and 2.0 to the test matrix (commit)
- Switch to pytest as test runner (commit)
Release 4.0.2 - 2023-01-18
Release 4.0.1 - 2023-01-05
- Do not use deprecated functions in Flask-SQLAlchemy 3.0 (commit)
- Stop building Python 3.6 (commit)
- Remove tests from pypi package (commit)
Release 4.0.0 - 2022-11-13
- Updates for Flask-SQLAlchemy 3.x compatiblity (commit)
- Enable type comparison and batch mode by default (commit)
- Option to rename "db" command group to a custom name (commit)
- Better handling of MetaData instances in templates (commit)
- Set options correctly when
revision --autogenerateis used #463 (commit) (thanks Frazer McLean!)- Documentation section on configuring Alembic (commit)
- Upgrade build to pypy-3.9 (commit)
- Add Python 3.10 to build (commit)
- Add Python 3.11 to build (commit)
- Specify license in project metadata #489 (commit) (thanks Frazer McLean!)
- Remove tests from pypi package (commit)
Release 3.1.0 - 2021-08-01
- Added
list-templatescommand and support for custom templates (commit)- Alembic templates for aioflask (commit)
- Improved project structure (commit)
Release 3.0.1 - 2021-05-31
... (truncated)
Commits
6e89a7dRelease 4.0.58d17519Stop testing Python 3.7, as Flask-SQLAlchemy 3.1 stopped supporting it4ad7621adjust texting matrix for flask-sqlalchemy 3.1 #nologf562178Compatiblity fixes for Flask-SQLAlchemy >= 3.1 (#526)821e37fAllow process_revision_directives option to be configurable (#523)b3c4b8bUpgrade GitHub actions #nolog7e61b04Version 4.0.5.dev0- See full diff 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@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)
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 86.58%. Comparing base (
b4cef4f) to head (bc6fae7). Report is 11 commits behind head on master.
Additional details and impacted files
@@ Coverage Diff @@
## master #880 +/- ##
=======================================
Coverage 86.58% 86.58%
=======================================
Files 35 35
Lines 3696 3696
Branches 746 746
=======================================
Hits 3200 3200
Misses 357 357
Partials 139 139
| Flag | Coverage Δ | |
|---|---|---|
| unittests | 86.58% <ø> (ø) |
Flags with carried forward coverage won't be shown. Click here to find out more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@dependabot rebase
Superseded by #905.