diff options
| author | 2023-02-09 23:35:28 +0100 | |
|---|---|---|
| committer | 2023-02-09 22:50:37 +0000 | |
| commit | 2393addd79514e44c86f68df4806bc8ed91ba7f1 (patch) | |
| tree | 23042aff6ecd606c86764ba6e831e162e8af43b4 /pyproject.toml | |
| parent | Bump beautifulsoup4 from 4.11.1 to 4.11.2 (#1201) (diff) | |
Bump pydis core to 9.4.1
Author: Amrou Bellalouna <[email protected]>
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 9eea8f4d..85d07764 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.0", extras = ["async-rediscache"] } +pydis_core = { version = "9.4.1", extras = ["async-rediscache"] } aiodns = "3.0.0" aioredis = "2.0.1" |