diff --git a/poetry.lock b/poetry.lock index e4cf6501..97ecf03d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -284,13 +284,13 @@ test = ["hypothesis (>=1.11.4,!=3.79.2)", "iso8601", "pretend", "pytest (>=6.2.0 [[package]] name = "discord-py" -version = "2.3.0" +version = "2.3.1" description = "A Python wrapper for the Discord API" optional = false python-versions = ">=3.8.0" files = [ - {file = "discord.py-2.3.0-py3-none-any.whl", hash = "sha256:3e9498967822ad4499f8f72deb9173f942d9827d92b6e4e4e7732d24f78f300c"}, - {file = "discord.py-2.3.0.tar.gz", hash = "sha256:c71066a30f037d069218e59092505c3e8945fd175e396a80748056d989756806"}, + {file = "discord.py-2.3.1-py3-none-any.whl", hash = "sha256:149652f24da299706270bf8c03c2fcf80cf1caf3a480744c61d5b001688b380d"}, + {file = "discord.py-2.3.1.tar.gz", hash = "sha256:8eb4fe66b5d503da6de3a8425e23012711dc2fbcd7a782107a92beac15ee3459"}, ] [package.dependencies] @@ -669,4 +669,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "dbf972b041929dd6883e70dff51ffa82fad0e674a03ae1f78c5323e329241125" +content-hash = "ecc1641c46080826e32d16a7f6c62bbf018c35e405b7002f279c7928adb2da6c" diff --git a/pyproject.toml b/pyproject.toml index ceb32977..864242da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ humanize = "^4.6.0" parsedatetime = "^2.6" aiohttp = "^3.8.4" gidgethub = "^5.3.0" -"discord.py" = "^2.3.0" +"discord.py" = "^2.3.1" [tool.poetry.dev-dependencies]