wooyek / flask-social-blueprint

An OAuth based authentication blueprint for flask. Easy to extend and override.
MIT License
83 stars 29 forks source link

Update mongoengine to 0.11.0 #44

Closed pyup-bot closed 6 years ago

pyup-bot commented 7 years ago

There's a new version of mongoengine available. You are currently using 0.10.9. I have updated it to 0.11.0

These links might come in handy: PyPI | Changelog | Homepage

Changelog

0.11.0

=================

  • BREAKING CHANGE: Renamed ConnectionError to MongoEngineConnectionError since the former is a built-in exception name in Python v3.x. 1428
  • BREAKING CHANGE: Dropped Python 2.6 support. 1428
  • BREAKING CHANGE: from mongoengine.base import ErrorClass won't work anymore for any error from mongoengine.errors (e.g. ValidationError). Use from mongoengine.errors import ErrorClass instead. 1428
  • Fixed absent rounding for DecimalField when force_string is set. 1103

Got merge conflicts? Close this PR and delete the branch. I'll create a new PR for you.

Happy merging! 🤖