aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-12-06 22:17:25 +0000
committerGravatar GitHub <[email protected]>2023-12-06 22:17:25 +0000
commit0df0974dc8155464e1f7e9fd21a05152cf0602a1 (patch)
treef2411a0e0ad5c66518f56988307451a2a818d977
parentBump ruff from 0.1.6 to 0.1.7 (#2836) (diff)
Bump emoji from 2.8.0 to 2.9.0 (#2837)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--poetry.lock8
-rw-r--r--pyproject.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock
index 767a60b6c..329ccf1f1 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -569,13 +569,13 @@ files = [
[[package]]
name = "emoji"
-version = "2.8.0"
+version = "2.9.0"
description = "Emoji for Python"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
files = [
- {file = "emoji-2.8.0-py2.py3-none-any.whl", hash = "sha256:a8468fd836b7ecb6d1eac054c9a591701ce0ccd6c6f7779ad71b66f76664df90"},
- {file = "emoji-2.8.0.tar.gz", hash = "sha256:8d8b5dec3c507444b58890e598fc895fcec022b3f5acb49497c6ccc5208b8b00"},
+ {file = "emoji-2.9.0-py2.py3-none-any.whl", hash = "sha256:17b0d53e1d9f787307a4c65aa19badb0a1ffdbc89b3a3cd851fc77821cdaced2"},
+ {file = "emoji-2.9.0.tar.gz", hash = "sha256:5f4a15b7caa9c67fc11be9d90a822e3fa26aeb4e5b7bd2ded754b394d9c47869"},
]
[package.extras]
@@ -2354,4 +2354,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "8e1580891836e3f298686c7d277c25c15852309b7f5c60ab9a4a05be933ac5a6"
+content-hash = "4219966ec3825bf2978b6d00650d38a26320d90ba3976a35e44de3e50e271510"
diff --git a/pyproject.toml b/pyproject.toml
index 46c333406..aa953a48b 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.7.1"
-emoji = "2.8.0"
+emoji = "2.9.0"
feedparser = "6.0.10"
lxml = "4.9.3"
markdownify = "0.11.6"