diff --git a/poetry.lock b/poetry.lock index 3922b1b..5006710 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2,13 +2,13 @@ [[package]] name = "aiodns" -version = "3.0.0" +version = "3.1.1" description = "Simple DNS resolver for asyncio" optional = false python-versions = "*" files = [ - {file = "aiodns-3.0.0-py3-none-any.whl", hash = "sha256:2b19bc5f97e5c936638d28e665923c093d8af2bf3aa88d35c43417fa25d136a2"}, - {file = "aiodns-3.0.0.tar.gz", hash = "sha256:946bdfabe743fceeeb093c8a010f5d1645f708a241be849e17edfb0e49e08cd6"}, + {file = "aiodns-3.1.1-py3-none-any.whl", hash = "sha256:a387b63da4ced6aad35b1dda2d09620ad608a1c7c0fb71efa07ebb4cd511928d"}, + {file = "aiodns-3.1.1.tar.gz", hash = "sha256:1073eac48185f7a4150cad7f96a5192d6911f12b4fb894de80a088508c9b3a99"}, ] [package.dependencies] @@ -1114,17 +1114,17 @@ typing-extensions = ">=4.6.0,<4.7.0 || >4.7.0" [[package]] name = "pydis-core" -version = "10.3.0" +version = "10.4.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.3.0-py3-none-any.whl", hash = "sha256:4cabca495a81ed6eb559620cb705a1a3bf0a8be96a704c4f7a0732e45b5ab2a3"}, - {file = "pydis_core-10.3.0.tar.gz", hash = "sha256:9dad93d104afbe08a8dc80b3214285acfdf0ada98e5b8650718891331fb064b9"}, + {file = "pydis_core-10.4.0-py3-none-any.whl", hash = "sha256:caffb572aac37196f52262a58fc926b6f7db50012268ceab38f86b3e16b44db0"}, + {file = "pydis_core-10.4.0.tar.gz", hash = "sha256:06cdaf71079ceaf31e80406a7ced32f089b57c292b79aafdb418118d739d1a80"}, ] [package.dependencies] -aiodns = "3.0.0" +aiodns = "3.1.1" "discord.py" = "2.3.2" pydantic = ">=1.7.4,<3.0.0" statsd = "4.0.1" @@ -1468,4 +1468,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "e90e9146efb6d10dbbb1a6e9146e12101cf0154375af8822a7dc3b548a319ce8" +content-hash = "21464dcfa7eafe5768b5556bcb014b2f1297201770ed0f4d9363b3425b27bdb5" diff --git a/pyproject.toml b/pyproject.toml index 4c82d0c..051a67b 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.3.0" +pydis-core = "10.4.0" alembic = "1.12.0" coloredlogs = "15.0.1"