aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-06-30 05:47:42 +0000
committerGravatar GitHub <[email protected]>2023-06-30 05:47:42 +0000
commit0065fb7f42e6857fe1ccd086cc0f51aca5c07f12 (patch)
tree40fcdeac8fb6761ab183eece00ff2522a129a99b
parentBump sentry-sdk from 1.25.1 to 1.26.0 (#1306) (diff)
Bump emoji from 2.5.1 to 2.6.0 (#1308)
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 323f1dc5..b290654f 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -458,12 +458,12 @@ files = [
[[package]]
name = "emoji"
-version = "2.5.1"
+version = "2.6.0"
description = "Emoji for Python"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
files = [
- {file = "emoji-2.5.1.tar.gz", hash = "sha256:8e5ec80f56dd1fe38f4c4847b9ea6f18d4ad94d0b8dd135b0b2355ddf56d6d62"},
+ {file = "emoji-2.6.0.tar.gz", hash = "sha256:39ad95c9ba270cdfbd141d20c2ebcfc4e295d010b605de66908a098a3ba63a3c"},
]
[package.extras]
@@ -1790,4 +1790,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "6063c1cbee6df8a410fe947cae1f440e20bc263ee20aade6183d0320c9082289"
+content-hash = "57de68786d6b511be3efccc53427b3aad08a95bc1bc8fb9758329d71a24e59bd"
diff --git a/pyproject.toml b/pyproject.toml
index 6fe4dc30..d6ce5346 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.5.1"
+emoji = "2.6.0"
pyjokes = "0.6.0"
pydantic = { version = "1.10.9", extras = ["dotenv"]}