aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-06-20 12:46:57 +0100
committerGravatar GitHub <[email protected]>2023-06-20 12:46:57 +0100
commitc88a805a10b67d75933eaff9e8ff6acbbcd193c9 (patch)
treedf46fb31b8470fe208bb9953f209accd1e5c5246 /pyproject.toml
parentMerge pull request #2649 from interrrp/patch-1 (diff)
Bump emoji from 2.5.0 to 2.5.1 (#2644)
Bumps [emoji](https://github.com/carpedm20/emoji) from 2.5.0 to 2.5.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.5.0...v2.5.1) --- updated-dependencies: - dependency-name: emoji dependency-type: direct:production update-type: version-update:semver-patch ... 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 44c96317e..7836ffff3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -17,7 +17,7 @@ beautifulsoup4 = "4.12.2"
colorama = { version = "0.4.6", markers = "sys_platform == 'win32'" }
coloredlogs = "15.0.1"
deepdiff = "6.3.0"
-emoji = "2.5.0"
+emoji = "2.5.1"
feedparser = "6.0.10"
lxml = "4.9.2"
markdownify = "0.11.6"