aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-11-23 21:50:39 +0000
committerGravatar Chris Lovering <[email protected]>2024-11-23 21:50:39 +0000
commitf229e5fe125d54bfe2a48ec48229aa15d60a8b4f (patch)
treeac400606c020303c283bba1b452dd14fbf8197f8
parentSort __all__ in snekbox (diff)
Bump pydis-core to 11.5.1
-rw-r--r--poetry.lock8
-rw-r--r--pyproject.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock
index eae2b9446..d17131905 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1763,13 +1763,13 @@ yaml = ["pyyaml (>=6.0.1)"]
[[package]]
name = "pydis-core"
-version = "11.5.0"
+version = "11.5.1"
description = "PyDis core provides core functionality and utility to the bots of the Python Discord community."
optional = false
python-versions = "<4.0,>=3.11"
files = [
- {file = "pydis_core-11.5.0-py3-none-any.whl", hash = "sha256:bc90510b8040983c76465a8d7e6efee862485cc89b8cdc4a4ae66d78e7e56c35"},
- {file = "pydis_core-11.5.0.tar.gz", hash = "sha256:b59b983d667960c76bf3912469b2f47c7b7c443ac8b4eb0b232ed7389a120156"},
+ {file = "pydis_core-11.5.1-py3-none-any.whl", hash = "sha256:a4043f2b8c04f671986a86af8f58337dec1b1ac3bd4e56ac5b83e9c011b258e9"},
+ {file = "pydis_core-11.5.1.tar.gz", hash = "sha256:c5eb2c676cc0ac7e1557031810b150fd98af2f2014717b92a19c7420c6881478"},
]
[package.dependencies]
@@ -2612,4 +2612,4 @@ propcache = ">=0.2.0"
[metadata]
lock-version = "2.0"
python-versions = "3.12.*"
-content-hash = "202778de32f1760a2f501e2a524ea61973b8b8b27d45a7c25c21356b18155c7e"
+content-hash = "b8abb2cf58988d7179ecd52177055f72f8982cf3c22a8b5d2c207552a9d892a0"
diff --git a/pyproject.toml b/pyproject.toml
index 325707c55..49b25781e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -9,7 +9,7 @@ license = "MIT"
python = "3.12.*"
# See https://bot-core.pythondiscord.com/ for docs.
-pydis_core = { version = "11.5.0", extras = ["all"] }
+pydis_core = { version = "11.5.1", extras = ["all"] }
aiohttp = "3.11.7"
arrow = "1.3.0"