diff options
| author | 2022-12-09 10:15:04 +0000 | |
|---|---|---|
| committer | 2022-12-09 10:15:04 +0000 | |
| commit | ca8192db1f2500b487c36a76598cac76fb841340 (patch) | |
| tree | 193f7a1d955912dcf08a959f0899da0c55639763 /pyproject.toml | |
| parent | Merge pull request #1159 from python-discord/dependabot/pip/flake8-bugbear-22... (diff) | |
| parent | Bump emojis from 0.6.0 to 0.7.0 (diff) | |
Merge pull request #1156 from python-discord/dependabot/pip/emojis-0.7.0
Bump emojis from 0.6.0 to 0.7.0
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 dec4983c..bea29b64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ beautifulsoup4 = "4.11.1" pillow = "9.3.0" sentry-sdk = "1.11.1" PyYAML = "6.0" -emojis = "0.6.0" +emojis = "0.7.0" coloredlogs = "15.0.1" colorama = { version = "0.4.6", markers = "sys_platform == 'win32'" } lxml = "4.9.1" |