aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-22 20:18:30 +0100
committerGravatar GitHub <[email protected]>2024-04-22 20:18:30 +0100
commitcbea647a8fc6a8dc931636ec9a263f0573db1ce6 (patch)
treec8e14dbc4496627c8212a69b895aa6ba0c76fd65 /pyproject.toml
parentBump ruff from 0.3.7 to 0.4.1 (#3025) (diff)
Bump emoji from 2.11.0 to 2.11.1 (#3026)
Bumps [emoji](https://github.com/carpedm20/emoji) from 2.11.0 to 2.11.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.0...v2.11.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 ead1133ae..7072608da 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.0"
+emoji = "2.11.1"
feedparser = "6.0.11"
lxml = "5.2.1"
markdownify = "0.12.1"