diff options
| author | 2024-06-24 11:40:00 +0100 | |
|---|---|---|
| committer | 2024-06-24 11:40:00 +0100 | |
| commit | 17c08e08b89bf83a62542300df779a6324df6389 (patch) | |
| tree | 621dee72bfcc955b84017ff0a6505ed94bb5a90b /pyproject.toml | |
| parent | Skip line if no match against inventory line regex (#3100) (diff) | |
| parent | Add 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.toml | 2 |
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" |