diff options
author | 2024-02-02 04:54:53 +0000 | |
---|---|---|
committer | 2024-02-02 04:54:53 +0000 | |
commit | 5034d75dfa8b0a2f813d25a599f3504ef963cc7d (patch) | |
tree | c973e1d8bdf22d55148261f096b68dec78afacd8 /pyproject.toml | |
parent | Merge pull request #2879 from python-discord/use-botcore-paginator (diff) |
Bump emoji from 2.10.0 to 2.10.1 (#2906)
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 e67e69498..62f71bac0 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 = "6.7.1" -emoji = "2.10.0" +emoji = "2.10.1" feedparser = "6.0.11" lxml = "5.1.0" markdownify = "0.11.6" |