diff options
| author | 2023-05-06 13:14:27 +0100 | |
|---|---|---|
| committer | 2023-05-06 13:14:27 +0100 | |
| commit | e92119ede9e2829a530e3137b1722e5f5808d8f5 (patch) | |
| tree | 5dba336f238f0670d77454e9a6318b291208d9e9 /pyproject.toml | |
| parent | Bump dependencies to latest (diff) | |
| parent | Changelog recent changes to bot-core (diff) | |
Merge pull request #175 from python-discord/log-when-waiting-for-guild-to-be-availablev9.6.0
Log when waiting for guild to be available
Diffstat (limited to '')
| -rw-r--r-- | pyproject.toml | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/pyproject.toml b/pyproject.toml index e974e45d..5c4ebaf0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@  [tool.poetry]  name = "pydis_core" -version = "9.5.1" +version = "9.6.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.2.2" +"discord.py" = "2.2.3"  async-rediscache = { version = "1.0.0rc2", extras = ["fakeredis"], optional = true }  statsd  = "4.0.1"  aiodns = "3.0.0" | 
