diff options
| author | 2023-02-09 22:52:26 +0000 | |
|---|---|---|
| committer | 2023-02-09 22:52:26 +0000 | |
| commit | aa8ac1435063c94aebdd006586d8b36680ca008e (patch) | |
| tree | 23042aff6ecd606c86764ba6e831e162e8af43b4 /pyproject.toml | |
| parent | Bump beautifulsoup4 from 4.11.1 to 4.11.2 (#1201) (diff) | |
| parent | Bump pydis core to 9.4.1 (diff) | |
Merge pull request #1208 from shtlrs/bump-pydis-core-to-9-4-1
Bump pydis core to 9.4.1
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" |