diff options
| author | 2022-07-23 22:46:58 +0100 | |
|---|---|---|
| committer | 2022-08-14 19:43:51 +0100 | |
| commit | f74eab3b498e7565b37a605e062922ff8db6f236 (patch) | |
| tree | 39884f2ac6849570bbcbd1d3a83599ed348c5fe4 /pyproject.toml | |
| parent | Remove warnings in error handler tests (diff) | |
Bump bot-core version
This bump comes with a move to redis-py over aioredis. As such, pin new transitive dependancies to exact versions.
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/pyproject.toml b/pyproject.toml index af3fdc115..a44f0214a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,16 +8,13 @@ license = "MIT" [tool.poetry.dependencies] python = "3.10.*" -"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.4.0.zip", extras = ["async-rediscache"]} +bot-core = { url = "https://github.com/python-discord/bot-core/archive/refs/tags/v8.0.0-beta.4.zip", extras = ["async-rediscache"] } +redis = "4.3.4" +fakeredis = { version = "1.8.2", extras = ["lua"] } -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" colorama = { version = "0.4.4", markers = "sys_platform == 'win32'" } coloredlogs = "15.0.1" |