ascoderu / lokole

Source code for the Lokole project. Lokole enables communities in the Congo DRC to pool resources to access efficient communication via email at an affordable price.
https://ascoderu.ca
Apache License 2.0
45 stars 12 forks source link

Update flask-migrate to 3.1.0 #577

Closed pyup-bot closed 3 years ago

pyup-bot commented 3 years ago

This PR updates Flask-Migrate from 2.5.3 to 3.1.0.

Changelog ### 3.1.0 ``` - Added list-templates command and support for custom templates ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/0f9094a750205c1db1fe178d0d037e529de403ae)) - Alembic templates for [aioflask](https://github.com/miguelgrinberg/aioflask) ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/fbaaa3787d0e03f5aafaea6fd7c2956362a57c52)) - Improved project structure ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/074cbc9cae4b6ebb7d013adcec42e070be1ae6b3)) ``` ### 3.0.1 ``` - Add support for Alchemical in addition to Flask-SQLAlchemy ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/113115d7f37a713d1f32be53a1e43564b9bb3dea)) - Remove Flask-Script references from the documentation ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/699e136e1ff8e2e75e6fcd957c4ebf332a4969a9)) ``` ### 3.0.0 ``` - Remove support for Flask-Script [403](https://github.com/miguelgrinberg/flask-migrate/issues/403) ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/a1787cf18fb4d5ec7369280afe1a59349f7544b8)) - Use unittest testrunner [397](https://github.com/miguelgrinberg/flask-migrate/issues/397) ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/5e75b1b574dd7ee991ca2fae0b2ccd63a0f98d81)) (thanks **Jürgen Gmach**!) - Remove dependency on six package [395](https://github.com/miguelgrinberg/flask-migrate/issues/395) ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/4ad897f1c3522ecf529cb83f70ef72bc3c32ba6f)) (thanks **Jürgen Gmach**!) - Added sphinx build files to .gitignore file [394](https://github.com/miguelgrinberg/flask-migrate/issues/394) ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/6566e3dc5d5aa6dc7ca7a6228655f0a9d78d42e6)) (thanks **Jürgen Gmach**!) - Fix Sphinx warning [393](https://github.com/miguelgrinberg/flask-migrate/issues/393) ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/a2d31b723517a9f72a9735ff70d858f7158dd4b3)) (thanks **Jürgen Gmach**!) ``` ### 2.7.0 ``` - Reuse engine from Flask-SQLAlchemy [343](https://github.com/miguelgrinberg/flask-migrate/issues/343) ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/8f8ded8799c65e2b3490a82b5e3a3953c33c58dd)) - Update logging configuration to include Flask-Migrate's logger ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/3a11cd8392733bd8315458c47d769d952494bdd7)) ``` ### 2.6.0 ``` - Removed deprecated --head-only option [380](https://github.com/miguelgrinberg/flask-migrate/issues/380) ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/ae0a5a922106d67605adcebe9e3f13b1ed5f84e8)) - Initialize logger with a name [374](https://github.com/miguelgrinberg/flask-migrate/issues/374) ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/4887bd53bc08f10087fe27a4a7d9fe853031cdcf)) (thanks **maquino1985**!) - Move import to the top in env.py file to avoid linter warnings [349](https://github.com/miguelgrinberg/flask-migrate/issues/349) ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/b34d9e3ff79ffb2f6c0204289f697a08852d0859)) (thanks **James Addison**!) - Add a note to the documentation regarding logging [330](https://github.com/miguelgrinberg/flask-migrate/issues/330) ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/f969b5ea087f2d9bf646492e1a5ca23535dfac5f)) (thanks **Oliver Evans**!) - Move builds to GitHub actions ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/c4a515105e84ae201208cd02159116653dc5e821)) ```
Links - PyPI: https://pypi.org/project/flask-migrate - Changelog: https://pyup.io/changelogs/flask-migrate/ - Repo: https://github.com/miguelgrinberg/flask-migrate - Docs: https://pythonhosted.org/Flask-Migrate/
codecov-commenter commented 3 years ago

Codecov Report

Merging #577 (9f48e5b) into master (3bf8167) will increase coverage by 1.73%. The diff coverage is 55.97%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #577      +/-   ##
==========================================
+ Coverage   76.71%   78.44%   +1.73%     
==========================================
  Files          45       51       +6     
  Lines        2766     3327     +561     
==========================================
+ Hits         2122     2610     +488     
- Misses        644      717      +73     
Impacted Files Coverage Δ
opwen_email_server/config.py 100.00% <ø> (ø)
opwen_email_client/webapp/views.py 40.75% <21.05%> (-0.84%) :arrow_down:
opwen_email_client/webapp/tasks.py 43.58% <23.07%> (-3.08%) :arrow_down:
opwen_email_client/util/network.py 30.00% <30.00%> (ø)
opwen_email_client/webapp/actions.py 34.34% <30.95%> (-0.92%) :arrow_down:
opwen_email_client/webapp/forms/email.py 34.94% <60.00%> (-0.38%) :arrow_down:
opwen_email_client/webapp/forms/register.py 60.71% <60.71%> (ø)
opwen_email_server/services/sendgrid.py 91.79% <63.63%> (-2.61%) :arrow_down:
opwen_email_server/mailers/wikipedia.py 97.77% <97.77%> (ø)
opwen_email_client/webapp/config.py 100.00% <100.00%> (ø)
... and 4 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c18a475...9f48e5b. Read the comment docs.