diff options
| author | 2022-05-11 01:14:50 +0400 | |
|---|---|---|
| committer | 2022-05-11 01:21:25 +0400 | |
| commit | 3d17a8229e771b59a4e21b8e620cea77f48872bb (patch) | |
| tree | 660c07ac2e6e50756e5eca2b355995a0605fff72 /pyproject.toml | |
| parent | Added Messages Content to the `!intents` tag (#2159) (diff) | |
Bump Bot Core to v7.0.0
Bumps the botcore version to v7.0.0, and implements the changes required
by the breaking fix documented in the changelog for
`utils.regex.DISCORD_INVITE`.
Signed-off-by: Hassan Abouelela <[email protected]>
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 402d05f70..fd5c0c71a 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" | 
