aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-01 14:15:03 +0100
committerGravatar GitHub <[email protected]>2023-08-01 14:15:03 +0100
commit3294eb91722def7b5715b539467f47bc49cff091 (patch)
tree9c04bd532b845d8c50f38bb883fa3f96780fd8e3
parentBump sentry-sdk from 1.28.0 to 1.29.0 (#1337) (diff)
Bump emoji from 2.6.0 to 2.7.0 (#1336)
Bumps [emoji](https://github.com/carpedm20/emoji) from 2.6.0 to 2.7.0. - [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.6.0...v2.7.0) --- updated-dependencies: - dependency-name: emoji dependency-type: direct:production update-type: version-update:semver-minor ... 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 7b2472a8..db6d8199 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -458,12 +458,12 @@ files = [
[[package]]
name = "emoji"
-version = "2.6.0"
+version = "2.7.0"
description = "Emoji for Python"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
files = [
- {file = "emoji-2.6.0.tar.gz", hash = "sha256:39ad95c9ba270cdfbd141d20c2ebcfc4e295d010b605de66908a098a3ba63a3c"},
+ {file = "emoji-2.7.0.tar.gz", hash = "sha256:375cc08589704266099846c553b6572ec5be591374b4d2cd1623b8343d5c9abb"},
]
[package.extras]
@@ -1796,4 +1796,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "450939cc059c17d43268d17d1370a4342d9e914025379ca186d20a67d92dfe69"
+content-hash = "0beab5faeb75704d8d7d59063150af561663f65b165b992577cc847e2551829c"
diff --git a/pyproject.toml b/pyproject.toml
index 51699808..8437b972 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.6.0"
+emoji = "2.7.0"
pyjokes = "0.6.0"
pydantic = { version = "1.10.9", extras = ["dotenv"]}