Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Update unidecode to 1.2.0 #293

Merged
merged 1 commit into from Feb 26, 2021
Merged

Conversation

pyup-bot
Copy link
Collaborator

@pyup-bot pyup-bot commented Feb 5, 2021

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

@coveralls
Copy link

Coverage Status

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

@mostafa mostafa merged commit 52c4ff4 into master Feb 26, 2021
@mostafa mostafa deleted the pyup-update-unidecode-1.1.2-to-1.2.0 branch February 26, 2021 19:36
mostafa pushed a commit that referenced this pull request Mar 7, 2021
* Update pytest from 6.1.2 to 6.2.1 (#279)
* fix: requirements.txt to reduce vulnerabilities (#288)
* The following vulnerabilities are fixed by pinning transitive dependencies:
*   - https://snyk.io/vuln/SNYK-PYTHON-PYYAML-590151
* Update pyyaml from 5.3.1 to 5.4.1 (#289)
* Update setuptools from 51.0.0 to 51.3.3 (#286)
* Update unidecode from 1.1.1 to 1.1.2 (#281)
* Update requests from 2.25.0 to 2.25.1 (#280)
* Update setuptools from 51.3.3 to 53.1.0 (#295)
* Update pytest-runner from 5.2 to 5.3.0 (#294)
* Update unidecode from 1.1.2 to 1.2.0 (#293)
* Update pytest from 6.2.1 to 6.2.2 (#291)
* Update pytest-flask to 1.2.0 (#296)
* Update pytest-flask from 1.1.0 to 1.2.0
* Update setuptools from 53.1.0 to 54.1.1 (#299)
* Update pygrest from 1.4.0 to 2.1.0 (#274)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants