diff options
| author | 2022-06-28 20:21:04 +0400 | |
|---|---|---|
| committer | 2022-06-28 20:21:04 +0400 | |
| commit | 405c0f5154a738f7200d80abd9f0450d3ab780eb (patch) | |
| tree | b00c21a6b2a2f7506c2f4f26074e0f273d417587 /pyproject.toml | |
| parent | Merge pull request #2197 from python-discord/fix_return_button (diff) | |
| parent | Pin fakeredis to 1.7.5 due to breaking aioredis change (diff) | |
Merge pull request #2200 from python-discord/ignore-auto-mod-notificaitons
Ignore auto mod notificaitons
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index 2d6adb9c5..ce9dbe5d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,13 +8,14 @@ license = "MIT" [tool.poetry.dependencies] python = "3.9.*" -"discord.py" = {url = "https://github.com/Rapptz/discord.py/archive/5a06fa5f3e28d2b7191722e1a84c541560008aea.zip"} +"discord.py" = {url = "https://github.com/Rapptz/discord.py/archive/0eb3d26343969a25ffc43ba72eca42538d2e7e7a.zip"} # See https://bot-core.pythondiscord.com/ for docs. -bot-core = {url = "https://github.com/python-discord/bot-core/archive/refs/tags/v7.0.0.zip", extras = ["async-rediscache"]} +bot-core = {url = "https://github.com/python-discord/bot-core/archive/refs/tags/v7.2.0.zip", extras = ["async-rediscache"]} aiodns = "3.0.0" aiohttp = "3.8.1" aioredis = "1.3.1" +fakeredis = "1.7.5" arrow = "1.2.2" async-rediscache = { version = "0.2.0", extras = ["fakeredis"] } beautifulsoup4 = "4.10.0" |