aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-05-20 16:43:42 +0100
committerGravatar GitHub <[email protected]>2024-05-20 16:43:42 +0100
commit2cf4178fc7e5c962970ba73f0295ac0cd2b073f5 (patch)
tree36659ea1fb933b6cb56b15853a1cde7bd9d6c140
parentBump rapidfuzz from 3.9.0 to 3.9.1 (#1533) (diff)
Bump emoji from 2.11.1 to 2.12.1 (#1534)
Bumps [emoji](https://github.com/carpedm20/emoji) from 2.11.1 to 2.12.1. - [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.11.1...v2.12.1) --- 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.lock15
-rw-r--r--pyproject.toml2
2 files changed, 10 insertions, 7 deletions
diff --git a/poetry.lock b/poetry.lock
index e1ae5890..21296c0d 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -357,17 +357,20 @@ files = [
[[package]]
name = "emoji"
-version = "2.11.1"
+version = "2.12.1"
description = "Emoji for Python"
optional = false
-python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7"
+python-versions = ">=3.7"
files = [
- {file = "emoji-2.11.1-py2.py3-none-any.whl", hash = "sha256:b7ba25299bbf520cc8727848ae66b986da32aee27dc2887eaea2bff07226ce49"},
- {file = "emoji-2.11.1.tar.gz", hash = "sha256:062ff0b3154b6219143f8b9f4b3e5c64c35bc2b146e6e2349ab5f29e218ce1ee"},
+ {file = "emoji-2.12.1-py3-none-any.whl", hash = "sha256:a00d62173bdadc2510967a381810101624a2f0986145b8da0cffa42e29430235"},
+ {file = "emoji-2.12.1.tar.gz", hash = "sha256:4aa0488817691aa58d83764b6c209f8a27c0b3ab3f89d1b8dceca1a62e4973eb"},
]
+[package.dependencies]
+typing-extensions = ">=4.7.0"
+
[package.extras]
-dev = ["coverage", "coveralls", "pytest"]
+dev = ["coverage", "pytest (>=7.4.4)"]
[[package]]
name = "emojis"
@@ -1906,4 +1909,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.12.*"
-content-hash = "37c52aa9ced8c0b2d071d88207077de6884be041451d9901ee19fd4cd018facd"
+content-hash = "5bba5722bf976703b813b56dd76e93bf0b64553d82766afa8d83136a9a287c2e"
diff --git a/pyproject.toml b/pyproject.toml
index abd31f5c..8fcd3740 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.2.2"
-emoji = "2.11.1"
+emoji = "2.12.1"
pyjokes = "0.6.0"
pydantic = { version = "2.6.4", extras = ["dotenv"]}
pydantic-settings = "2.2.1"