diff options
author | 2023-02-28 15:57:51 +0100 | |
---|---|---|
committer | 2023-02-28 14:57:51 +0000 | |
commit | 19d75111d5e6b0237381bfd39d20144d444a551e (patch) | |
tree | b328454bd2d9c5a8c3099f4146ba0bb2e23fd92a /pyproject.toml | |
parent | Bump discord.py to 2.1.1 (#172) (diff) |
Bump discord-py to 2.2.0 (#173)v9.5.0
* bump dpy to 2.2.0
* update changelog
* bump version in tool.poetry table
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 0de74152..658fa296 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydis_core" -version = "9.4.1" +version = "9.5.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.1.1" +"discord.py" = "2.2.0" async-rediscache = { version = "1.0.0rc2", extras = ["fakeredis"], optional = true } statsd = "4.0.1" aiodns = "3.0.0" |