From d1cacf3496b2358cefd92ce67a7cee16dbde2364 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 20:47:42 +0000 Subject: [PATCH] Bump discord-py from 2.3.1 to 2.3.2 Bumps [discord-py](https://github.com/Rapptz/discord.py) from 2.3.1 to 2.3.2. - [Commits](https://github.com/Rapptz/discord.py/compare/v2.3.1...v2.3.2) --- updated-dependencies: - dependency-name: discord-py dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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]