diff options
author | 2024-03-20 20:21:41 +0100 | |
---|---|---|
committer | 2024-03-20 20:21:41 +0100 | |
commit | fb570ceff9724f2adbb73c2eb1a4cd8a3cd62a0a (patch) | |
tree | 20e671c05582cf217779946884ee82786952e5dc /pyproject.toml | |
parent | cleanup the CommandErrorHandler cog (diff) |
bump pydis_core to 10.0.1delete-bm-ctx-menu
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index c4a4deb6..42a1ef2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ license = "MIT" python = "3.11.*" # See https://bot-core.pythondiscord.com/ for docs. -pydis_core = { version = "11.0.0", extras = ["all"] } +pydis_core = { version = "11.0.1", extras = ["all"] } rapidfuzz = "3.6.2" arrow = "1.3.0" |