mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2024-12-22 15:05:38 +00:00
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
fc05f6cc88
commit
ad85c365a3
8
poetry.lock
generated
8
poetry.lock
generated
|
@ -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"
|
||||
|
|
|
@ -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]
|
||||
|
||||
|
|
Loading…
Reference in a new issue