tawilkinson / boardgamebot

A Discord.py bot that fetches board game data
7 stars 0 forks source link

Update emoji to 2.12.0 #238

Closed pyup-bot closed 5 months ago

pyup-bot commented 5 months ago

This PR updates emoji from 2.11.1 to 2.12.0.

Changelog ### 2.12.0 ``` ----- * Move type annotations inline * Use `functools.lru_cache` for looking up emoji by name with `get_emoji_by_name()` * Move internal functions `get_emoji_unicode_dict()`, `get_aliases_unicode_dict()`, `_EMOJI_UNICODE` and `_ALIASES_UNICODE` to `testutils` * Add type hints to tests * Remove obsolete dev dependency `coveralls` ```
Links - PyPI: https://pypi.org/project/emoji - Changelog: https://data.safetycli.com/changelogs/emoji/
pyup-bot commented 5 months ago

Closing this in favor of #239