mostafa / grest

Build REST APIs with Neo4j and Flask, as quickly as possible!
http://grest.readthedocs.io/
GNU General Public License v3.0
115 stars 11 forks source link

Update unidecode to 1.2.0 #293

Closed pyup-bot closed 3 years ago

pyup-bot commented 3 years ago

This PR updates Unidecode from 1.1.2 to 1.2.0.

Changelog ### 1.2.0 ``` * Add 'errors' argument that specifies how characters with unknown replacements are handled. Default is 'ignore' to replicate the behavior of older versions. * Many characters that were previously replaced with '[?]' are now correctly marked as unknown and will behave as specified in the new errors='...' argument. * Added some missing ligatures and quotation marks in U+1F6xx and U+27xx ranges. * Add PEP 561-style type information (thanks to Pascal Corpet) * Support for Python 2 and 3.5 to be removed in next release. ```
Links - PyPI: https://pypi.org/project/unidecode - Changelog: https://pyup.io/changelogs/unidecode/
coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 86.233% when pulling 488fbc1239673fa7f1b51c25505bd01296db0a94 on pyup-update-unidecode-1.1.2-to-1.2.0 into 2d84ca7338a7750eef3f4d461b1ccc8df583d0d3 on master.