diff options
| author | 2022-11-02 23:29:38 +0000 | |
|---|---|---|
| committer | 2022-11-02 23:29:38 +0000 | |
| commit | 09d6d7df6800dc7b3465856c523d7749a511aecd (patch) | |
| tree | 587c7c5bdb4a493c8c6e9b3f1b44010d3e0705e9 /pyproject.toml | |
| parent | Fixed everything (diff) | |
| parent | Bump rapidfuzz from 2.12.0 to 2.13.0 (#1138) (diff) | |
Merge branch 'main' into main
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pyproject.toml b/pyproject.toml index 0d2890c7..65400a28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,17 +13,17 @@ bot-core = {url = "https://github.com/python-discord/bot-core/archive/refs/tags/ aiodns = "3.0.0" aioredis = "2.0.1" -rapidfuzz = "2.12.0" +rapidfuzz = "2.13.0" arrow = "1.2.3" beautifulsoup4 = "4.11.1" -pillow = "9.2.0" +pillow = "9.3.0" sentry-sdk = "1.10.1" PyYAML = "6.0" emojis = "0.6.0" coloredlogs = "15.0.1" colorama = { version = "0.4.6", markers = "sys_platform == 'win32'" } lxml = "4.9.1" -emoji = "2.1.0" +emoji = "2.2.0" pyjokes = "0.6.0" [tool.poetry.dev-dependencies] |