diff options
| author | 2024-05-20 15:46:38 +0000 | |
|---|---|---|
| committer | 2024-05-20 15:46:38 +0000 | |
| commit | 1fd09e4f949e9edc152808187ed0b52444235134 (patch) | |
| tree | a5f38e3e2acc549144681c9854f7d32d01d5d139 /pyproject.toml | |
| parent | Bump pytest from 8.2.0 to 8.2.1 (#3060) (diff) | |
Bump emoji from 2.11.1 to 2.12.1 (#3059)
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 96c975f25..96a71cfa2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ beautifulsoup4 = "4.12.3" colorama = { version = "0.4.6", markers = "sys_platform == 'win32'" } coloredlogs = "15.0.1" deepdiff = "7.0.1" -emoji = "2.11.1" +emoji = "2.12.1" feedparser = "6.0.11" lxml = "5.2.2" markdownify = "0.12.1" |