diff options
author | 2024-09-12 13:11:43 +0000 | |
---|---|---|
committer | 2024-09-12 13:11:43 +0000 | |
commit | bf177890d5c1b65051c4cbeed6872e4be14ba823 (patch) | |
tree | 8562d87f5ffc82b5e706cc3d5f0e0660e79b1611 /pyproject.toml | |
parent | Bump 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.toml | 2 |
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" |