diff options
| author | 2023-05-08 13:11:32 +0000 | |
|---|---|---|
| committer | 2023-05-08 13:11:32 +0000 | |
| commit | e811f1c5ec20602eac5cc6cb5921c1be66b1895a (patch) | |
| tree | f6ba1188de6d3dc668467643238ef0e4a559ed09 /pyproject.toml | |
| parent | Bump sentry-sdk from 1.21.1 to 1.22.0 (#2582) (diff) | |
Bump pydis-core from 9.5.1 to 9.6.0 (#2586)
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 21e0071e2..b198e74b8 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 = "9.5.1", extras = ["async-rediscache"] } +pydis_core = { version = "9.6.0", extras = ["async-rediscache"] } aiohttp = "3.8.4" arrow = "1.2.3" |