diff options
| author | 2022-09-18 13:20:22 +0100 | |
|---|---|---|
| committer | 2022-09-18 13:51:14 +0100 | |
| commit | 6562f4267c1328780ac145ddb72f5c588a1ac7fb (patch) | |
| tree | 08acba66b5053613458a63308d837b689d3b8290 /pyproject.toml | |
| parent | Merge pull request #135 from python-discord/poetry-1.2.0 (diff) | |
Bump d.py to 2.0.1
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index 61649c57..a6d95273 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bot-core" -version = "8.2.0" +version = "8.2.1" description = "Bot-Core provides the core functionality and utilities for the bots of the Python Discord community." authors = ["Python Discord <[email protected]>"] license = "MIT" @@ -16,7 +16,7 @@ exclude = ["tests", "tests.*"] [tool.poetry.dependencies] python = "3.10.*" -"discord.py" = "2.0.0" +"discord.py" = "2.0.1" async-rediscache = { version = "1.0.0rc2", extras = ["fakeredis"], optional = true } statsd = "3.3.0" aiodns = "3.0.0" |