diff options
author | 2024-04-22 20:18:30 +0100 | |
---|---|---|
committer | 2024-04-22 20:18:30 +0100 | |
commit | cbea647a8fc6a8dc931636ec9a263f0573db1ce6 (patch) | |
tree | c8e14dbc4496627c8212a69b895aa6ba0c76fd65 | |
parent | Bump ruff from 0.3.7 to 0.4.1 (#3025) (diff) |
Bump emoji from 2.11.0 to 2.11.1 (#3026)
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.lock | 8 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock index d91b0c71f..2765d25cf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -558,13 +558,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] @@ -2433,4 +2433,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.12.*" -content-hash = "4a5f67148729f476f6bc52c6eb3fe8bc8f78604b57a65d7712edb85a4d441203" +content-hash = "6aa2e83e567b76f218850b5d14f0d880971d8c74eb2ddafef189c5edbc1265e5" diff --git a/pyproject.toml b/pyproject.toml index ead1133ae..7072608da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ beautifulsoup4 = "4.12.3" colorama = { version = "0.4.6", markers = "sys_platform == 'win32'" } coloredlogs = "15.0.1" deepdiff = "7.0.1" -emoji = "2.11.0" +emoji = "2.11.1" feedparser = "6.0.11" lxml = "5.2.1" markdownify = "0.12.1" |