diff options
author | 2025-03-08 05:04:08 +0000 | |
---|---|---|
committer | 2025-03-08 05:04:08 +0000 | |
commit | defbe286d71d8354adcea5a8d2a3b4c247770bc2 (patch) | |
tree | 7c69653897a3020d4cc96534083c787706e2131e /pyproject.toml | |
parent | Bump pydantic-settings from 2.6.1 to 2.8.1 (#1652) (diff) |
Bump pydis-core from 11.5.0 to 11.6.0 (#1648)
Bumps [pydis-core](https://github.com/python-discord/bot-core) from 11.5.0 to 11.6.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.5.0...v11.6.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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 1a072f24..c8fa72e4 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 = { version = "11.5.0", extras = ["all"] } +pydis_core = { version = "11.6.0", extras = ["all"] } arrow = "1.3.0" beautifulsoup4 = "4.12.3" |