diff options
| author | 2023-12-06 22:17:36 +0000 | |
|---|---|---|
| committer | 2023-12-06 22:17:36 +0000 | |
| commit | 36a571a7a89efd5ca26f1e9b75865e210ff820d0 (patch) | |
| tree | 21bb60e2d1b20299f60ffb0f6ef2e2389a92441b /pyproject.toml | |
| 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>
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |