diff options
| author | 2023-03-03 17:02:44 +0000 | |
|---|---|---|
| committer | 2023-03-03 17:02:44 +0000 | |
| commit | aaacc9172dd5b72ae6c513db335ce98663505974 (patch) | |
| tree | df1c0a61534a243e06c595f01cc883658bff4783 /pyproject.toml | |
| parent | Merge pull request #45 from python-discord/Fix-cronjob-integrations (diff) | |
build(deps): 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 4b552b2..4cfa727 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.0" +pydis-core = "9.5.1" pydantic = {extras = ["dotenv"], version = "1.10.5"} loguru = "0.6.0" |