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
Copy link
Copy Markdown
Contributor

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

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 compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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 added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 13, 2026
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