diff options
author | 2023-12-13 05:32:58 +0000 | |
---|---|---|
committer | 2023-12-13 05:32:58 +0000 | |
commit | aedb24c05c632cafb1ed42a31b8ccd66c9099163 (patch) | |
tree | 7cc07426714bb2683b0ed19cebd2370470ebe031 /pyproject.toml | |
parent | Merge pull request #2838 from thegamecracks/windows-path-tag-url-fix (diff) |
Bump pydis-core from 10.4.0 to 10.5.0 (#2842)
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 aa953a48b..57077da77 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"] } aiohttp = "3.9.1" arrow = "1.3.0" |