mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2024-12-22 20:45:41 +00:00
Bump discord-py from 2.2.2 to 2.2.3 (#51)
Bumps [discord-py](https://github.com/Rapptz/discord.py) from 2.2.2 to 2.2.3. - [Commits](https://github.com/Rapptz/discord.py/compare/v2.2.2...v2.2.3) --- 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
1462e0a36a
commit
c79e1628cb
8
poetry.lock
generated
8
poetry.lock
generated
|
@ -291,14 +291,14 @@ test = ["hypothesis (>=1.11.4,!=3.79.2)", "iso8601", "pretend", "pytest (>=6.2.0
|
|||
|
||||
[[package]]
|
||||
name = "discord-py"
|
||||
version = "2.2.2"
|
||||
version = "2.2.3"
|
||||
description = "A Python wrapper for the Discord API"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.8.0"
|
||||
files = [
|
||||
{file = "discord.py-2.2.2-py3-none-any.whl", hash = "sha256:38fc52a784727b8e5e5749267089400035b187a009028eddfabeb182abcc6d52"},
|
||||
{file = "discord.py-2.2.2.tar.gz", hash = "sha256:b9944056bcb5711b2d04088848fd004466cf117c15c84fa798bf55470f28275f"},
|
||||
{file = "discord.py-2.2.3-py3-none-any.whl", hash = "sha256:792bdcfe71cfe013c446cf379b2e83e08b5050604322ad6fb592864e63511abd"},
|
||||
{file = "discord.py-2.2.3.tar.gz", hash = "sha256:f9df95795c6f52c5db43b7ab43634993e12ef233288636a759166dd9c134d077"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
@ -689,4 +689,4 @@ multidict = ">=4.0"
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.8"
|
||||
content-hash = "5d3055ed8b95ed4dc0943690c7b89332b5259fb1ebfa9702567b33e5df5eb87b"
|
||||
content-hash = "97ad3d811470cd00789c620dcf299e6113c25bf822657cc4de4ad77f1c9a9e03"
|
||||
|
|
|
@ -14,7 +14,7 @@ humanize = "^4.6.0"
|
|||
parsedatetime = "^2.6"
|
||||
aiohttp = "^3.8.4"
|
||||
gidgethub = "^5.2.1"
|
||||
"discord.py" = "^2.2.2"
|
||||
"discord.py" = "^2.2.3"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
|
||||
|
|
Loading…
Reference in a new issue