aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-17 21:37:15 -0700
committerGravatar GitHub <[email protected]>2023-08-17 21:37:15 -0700
commit4dc0f9d034afc13859de8c9d152874ccec6dd724 (patch)
treebeecc83a82c8f79b0f8a6abbfeb94ed24205504a
parentBump ruff from 0.0.281 to 0.0.284 (#1344) (diff)
Bump emoji from 2.7.0 to 2.8.0 (#1345)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--poetry.lock7
-rw-r--r--pyproject.toml2
2 files changed, 5 insertions, 4 deletions
diff --git a/poetry.lock b/poetry.lock
index d63af427..63a66181 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -458,12 +458,13 @@ files = [
[[package]]
name = "emoji"
-version = "2.7.0"
+version = "2.8.0"
description = "Emoji for Python"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
files = [
- {file = "emoji-2.7.0.tar.gz", hash = "sha256:375cc08589704266099846c553b6572ec5be591374b4d2cd1623b8343d5c9abb"},
+ {file = "emoji-2.8.0-py2.py3-none-any.whl", hash = "sha256:a8468fd836b7ecb6d1eac054c9a591701ce0ccd6c6f7779ad71b66f76664df90"},
+ {file = "emoji-2.8.0.tar.gz", hash = "sha256:8d8b5dec3c507444b58890e598fc895fcec022b3f5acb49497c6ccc5208b8b00"},
]
[package.extras]
@@ -1784,4 +1785,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "d5a63f807777f0aa25a549033b75e6e6e98c39f4c343b59c6b2e677f168d78a2"
+content-hash = "2eba617bfb893f18f70c3b035014d6b4ecd643a97a815cf5c6dd520219cea157"
diff --git a/pyproject.toml b/pyproject.toml
index 8e0f778d..e9fd1f45 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.3"
-emoji = "2.7.0"
+emoji = "2.8.0"
pyjokes = "0.6.0"
pydantic = { version = "1.10.9", extras = ["dotenv"]}