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"