aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-22 19:12:48 +0000
committerGravatar GitHub <[email protected]>2024-04-22 19:12:48 +0000
commitf6cafc0e929c5b0b6bfccafd88b0782b8e2141f1 (patch)
tree5c07b8e8203157253d0d9f2ac7d4c864dce631cf
parentBump aiohttp from 3.9.3 to 3.9.4 (#1514) (diff)
Bump emoji from 2.11.0 to 2.11.1 (#1517)
Bumps [emoji](https://github.com/carpedm20/emoji) from 2.11.0 to 2.11.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.0...v2.11.1) --- updated-dependencies: - dependency-name: emoji dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> 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 f3d715ea..04e7c5b8 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -357,13 +357,13 @@ files = [
[[package]]
name = "emoji"
-version = "2.11.0"
+version = "2.11.1"
description = "Emoji for Python"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7"
files = [
- {file = "emoji-2.11.0-py2.py3-none-any.whl", hash = "sha256:63fc9107f06c6c2e48e5078ce9575cef98518f5ac09474f6148a43e989989582"},
- {file = "emoji-2.11.0.tar.gz", hash = "sha256:772eaa30f4e0b1ce95148a092df4c7dc97644532c03225326b0fd05e8a9f72a3"},
+ {file = "emoji-2.11.1-py2.py3-none-any.whl", hash = "sha256:b7ba25299bbf520cc8727848ae66b986da32aee27dc2887eaea2bff07226ce49"},
+ {file = "emoji-2.11.1.tar.gz", hash = "sha256:062ff0b3154b6219143f8b9f4b3e5c64c35bc2b146e6e2349ab5f29e218ce1ee"},
]
[package.extras]
@@ -1913,4 +1913,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.12.*"
-content-hash = "4bed5b5aaa15b1b37a5e9b5be3f5fc5b364dd180cd4d9604634b3be3c134c711"
+content-hash = "71edb2641b63f5faf239985ec42c62f8aa5fe94d16c38d720cb9648cf3b92010"
diff --git a/pyproject.toml b/pyproject.toml
index 19b99ee2..b884ca8d 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.1"
-emoji = "2.11.0"
+emoji = "2.11.1"
pyjokes = "0.6.0"
pydantic = { version = "2.6.4", extras = ["dotenv"]}
pydantic-settings = "2.2.1"