diff options
author | 2023-06-12 14:09:53 +0100 | |
---|---|---|
committer | 2023-06-12 14:09:53 +0100 | |
commit | e9f178b0d66f70a01d5a64f105120f9c7369df69 (patch) | |
tree | 829a03cdc108d6ae6f1b6c6ae07ef27ea89cadc9 /pyproject.toml | |
parent | Update base docker image used (diff) |
Bump pydis-core from 9.5.1 to 9.6.0 (#50)
Bumps [pydis-core](https://github.com/python-discord/bot-core) from 9.5.1 to 9.6.0.
- [Changelog](https://github.com/python-discord/bot-core/blob/main/docs/changelog.rst)
- [Commits](https://github.com/python-discord/bot-core/compare/v9.5.1...v9.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 14e1a84..d55466c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ license = "MIT" python = "3.10.*" # See https://bot-core.pythondiscord.com/ for docs. -pydis-core = "9.5.1" +pydis-core = "9.6.0" alembic = "1.10.3" aiohttp = "3.8.4" |