diff --git a/poetry.lock b/poetry.lock index 77715d0..de9b663 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.0 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "aiodns" @@ -1001,20 +1001,20 @@ typing-extensions = ">=4.6.0,<4.7.0 || >4.7.0" [[package]] name = "pydis-core" -version = "10.4.0" +version = "10.5.1" 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.4.0-py3-none-any.whl", hash = "sha256:caffb572aac37196f52262a58fc926b6f7db50012268ceab38f86b3e16b44db0"}, - {file = "pydis_core-10.4.0.tar.gz", hash = "sha256:06cdaf71079ceaf31e80406a7ced32f089b57c292b79aafdb418118d739d1a80"}, + {file = "pydis_core-10.5.1-py3-none-any.whl", hash = "sha256:25311e97a36b60a40b9d5f8d8e626fa121e4cb110d67a6111c9b9aba456845f9"}, + {file = "pydis_core-10.5.1.tar.gz", hash = "sha256:95d4ac24a35591b02cb8970f943ef8e045ac7c519e2ec4604586e002993e8c7e"}, ] [package.dependencies] -aiodns = "3.1.1" -"discord.py" = "2.3.2" +aiodns = ">=3.1,<4.0" +"discord.py" = ">=2.3.2,<2.4.0" pydantic = ">=1.7.4,<3.0.0" -statsd = "4.0.1" +statsd = ">=4.0,<5.0" [package.extras] async-rediscache = ["async-rediscache[fakeredis] (==1.0.0rc2)"] @@ -1380,4 +1380,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "39b3ef52238cdb581a7fcac3c497c869d6378b108ba2b894a8eb05ca546257e7" +content-hash = "c8fa3452e2d56646d154bda68aa482ece3a574ef4b4281f91c4c05166a65e69b" diff --git a/pyproject.toml b/pyproject.toml index ba587b9..73f2129 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.4.0" +pydis-core = "10.5.1" alembic = "1.13.0" coloredlogs = "15.0.1"