aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 18fe860a..6fce51e1 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1337,13 +1337,13 @@ yaml = ["pyyaml (>=6.0.1)"]
[[package]]
name = "pydis-core"
-version = "11.3.0"
+version = "11.3.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.3.0-py3-none-any.whl", hash = "sha256:0a1c37f56df0f639f252e71504d98599679b64fe282331db027ae63dc441a845"},
- {file = "pydis_core-11.3.0.tar.gz", hash = "sha256:6c1141a05b067cf272cb816d4bee18a0e5d8ca264b5a94490be4001d074b2ac1"},
+ {file = "pydis_core-11.3.1-py3-none-any.whl", hash = "sha256:a7344a65710593214711efc5f8daf14b601c7bb83f90efa2a148a6f41a5d7c92"},
+ {file = "pydis_core-11.3.1.tar.gz", hash = "sha256:52a6e687b3700c077e49bd1e719aa868497524e7086f44cc219d66170155230b"},
]
[package.dependencies]
@@ -1929,4 +1929,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.12.*"
-content-hash = "263a7e94b35e03406d7fc2b05b3a6d840326664177bb18a61a6595c417c6ff8c"
+content-hash = "d61be74c456afd98cca1b8c453fb9af36813faf51beb86e754626e864712da1f"
diff --git a/pyproject.toml b/pyproject.toml
index ac975a98..5351d97c 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.3.0", extras = ["all"] }
+pydis_core = { version = "11.3.1", extras = ["all"] }
rapidfuzz = "3.9.4"
arrow = "1.3.0"