aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-02-02 05:04:37 +0000
committerGravatar GitHub <[email protected]>2024-02-02 05:04:37 +0000
commit5e9047f7e5cf9cc35945c29415bd7e2206fd978f (patch)
treee1594ff1078e3a159e2509147ccc137e39a98b84
parentChanged riddle behaviour to match that of trivia (#1440) (diff)
Bump emoji from 2.10.0 to 2.10.1 (#1445)
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 465524ee..65e74c04 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -368,13 +368,13 @@ files = [
[[package]]
name = "emoji"
-version = "2.10.0"
+version = "2.10.1"
description = "Emoji for Python"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
files = [
- {file = "emoji-2.10.0-py2.py3-none-any.whl", hash = "sha256:aed4332caa23553a7218f032c08b0a325ae53b010f7fb98ad272c0f7841bc1d3"},
- {file = "emoji-2.10.0.tar.gz", hash = "sha256:7e68435eecd2c428c3b4aaa5f72d61a5b1a36c81a5138681cba13d19d94aa3a0"},
+ {file = "emoji-2.10.1-py2.py3-none-any.whl", hash = "sha256:11fb369ea79d20c14efa4362c732d67126df294a7959a2c98bfd7447c12a218e"},
+ {file = "emoji-2.10.1.tar.gz", hash = "sha256:16287283518fb7141bde00198f9ffff4e1c1cb570efb68b2f1ec50975c3a581d"},
]
[package.extras]
@@ -1825,4 +1825,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "08578b5fdfa5d0a07cf30860ccb065671bb83d2390ee4cedf130ed36eb1a3902"
+content-hash = "1fb3c49e67aac8b60e2edc2634055298512d8c7e91b1603ce0094fcceb30e80d"
diff --git a/pyproject.toml b/pyproject.toml
index 7edbd2fb..5efac0a6 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -21,7 +21,7 @@ emojis = "0.7.0"
coloredlogs = "15.0.1"
colorama = { version = "0.4.6", markers = "sys_platform == 'win32'" }
lxml = "5.1.0"
-emoji = "2.10.0"
+emoji = "2.10.1"
pyjokes = "0.6.0"
pydantic = { version = "2.5.2", extras = ["dotenv"]}
pydantic-settings = "2.1.0"