diff options
| author | 2023-06-17 06:07:48 +0000 | |
|---|---|---|
| committer | 2023-06-17 06:07:48 +0000 | |
| commit | 7f8bfff4a564575eb7dcf7923f7976622cb79525 (patch) | |
| tree | b805d894040b04f27c9def1cfe3a8c9f8df2b22b /pyproject.toml | |
| parent | Bump pre-commit from 3.3.2 to 3.3.3 (#1298) (diff) | |
Bump pydis-core from 9.7.0 to 9.8.0 (#1299)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 ea2f06d7..32613e64 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.7.0", extras = ["async-rediscache"] } +pydis_core = { version = "9.8.0", extras = ["async-rediscache"] } aiodns = "3.0.0" rapidfuzz = "3.1.1" |