diff options
| author | 2023-08-26 12:07:46 +0200 | |
|---|---|---|
| committer | 2023-08-26 12:07:46 +0200 | |
| commit | ec82d206d0184033907652112acd13db9daf4c34 (patch) | |
| tree | 69943ca4dda8238df5a9da64d925d5f24b345983 /pyproject.toml | |
| parent | Remove call to the fixup reusable workflow (#2731) (diff) | |
| parent | apply white space around operators (diff) | |
Merge pull request #2685 from python-discord/bump-to-pydis-core-10
Bump pydis_core to v10.1.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 d993fe23a..57c810ab6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ license = "MIT" python = "3.11.*" # See https://bot-core.pythondiscord.com/ for docs. -pydis_core = { version = "9.9.2", extras = ["async-rediscache"] } +pydis_core = { version = "10.1.0", extras = ["async-rediscache"] } aiohttp = "3.8.5" arrow = "1.2.3" |