aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar wookie184 <[email protected]>2024-06-24 11:40:00 +0100
committerGravatar GitHub <[email protected]>2024-06-24 11:40:00 +0100
commit17c08e08b89bf83a62542300df779a6324df6389 (patch)
tree621dee72bfcc955b84017ff0a6505ed94bb5a90b /pyproject.toml
parentSkip line if no match against inventory line regex (#3100) (diff)
parentAdd new name kwarg to silencer loop base class initialisation (diff)
Merge pull request #3103 from python-discord/dependabot/pip/pydis-core-11.2.0
Bump pydis-core from 11.1.0 to 11.2.0
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 8555c2cba..e7f2375d3 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.1.0", extras = ["all"] }
+pydis_core = { version = "11.2.0", extras = ["all"] }
aiohttp = "3.9.5"
arrow = "1.3.0"