diff options
| author | 2022-05-21 02:44:53 +0400 | |
|---|---|---|
| committer | 2022-05-21 02:47:48 +0400 | |
| commit | c9026e86f997bfa41f658ae1d931038597fbcdeb (patch) | |
| tree | 2ab1c1471ead5622226ec9e1dc15b0499a45b619 /pyproject.toml | |
| parent | Add more logging to DocRedisCache (diff) | |
| parent | Merge pull request #2163 from python-discord/fix-get-single-bumped-thread (diff) | |
Merge branch 'main' into revert-markdownify-bump
# Conflicts:
# poetry.lock
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 515b086ca..2d6adb9c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ python = "3.9.*" "discord.py" = {url = "https://github.com/Rapptz/discord.py/archive/5a06fa5f3e28d2b7191722e1a84c541560008aea.zip"} # See https://bot-core.pythondiscord.com/ for docs. -bot-core = {url = "https://github.com/python-discord/bot-core/archive/refs/tags/v6.4.0.zip", extras = ["async-rediscache"]} +bot-core = {url = "https://github.com/python-discord/bot-core/archive/refs/tags/v7.0.0.zip", extras = ["async-rediscache"]} aiodns = "3.0.0" aiohttp = "3.8.1" |