From ad85c365a3f8d05f7b78e3c471f4319136b50e61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 08:27:38 +0200 Subject: [PATCH] Bump discord-py from 2.3.0 to 2.3.1 (#65) Bumps [discord-py](https://github.com/Rapptz/discord.py) from 2.3.0 to 2.3.1. - [Commits](https://github.com/Rapptz/discord.py/compare/v2.3.0...v2.3.1) --- updated-dependencies: - dependency-name: discord-py dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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]