aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-22 12:17:07 +0100
committerGravatar GitHub <[email protected]>2023-09-22 12:17:07 +0100
commit66a8f127f4bacff39f4c12860df6308f8539034c (patch)
treeebf770d36960c3978258d70434f201ea5216b90d
parentBump ruff from 0.0.288 to 0.0.289 (#83) (diff)
Bump pydis-core from 10.2.0 to 10.3.0 (#86)
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 73f59ff..49deaa0 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1114,13 +1114,13 @@ typing-extensions = ">=4.6.0,<4.7.0 || >4.7.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]
@@ -1468,4 +1468,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "70f7c602dc4bfdedef067cebc8c09738a825f8a193d0574d0036314a250e9cd4"
+content-hash = "49dc13da09e295328eb3b2699fd000afc27fe1ded62b5f197cbc2ef4d63eec84"
diff --git a/pyproject.toml b/pyproject.toml
index 47fd198..61d4ad4 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"
alembic = "1.12.0"
coloredlogs = "15.0.1"