diff options
| author | 2023-02-09 23:13:36 +0100 | |
|---|---|---|
| committer | 2023-02-09 22:13:36 +0000 | |
| commit | 69e52d3b68787789b8dc8a21d7ed5a2d8e527e12 (patch) | |
| tree | 52ada1f4429edbe150b5beb25bb5d7facdafcd3c /pyproject.toml | |
| parent | Merge pull request #171 from python-discord/sync-tree-on-startup (diff) | |
Bump discord.py to 2.1.1 (#172)v9.4.1
* bump dpy to 2.1.1
* add bump history to changelog
* bump pydis-core version in pyproject.toml
* reinstate the old state for release 9.3.1
---------
Co-authored-by: Amrou Bellalouna <[email protected]>
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 0d173a9a..0de74152 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@  [tool.poetry]  name = "pydis_core" -version = "9.4.0" +version = "9.4.1"  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.0" +"discord.py" = "2.1.1"  async-rediscache = { version = "1.0.0rc2", extras = ["fakeredis"], optional = true }  statsd  = "4.0.1"  aiodns = "3.0.0" | 
