aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-06-12 14:14:14 +0100
committerGravatar GitHub <[email protected]>2023-06-12 14:14:14 +0100
commita5ee8deec80f2402ace550b1f7ec824c8b29f2d5 (patch)
treeb59b8661aa1c7cfc31c793942471aeb60f21226f /pyproject.toml
parentBump rapidfuzz from 3.0.0 to 3.1.1 (#2634) (diff)
Bump pydis-core from 9.6.0 to 9.7.0 (#2638)
Bumps [pydis-core](https://github.com/python-discord/bot-core) from 9.6.0 to 9.7.0. - [Changelog](https://github.com/python-discord/bot-core/blob/main/docs/changelog.rst) - [Commits](https://github.com/python-discord/bot-core/compare/v9.6.0...v9.7.0) --- updated-dependencies: - dependency-name: pydis-core dependency-type: direct:production update-type: version-update:semver-minor ... 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 34e15d320..cfd688221 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"] }
aiohttp = "3.8.4"
arrow = "1.2.3"