Skip to content

Bump demoji from 1.1.0 to 2.0.0#490

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/pip/demoji-2.0.0
Open

Bump demoji from 1.1.0 to 2.0.0#490
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/pip/demoji-2.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 13, 2026

Copy link
Copy Markdown
Contributor

Bumps demoji from 1.1.0 to 2.0.0.

Release notes

Sourced from demoji's releases.

v2.0.0

What's Changed

New Contributors

Full Changelog: bsolomon1124/demoji@v1.1.0...v2.0.0

Changelog

Sourced from demoji's changelog.

[2.0.0] - 2026-04-18

Added

  • Bundled Unicode emoji data updated to version 16.0 (from 13.1). Closes #32 and #33 — emoji sequences such as 🫶🏻 (heart hands with skin tone) and the 🧑🏻‍❤️‍💋‍🧑🏼 family of "kiss: person, person" sequences are now recognized.
  • GitHub Actions CI workflow running lint, format, type check, and tests across Python 3.10 – 3.14.
  • ruff for lint + format and ty for type checking.

Changed

  • Moved to a src/ layout. demoji now lives at src/demoji/.
  • Switched the build backend to uv_build and consolidated all project metadata into pyproject.toml.
  • Emoji patterns are now compiled once at import time instead of lazily.

Fixed

  • replace() and replace_with_desc() now strip orphaned U+FE0F / U+FE0E variation selectors left in the output when the input contains a stray selector. Closes #25.

Removed

  • Support for Python ≤ 3.9. Supported interpreters are now 3.10, 3.11, 3.12, 3.13, and 3.14.
  • setup.py, setup.cfg, MANIFEST.in, tox.ini, .coveragerc, requirements.txt, and requirements/.
  • The optional ujson extra; the stdlib json module is used exclusively.
  • The deprecated DIRECTORY, CACHEPATH, and download_codes module-level attributes.
  • black and flake8 (replaced by ruff).

Deprecated

  • The module-level set_emoji_pattern() is retained as a no-op for backwards compatibility and may be removed in a future major release.
Commits
  • b8e166b ci: bump astral-sh/setup-uv from 4.2.0 to 8.1.0 (#38)
  • 3c988c2 ci: bump actions/checkout from 4.3.1 to 6.0.2 (#37)
  • e7f6175 Modernize tooling, packaging, and CI for 2026 (#36)
  • See full diff in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 13, 2026
Bumps [demoji](https://github.com/bsolomon1124/demoji) from 1.1.0 to 2.0.0.
- [Release notes](https://github.com/bsolomon1124/demoji/releases)
- [Changelog](https://github.com/bsolomon1124/demoji/blob/master/CHANGELOG.md)
- [Commits](bsolomon1124/demoji@v1.1.0...v2.0.0)

---
updated-dependencies:
- dependency-name: demoji
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/demoji-2.0.0 branch from b886cf4 to a9b2e97 Compare May 15, 2026 20:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants