aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--poetry.lock10
-rw-r--r--pyproject.toml2
2 files changed, 6 insertions, 6 deletions
diff --git a/poetry.lock b/poetry.lock
index d46de6e7..f649e443 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1243,13 +1243,13 @@ email = ["email-validator (>=1.0.3)"]
[[package]]
name = "pydis-core"
-version = "9.6.0"
+version = "9.7.0"
description = "PyDis core provides core functionality and utility to the bots of the Python Discord community."
optional = false
-python-versions = ">=3.10.0,<3.12.0"
+python-versions = ">=3.10.dev0,<3.12.dev0"
files = [
- {file = "pydis_core-9.6.0-py3-none-any.whl", hash = "sha256:284b4587a124956220c186a3f774430cf1654d721c3c239640a204a53a567434"},
- {file = "pydis_core-9.6.0.tar.gz", hash = "sha256:a88fcb2f2c2b16fa256228b684980b7f8aec7ee75a07e5868c69eb4a2162960b"},
+ {file = "pydis_core-9.7.0-py3-none-any.whl", hash = "sha256:0643128702f7b6b6e8ad023d5c139c1e2e598d9f7aa08dda939e31e74119f09d"},
+ {file = "pydis_core-9.7.0.tar.gz", hash = "sha256:e985fe8cfa248b3ee4519cf9076c3eb9e7d6605c4c7bbce17d03e145f63367b4"},
]
[package.dependencies]
@@ -1790,4 +1790,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "c9aa24a2f89d4161728fd8a1001cd6538ee54ab56360586fda70d7fc83abc459"
+content-hash = "d5599c141f56e976e32ef70b58c8f22ae906790f89ede4aacb857a5e15bd9047"
diff --git a/pyproject.toml b/pyproject.toml
index cd6a1ea4..f3595da4 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 = "9.6.0", extras = ["async-rediscache"] }
+pydis_core = { version = "9.7.0", extras = ["async-rediscache"] }
aiodns = "3.0.0"
rapidfuzz = "3.1.1"