aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-26 15:29:21 +0000
committerGravatar GitHub <[email protected]>2024-03-26 15:29:21 +0000
commit70d0b1e417f739c2b85813a38b577d434d358fb4 (patch)
tree49ffbae93718f80f39ff468dbf65d2af1b4a76f3 /pyproject.toml
parentRemove the DM sent to users when they open a help post (diff)
Bump emoji from 2.10.1 to 2.11.0 (#2974)
Bumps [emoji](https://github.com/carpedm20/emoji) from 2.10.1 to 2.11.0. - [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.10.1...v2.11.0) --- 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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 1b36005e5..9f98b8742 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.1"
+emoji = "2.11.0"
feedparser = "6.0.11"
lxml = "5.1.0"
markdownify = "0.11.6"