aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-07-25 11:34:02 +0100
committerGravatar GitHub <[email protected]>2023-07-25 11:34:02 +0100
commitbd1593270961830aaf701de06eeb12e1e4221151 (patch)
tree34a1f3c6f0e34a5d4173bf5c9848b15e664e193f /pyproject.toml
parentBump more-itertools from 9.1.0 to 10.0.0 (#2694) (diff)
Bump emoji from 2.6.0 to 2.7.0 (#2693)
Bumps [emoji](https://github.com/carpedm20/emoji) from 2.6.0 to 2.7.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.6.0...v2.7.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 2b563adf8..b64bb6263 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.1"
-emoji = "2.6.0"
+emoji = "2.7.0"
feedparser = "6.0.10"
lxml = "4.9.3"
markdownify = "0.11.6"