aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-06-14 12:57:47 +0000
committerGravatar Chris Lovering <[email protected]>2023-06-21 20:42:42 +0100
commit17a82d99f47dedb1ec5788fd3d1877da05a43920 (patch)
tree8277c4efcfdfc27416fcfd5aad4ea8b813f2fa02 /pyproject.toml
parentRemove casing in domain filtering (#2654) (diff)
Bump pydis-core from 9.7.0 to 9.8.0
Bumps [pydis-core](https://github.com/python-discord/bot-core) from 9.7.0 to 9.8.0. - [Changelog](https://github.com/python-discord/bot-core/blob/main/docs/changelog.rst) - [Commits](https://github.com/python-discord/bot-core/compare/v9.7.0...v9.8.0) --- updated-dependencies: - dependency-name: pydis-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
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 ae63cc05c..2a45f81c1 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.7.0", extras = ["async-rediscache"] }
+pydis_core = { version = "9.8.0", extras = ["async-rediscache"] }
aiohttp = "3.8.4"
arrow = "1.2.3"