aboutsummaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--poetry.lock8
-rw-r--r--pyproject.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock
index 586298a..e245a0e 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1162,13 +1162,13 @@ python-dotenv = ">=0.21.0"
[[package]]
name = "pydis-core"
-version = "10.2.0"
+version = "10.3.0"
description = "PyDis core provides core functionality and utility to the bots of the Python Discord community."
optional = false
python-versions = ">=3.10.dev0,<3.12.dev0"
files = [
- {file = "pydis_core-10.2.0-py3-none-any.whl", hash = "sha256:a9cc6980d8ecf977c9011b713750026711845a8610ab5e58930f8a6e3c8d28a4"},
- {file = "pydis_core-10.2.0.tar.gz", hash = "sha256:2185e54bbe7c1758e427ab9e4103ba2068462487bcac514c6357f3301e4fe2a0"},
+ {file = "pydis_core-10.3.0-py3-none-any.whl", hash = "sha256:4cabca495a81ed6eb559620cb705a1a3bf0a8be96a704c4f7a0732e45b5ab2a3"},
+ {file = "pydis_core-10.3.0.tar.gz", hash = "sha256:9dad93d104afbe08a8dc80b3214285acfdf0ada98e5b8650718891331fb064b9"},
]
[package.dependencies]
@@ -1553,4 +1553,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "f3be7b22283e3cabd3986c1e1b3553371ad253e142835e591b4626c5293d7de3"
+content-hash = "708aace54adcd2776d53d4221a53726fca97f636e6513ea16e18b7b51fb574a0"
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"