diff options
| author | 2024-09-11 19:35:08 +0100 | |
|---|---|---|
| committer | 2024-09-11 19:35:08 +0100 | |
| commit | 2390b741d6e1dd9dcd0be4940f86e1277003c7a5 (patch) | |
| tree | f2b65d1a35f0df43657ad16736fc5a62438790d0 /pyproject.toml | |
| parent | Bump coverage from 7.6.0 to 7.6.1 (#3157) (diff) | |
Bump pydis-core to 11.4.0
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 264dbe8a2..1c03518fa 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.3.0", extras = ["all"] } +pydis_core = { version = "11.4.0", extras = ["all"] } aiohttp = "3.10.5" arrow = "1.3.0" |