aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar shtlrs <[email protected]>2023-02-28 17:21:08 +0100
committerGravatar shtlrs <[email protected]>2023-02-28 17:21:08 +0100
commitcd91d4c9a3d298795b0b7ca20aa1837006330dfa (patch)
treead3b7de532fedda03ab27ce5088735a2f1fced84 /pyproject.toml
parentMerge pull request #42 from shenanigansd/bump-dpy (diff)
bump pydis-core to 9.5.0
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 e1c7162..b287696 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 = "9.4.1"
+pydis-core = "9.5.0"
pydantic = {extras = ["dotenv"], version = "1.10.4"}
loguru = "0.6.0"