aboutsummaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--poetry.lock6
-rw-r--r--pyproject.toml2
2 files changed, 4 insertions, 4 deletions
diff --git a/poetry.lock b/poetry.lock
index 0809377c0..fa22488d9 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -571,12 +571,12 @@ files = [
[[package]]
name = "emoji"
-version = "2.5.0"
+version = "2.5.1"
description = "Emoji for Python"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
files = [
- {file = "emoji-2.5.0.tar.gz", hash = "sha256:0e048dd540a0644bd30790b540466492f1487a3788528422fe196a939a7a3ac0"},
+ {file = "emoji-2.5.1.tar.gz", hash = "sha256:8e5ec80f56dd1fe38f4c4847b9ea6f18d4ad94d0b8dd135b0b2355ddf56d6d62"},
]
[package.extras]
@@ -2220,4 +2220,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "35885ba2cf14994028f219a19218d24f7c4a20500878ac986461dc6d979a53b6"
+content-hash = "e054cf9a2eb690727c79fa5e1c324f18cbf201f411bb3b0d77beac74c90559a5"
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"