diff options
author | 2023-12-06 22:17:36 +0000 | |
---|---|---|
committer | 2023-12-06 22:17:36 +0000 | |
commit | 36a571a7a89efd5ca26f1e9b75865e210ff820d0 (patch) | |
tree | 21bb60e2d1b20299f60ffb0f6ef2e2389a92441b | |
parent | Bump ruff from 0.1.6 to 0.1.7 (#1406) (diff) |
Bump emoji from 2.8.0 to 2.9.0 (#1407)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | poetry.lock | 8 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock index ed7823a6..1939501d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -365,13 +365,13 @@ files = [ [[package]] name = "emoji" -version = "2.8.0" +version = "2.9.0" description = "Emoji for Python" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ - {file = "emoji-2.8.0-py2.py3-none-any.whl", hash = "sha256:a8468fd836b7ecb6d1eac054c9a591701ce0ccd6c6f7779ad71b66f76664df90"}, - {file = "emoji-2.8.0.tar.gz", hash = "sha256:8d8b5dec3c507444b58890e598fc895fcec022b3f5acb49497c6ccc5208b8b00"}, + {file = "emoji-2.9.0-py2.py3-none-any.whl", hash = "sha256:17b0d53e1d9f787307a4c65aa19badb0a1ffdbc89b3a3cd851fc77821cdaced2"}, + {file = "emoji-2.9.0.tar.gz", hash = "sha256:5f4a15b7caa9c67fc11be9d90a822e3fa26aeb4e5b7bd2ded754b394d9c47869"}, ] [package.extras] @@ -1817,4 +1817,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "d541c9a3e5d539a3d18b71aa693c03df3f07a6f08a69ebfcf26e48b68549daa7" +content-hash = "8fbab9a4a6d7d1438c5735a1c7729288790d8894a0dc7be791c6ca533dbc6eb9" diff --git a/pyproject.toml b/pyproject.toml index cf6d3ef7..69f0a860 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 = "4.9.3" -emoji = "2.8.0" +emoji = "2.9.0" pyjokes = "0.6.0" pydantic = { version = "2.5.2", extras = ["dotenv"]} pydantic-settings = "2.1.0" |