diff options
author | 2025-10-17 19:08:59 +0100 | |
---|---|---|
committer | 2025-10-17 19:08:59 +0100 | |
commit | d21c2c7d6660a547a3c232cbf0b10be971c32fea (patch) | |
tree | 09e4e1f1cca5d194363e31fbf3a800a89e871b2e /pyproject.toml | |
parent | Add JIT-compiler explanation to j-suffixed Python builds (diff) |
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 8fc2770cf..e58ea4a50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ authors = [ license = {text = "MIT"} requires-python = "==3.13.*" dependencies = [ - "pydis-core[all]==11.7.0", + "pydis-core[all]==11.8.0", "aiohttp==3.12.14", "arrow==1.3.0", "beautifulsoup4==4.12.3", |