diff options
author | 2023-08-21 15:40:22 +0100 | |
---|---|---|
committer | 2023-08-28 21:39:42 +0100 | |
commit | a2daec6c53cb338b5fc7fd9dd4dfc84021e0b662 (patch) | |
tree | 54c94c42e024d247f254a06ec572aaa451e93ebc /pyproject.toml | |
parent | Merge pull request #190 from python-discord/wait_until_bot_started (diff) |
Bump d.py to 2.3.2
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 d3d55dbb..5a640462 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydis_core" -version = "10.1.0" +version = "10.2.0" description = "PyDis core provides core functionality and utility to the bots of the Python Discord community." authors = ["Python Discord <[email protected]>"] license = "MIT" @@ -25,7 +25,7 @@ keywords = ["bot", "discord", "discord.py"] [tool.poetry.dependencies] python = "3.10.* || 3.11.*" -"discord.py" = "2.3.1" +"discord.py" = "2.3.2" async-rediscache = { version = "1.0.0rc2", extras = ["fakeredis"], optional = true } pydantic = ">=1.7.4,<3.0.0" statsd = "4.0.1" |