aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-03 17:02:44 +0000
committerGravatar GitHub <[email protected]>2023-03-03 17:02:44 +0000
commitaaacc9172dd5b72ae6c513db335ce98663505974 (patch)
treedf1c0a61534a243e06c595f01cc883658bff4783 /pyproject.toml
parentMerge 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.toml2
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"