diff options
| author | 2023-03-03 14:01:48 +0000 | |
|---|---|---|
| committer | 2023-03-03 14:01:48 +0000 | |
| commit | fb9a5d02b9536ce909e74fc2b22d12b8b2f2ac17 (patch) | |
| tree | ae8755ad69f9d0300ee7ff6be126fdf44d707a62 /pyproject.toml | |
| parent | Bundle workflows into a "main" CI flow (#2425) (diff) | |
Bump pydis-core from 9.5.0 to 9.5.1
Bumps [pydis-core](https://github.com/python-discord/bot-core) from 9.5.0 to 9.5.1.
- [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/v9.5.0...v9.5.1)
---
updated-dependencies:
- dependency-name: pydis-core
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 13efe1f34..8950bcbc8 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 = { version = "9.5.0", extras = ["async-rediscache"] } +pydis_core = { version = "9.5.1", extras = ["async-rediscache"] } redis = "4.3.5" fakeredis = { version = "2.0.0", extras = ["lua"] } |