aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2023-12-16 11:29:01 +0000
committerGravatar GitHub <[email protected]>2023-12-16 11:29:01 +0000
commit8a887beb4af62a24676bf2a0698f814d510222be (patch)
treef2ff1b9ade0fb517492a6834ef21cd0eb07f5244 /pyproject.toml
parentBump actions/upload-artifact from 3 to 4 (#2850) (diff)
Bump bot-core version (#2853)
This version ensures response content for requests to site api aren't read if site returns a HTTP 204 response code.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 89a4da4b8..a23dfdd20 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.5.0", extras = ["async-rediscache"] }
+pydis_core = { version = "10.5.1", extras = ["async-rediscache"] }
aiohttp = "3.9.1"
arrow = "1.3.0"