diff options
| author | 2024-11-23 21:50:39 +0000 | |
|---|---|---|
| committer | 2024-11-23 21:50:39 +0000 | |
| commit | f229e5fe125d54bfe2a48ec48229aa15d60a8b4f (patch) | |
| tree | ac400606c020303c283bba1b452dd14fbf8197f8 /pyproject.toml | |
| parent | Sort __all__ in snekbox (diff) | |
Bump pydis-core to 11.5.1
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 325707c55..49b25781e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ license = "MIT"  python = "3.12.*"  # See https://bot-core.pythondiscord.com/ for docs. -pydis_core = { version = "11.5.0", extras = ["all"] } +pydis_core = { version = "11.5.1", extras = ["all"] }  aiohttp = "3.11.7"  arrow = "1.3.0"  |