aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-09-12 13:11:43 +0000
committerGravatar GitHub <[email protected]>2024-09-12 13:11:43 +0000
commitbf177890d5c1b65051c4cbeed6872e4be14ba823 (patch)
tree8562d87f5ffc82b5e706cc3d5f0e0660e79b1611 /pyproject.toml
parentBump version to 2.8.0 (diff)
Bump pydis-core from 11.3.1 to 11.4.0dependabot/pip/pydis-core-11.4.0
Bumps [pydis-core](https://github.com/python-discord/bot-core) from 11.3.1 to 11.4.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/v11.3.1...v11.4.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 00460b8..247e575 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -10,7 +10,7 @@ package-mode = false
python = "3.12.*"
# See https://bot-core.pythondiscord.com/ for docs.
-pydis-core = "11.3.1"
+pydis-core = "11.4.0"
alembic = "1.13.2"
coloredlogs = "15.0.1"