diff --git a/poetry.lock b/poetry.lock index ad10ecb3..95ec35e2 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.1" +version = "2.3.2" description = "A Python wrapper for the Discord API" optional = false python-versions = ">=3.8.0" files = [ - {file = "discord.py-2.3.1-py3-none-any.whl", hash = "sha256:149652f24da299706270bf8c03c2fcf80cf1caf3a480744c61d5b001688b380d"}, - {file = "discord.py-2.3.1.tar.gz", hash = "sha256:8eb4fe66b5d503da6de3a8425e23012711dc2fbcd7a782107a92beac15ee3459"}, + {file = "discord.py-2.3.2-py3-none-any.whl", hash = "sha256:9da4679fc3cb10c64b388284700dc998663e0e57328283bbfcfc2525ec5960a6"}, + {file = "discord.py-2.3.2.tar.gz", hash = "sha256:4560f70f2eddba7e83370ecebd237ac09fbb4980dc66507482b0c0e5b8f76b9c"}, ] [package.dependencies] @@ -669,4 +669,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "d3a2d6e9815197f77d57fec1972b606b8ceef18f509989b55cd85b56fa8b2b58" +content-hash = "31f3e22144df578c464f31ef668980584913236224d37a5c828cd1a2aa8891eb" diff --git a/pyproject.toml b/pyproject.toml index 87e6db3b..a05aa204 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ humanize = "^4.7.0" parsedatetime = "^2.6" aiohttp = "^3.8.4" gidgethub = "^5.3.0" -"discord.py" = "^2.3.1" +"discord.py" = "^2.3.2" [tool.poetry.dev-dependencies]