aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-29 05:30:28 +0000
committerGravatar GitHub <[email protected]>2023-05-29 05:30:28 +0000
commit38c016244c39d0f2c9eafabfc53c594f2355ef2c (patch)
tree696d7bf77e522c9caec598b7778baccfe95a6670
parentMerge pull request #1283 from python-discord/dependabot/pip/pip-licenses-4.3.2 (diff)
Bump emoji from 2.2.0 to 2.4.0 (#1287)
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 c7095ecf..15a75484 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -474,13 +474,13 @@ files = [
[[package]]
name = "emoji"
-version = "2.2.0"
+version = "2.4.0"
description = "Emoji for Python"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
files = [
- {file = "emoji-2.2.0.tar.gz", hash = "sha256:a2986c21e4aba6b9870df40ef487a17be863cb7778dcf1c01e25917b7cd210bb"},
+ {file = "emoji-2.4.0.tar.gz", hash = "sha256:72b918412f7059f57b0f0b0c27f3458802c4c97a2f039f4732610c2582b6c9e4"},
]
[package.extras]
@@ -1851,4 +1851,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "a89301762c511672707ff2d043499b42665d47de27a3e27e6ad350d3f41f3042"
+content-hash = "9af8e9feb91b582872f64f8d4db457b0fce540c64f0b1f0ac96e14ccdb0b8064"
diff --git a/pyproject.toml b/pyproject.toml
index 011c8d75..547f2e4c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -22,7 +22,7 @@ emojis = "0.7.0"
coloredlogs = "15.0.1"
colorama = { version = "0.4.6", markers = "sys_platform == 'win32'" }
lxml = "4.9.2"
-emoji = "2.2.0"
+emoji = "2.4.0"
pyjokes = "0.6.0"
pydantic = { version = "1.10.8", extras = ["dotenv"]}