diff --git a/poetry.lock b/poetry.lock index 28c1a9e..bff100b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -993,13 +993,13 @@ typing-extensions = ">=4.6.0,<4.7.0 || >4.7.0" [[package]] name = "pydis-core" -version = "11.2.0" +version = "11.3.0" description = "PyDis core provides core functionality and utility to the bots of the Python Discord community." optional = false python-versions = "<4.0,>=3.11" files = [ - {file = "pydis_core-11.2.0-py3-none-any.whl", hash = "sha256:e06adeb17b25c88e8531712ea3910a7c35b977e0b04711cdecd2089efce1b546"}, - {file = "pydis_core-11.2.0.tar.gz", hash = "sha256:8ecdc3a564ef7f34c4688c1bc064e4871555f22f239845fb2d9cb74df9006ae8"}, + {file = "pydis_core-11.3.0-py3-none-any.whl", hash = "sha256:0a1c37f56df0f639f252e71504d98599679b64fe282331db027ae63dc441a845"}, + {file = "pydis_core-11.3.0.tar.gz", hash = "sha256:6c1141a05b067cf272cb816d4bee18a0e5d8ca264b5a94490be4001d074b2ac1"}, ] [package.dependencies] @@ -1360,4 +1360,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.12.*" -content-hash = "e51b4411f0c68a9000118aaa867aaaffe4c86db0f2a2ea671f19d571d6b858f5" +content-hash = "dea7d2e889b22a85a67b2ca80fa1739b738ce364eeb31f699050d54f4e5100ad" diff --git a/pyproject.toml b/pyproject.toml index ed9d199..62bdeba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ license = "MIT" python = "3.12.*" # See https://bot-core.pythondiscord.com/ for docs. -pydis-core = "11.2.0" +pydis-core = "11.3.0" alembic = "1.13.2" coloredlogs = "15.0.1"