diff options
| author | 2023-03-03 12:09:12 -0600 | |
|---|---|---|
| committer | 2023-03-03 12:09:12 -0600 | |
| commit | 5a31cebc8cb3f4a9218c1e4cbbd065d334b5298f (patch) | |
| tree | ce2fe1534a3bec84617f02a9146c128d9b6fa383 /pyproject.toml | |
| parent | Fix build_bookmark_embed formatting issue (diff) | |
| parent | Merge branch 'python-discord:main' into undeprecate-bookmark (diff) | |
Merge main
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 4f1adb08..a34a8a4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ license = "MIT" python = "3.10.*" # See https://bot-core.pythondiscord.com/ for docs. -pydis_core = { version = "9.4.1", extras = ["async-rediscache"] } +pydis_core = { version = "9.5.0", extras = ["async-rediscache"] } aiodns = "3.0.0" aioredis = "2.0.1" |