diff options
author | 2023-06-20 12:39:52 +0100 | |
---|---|---|
committer | 2023-06-20 12:39:52 +0100 | |
commit | 557cf8030d57550cf7a6fffe4099b737b6371ee9 (patch) | |
tree | 1d75a1ef64c242427bb119bfd6c1c8a26fa84c38 | |
parent | Bump pydis-core from 9.7.0 to 9.8.0 (#1299) (diff) |
Bump emoji from 2.5.0 to 2.5.1 (#1300)
Bumps [emoji](https://github.com/carpedm20/emoji) from 2.5.0 to 2.5.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.5.0...v2.5.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 | 6 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/poetry.lock b/poetry.lock index ab5d3dec..4277301a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -458,12 +458,12 @@ files = [ [[package]] name = "emoji" -version = "2.5.0" +version = "2.5.1" description = "Emoji for Python" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ - {file = "emoji-2.5.0.tar.gz", hash = "sha256:0e048dd540a0644bd30790b540466492f1487a3788528422fe196a939a7a3ac0"}, + {file = "emoji-2.5.1.tar.gz", hash = "sha256:8e5ec80f56dd1fe38f4c4847b9ea6f18d4ad94d0b8dd135b0b2355ddf56d6d62"}, ] [package.extras] @@ -1790,4 +1790,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "7866114b2e8764cb2d06838f0081d3b86d6b399e443da7caba2643a97fff69a7" +content-hash = "c9fa6437b0be7fd247ad23c91e75ef7d133ab7c668d0034964a439f284641536" diff --git a/pyproject.toml b/pyproject.toml index 32613e64..13c9300c 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.2" -emoji = "2.5.0" +emoji = "2.5.1" pyjokes = "0.6.0" pydantic = { version = "1.10.9", extras = ["dotenv"]} |