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

Update flask-migrate requirement from <3,>=2.5.3 to >=2.5.3,<4 #764

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 4, 2021

Updates the requirements on flask-migrate to permit the latest version.

Changelog

Sourced from flask-migrate's changelog.

Flask-Migrate Change Log

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 Path objects to be used as directory parameter #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

  • add python 3.7 builds, remove 3.4 (commit)
  • auto-generate change log during release (commit)
  • Nicer change log (commit)

Release 2.5.1 - 2019-05-20

  • Fix __version__ file not found in sdist #267 (commit) (thanks Christoph Gohlke!)

Release 2.5.0 - 2019-05-19

... (truncated)

Commits

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 the dependencies Pull requests that update a dependency file label Jun 4, 2021
Updates the requirements on [flask-migrate](https://github.com/miguelgrinberg/flask-migrate) to permit the latest version.
- [Release notes](https://github.com/miguelgrinberg/flask-migrate/releases)
- [Changelog](https://github.com/miguelgrinberg/Flask-Migrate/blob/main/CHANGES.md)
- [Commits](miguelgrinberg/Flask-Migrate@v2.5.3...v3.0.1)

---
updated-dependencies:
- dependency-name: flask-migrate
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/master/flask-migrate-gte-2.5.3-and-lt-4 branch from 254508d to 0e54092 Compare June 6, 2021 13:14
@Glandos Glandos merged commit 3894f15 into master Jun 6, 2021
@Glandos Glandos deleted the dependabot/pip/master/flask-migrate-gte-2.5.3-and-lt-4 branch June 6, 2021 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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