aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-22 12:17:04 +0100
committerGravatar GitHub <[email protected]>2023-09-22 12:17:04 +0100
commit1d56f3ad7d7287cb1bc7599b49670fd90ade6519 (patch)
tree341cabb8cefb34b70262620f3d38dc3d76fe3412 /pyproject.toml
parentbuild(deps-dev): bump ruff from 0.0.288 to 0.0.289 (#109) (diff)
build(deps): bump pydis-core from 10.2.0 to 10.3.0 (#111)
Bumps [pydis-core](https://github.com/python-discord/bot-core) from 10.2.0 to 10.3.0. - [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/v10.2.0...v10.3.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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 5170a80..259e164 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 = "^10.2.0"
+pydis-core = "^10.3.0"
pydantic-settings = "^2.0.3"
loguru = "^0.7.2"