diff options
author | 2024-05-20 16:43:42 +0100 | |
---|---|---|
committer | 2024-05-20 16:43:42 +0100 | |
commit | 2cf4178fc7e5c962970ba73f0295ac0cd2b073f5 (patch) | |
tree | 36659ea1fb933b6cb56b15853a1cde7bd9d6c140 /pyproject.toml | |
parent | Bump rapidfuzz from 3.9.0 to 3.9.1 (#1533) (diff) |
Bump emoji from 2.11.1 to 2.12.1 (#1534)
Bumps [emoji](https://github.com/carpedm20/emoji) from 2.11.1 to 2.12.1.
- [Release notes](https://github.com/carpedm20/emoji/releases)
- [Changelog](https://github.com/carpedm20/emoji/blob/master/CHANGES.md)
- [Commits](https://github.com/carpedm20/emoji/compare/v2.11.1...v2.12.1)
---
updated-dependencies:
- dependency-name: emoji
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index abd31f5c..8fcd3740 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ emojis = "0.7.0" coloredlogs = "15.0.1" colorama = { version = "0.4.6", markers = "sys_platform == 'win32'" } lxml = "5.2.2" -emoji = "2.11.1" +emoji = "2.12.1" pyjokes = "0.6.0" pydantic = { version = "2.6.4", extras = ["dotenv"]} pydantic-settings = "2.2.1" |