ComputerScienceHouse / packet

Web packet written in Python for Computer Science House
MIT License
23 stars 26 forks source link

Bump flask-migrate from 2.7.0 to 4.0.0 #351

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps flask-migrate from 2.7.0 to 4.0.0.

Changelog

Sourced from flask-migrate's changelog.

Flask-Migrate Change Log

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 --autogenerate is 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-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

... (truncated)

Commits
  • a19dbd1 Release 4.0.0
  • 370b915 Add Python 3.11 to build
  • b9c9d35 Option to rename "db" command group
  • 2852214 Documentation section on configuring Alembic
  • a3085b3 Enable type comparison and batch mode by default
  • 095b0ec Specify license in project metadata (#489)
  • 5175294 Updates for Flask-SQLAlchemy 3.x
  • de822d8 github issue configuration #nolog
  • dfaeeff Upgrade build to pypy-3.9
  • f7f15e2 Set opts correctly when revision --autogenerate is used (#463)
  • 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[bot] commented 1 year ago

Superseded by #356.