diff --git a/poetry.lock b/poetry.lock index 558b07e0b..32d0928c5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1489,13 +1489,13 @@ yaml = ["pyyaml (>=6.0.1)"] [[package]] name = "pydis-core" -version = "11.5.0" +version = "11.5.1" 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.5.0-py3-none-any.whl", hash = "sha256:bc90510b8040983c76465a8d7e6efee862485cc89b8cdc4a4ae66d78e7e56c35"}, - {file = "pydis_core-11.5.0.tar.gz", hash = "sha256:b59b983d667960c76bf3912469b2f47c7b7c443ac8b4eb0b232ed7389a120156"}, + {file = "pydis_core-11.5.1-py3-none-any.whl", hash = "sha256:a4043f2b8c04f671986a86af8f58337dec1b1ac3bd4e56ac5b83e9c011b258e9"}, + {file = "pydis_core-11.5.1.tar.gz", hash = "sha256:c5eb2c676cc0ac7e1557031810b150fd98af2f2014717b92a19c7420c6881478"}, ] [package.dependencies] @@ -2063,4 +2063,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "3.12.*" -content-hash = "773d2096ca25ce61fe97084db4512a1c1f8facbcf62d22625bc84d5594883d89" +content-hash = "f5d06c092613596acbdfea03cb6a9051c26fa58f7bbbbb301f0dae6709ae6cdf" diff --git a/pyproject.toml b/pyproject.toml index 6e25a5ab1..c5587a500 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ package-mode = false python = "3.12.*" # See https://bot-core.pythondiscord.com/ for docs. -pydis_core = { version = "11.5.0", extras = ["all"] } +pydis_core = { version = "11.5.1", extras = ["all"] } arrow = "1.3.0" beautifulsoup4 = "4.12.3"