aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-21 10:24:36 +0000
committerGravatar GitHub <[email protected]>2024-03-21 10:24:36 +0000
commitb4cbeb91dbd6206923cfa8ee5ee624f023c50b55 (patch)
tree046e4601c39cf184ce897beeae190ea4a5bf331d /pyproject.toml
parentBump Pydis core to v11 (#1478) (diff)
Bump pydis-core from 11.0.0 to 11.0.1
Bumps [pydis-core](https://github.com/python-discord/bot-core) from 11.0.0 to 11.0.1. - [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/v11.0.0...v11.0.1) --- updated-dependencies: - dependency-name: pydis-core dependency-type: direct:production update-type: version-update:semver-patch ... 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 c4a4deb6..42a1ef2e 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 = "11.0.0", extras = ["all"] }
+pydis_core = { version = "11.0.1", extras = ["all"] }
rapidfuzz = "3.6.2"
arrow = "1.3.0"