diff options
author | 2023-04-06 10:06:40 +0000 | |
---|---|---|
committer | 2023-04-06 10:06:40 +0000 | |
commit | 71af74dba217570773e59f069c3e1a3fe7f219d3 (patch) | |
tree | 4709f03c79e10430e736a620850f3d78e1e2f717 /pyproject.toml | |
parent | Bump alembic from 1.9.4 to 1.10.2 (#45) (diff) |
Bump pydis-core from 9.4.1 to 9.5.1 (#42)
Bumps [pydis-core](https://github.com/python-discord/bot-core) from 9.4.1 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.4.1...v9.5.1)
---
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 0b3bef0..8a3c825 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.4.1" +pydis-core = "9.5.1" alembic = "1.10.2" aiohttp = "3.8.4" |