diff options
| author | 2022-07-16 18:02:55 +0100 | |
|---|---|---|
| committer | 2022-07-16 23:45:25 +0100 | |
| commit | c4a7722498329d316c7633e9a57861727cac2c2d (patch) | |
| tree | 0b7aba49fee684f0eb05614c48e37fe1aee842bd /pyproject.toml | |
| parent | Update snekbox tests to reflect current behaviour (diff) | |
Use generic views from bot0core for snekbox
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 241ec3e99..e7ef375a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ python = "3.9.*" "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.2.0.zip", extras = ["async-rediscache"]} +bot-core = {url = "https://github.com/python-discord/bot-core/archive/refs/tags/v7.3.1.zip", extras = ["async-rediscache"]} aiodns = "3.0.0" aiohttp = "3.8.1" |