diff options
| author | 2023-12-13 05:32:43 +0000 | |
|---|---|---|
| committer | 2023-12-13 05:32:43 +0000 | |
| commit | fda26d10c97ff6c3011311fc3cdc14670a81c3fb (patch) | |
| tree | fd164a2e7c9e7810876f8c7508b4be9f87a6e0d4 /pyproject.toml | |
| parent | Merge pull request #1409 from python-discord/dependabot/pip/pre-commit-3.6.0 (diff) | |
Bump pydis-core from 10.4.0 to 10.5.0 (#1408)
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 bdb883d9..a473c26d 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 = "10.4.0", extras = ["async-rediscache"] } +pydis_core = { version = "10.5.0", extras = ["async-rediscache"] } rapidfuzz = "3.5.2" arrow = "1.3.0" |