aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-07-23 21:34:54 +0100
committerGravatar GitHub <[email protected]>2023-07-23 21:34:54 +0100
commit3fc08889f18db0181ac4d0c3c9d2ba96e73f7d12 (patch)
treee74dcb1d32429510fb1de1d619c6ea7154a62ed6 /pyproject.toml
parentRe-enable the reddit autoposter (#1332) (diff)
Bump pydis-core from 9.9.0 to 10.0.0 (#1330)
Bumps [pydis-core](https://github.com/python-discord/bot-core) from 9.9.0 to 10.0.0. - [Release notes](https://github.com/python-discord/bot-core/releases) - [Changelog](https://github.com/python-discord/bot-core/blob/main/docs/changelog.rst) - [Commits](https://github.com/python-discord/bot-core/compare/v9.9.0...v10.0.0) --- updated-dependencies: - dependency-name: pydis-core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 7147efe3..f9ab9894 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.9.0", extras = ["async-rediscache"] }
+pydis_core = { version = "10.0.0", extras = ["async-rediscache"] }
aiodns = "3.0.0"
rapidfuzz = "3.1.1"