mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2024-12-22 19:25:38 +00:00
Bump discord-py from 2.0.0 to 2.2.2 (#34)
Bumps [discord-py](https://github.com/Rapptz/discord.py) from 2.0.0 to 2.2.2. - [Release notes](https://github.com/Rapptz/discord.py/releases) - [Commits](https://github.com/Rapptz/discord.py/compare/v2.0.0...v2.2.2) --- updated-dependencies: - dependency-name: discord-py dependency-type: direct:production update-type: version-update:semver-minor ... 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
20a7d0506c
commit
90b6f45005
12
poetry.lock
generated
12
poetry.lock
generated
|
@ -290,15 +290,15 @@ ssh = ["bcrypt (>=3.1.5)"]
|
|||
test = ["hypothesis (>=1.11.4,!=3.79.2)", "iso8601", "pretend", "pytest (>=6.2.0)", "pytest-benchmark", "pytest-cov", "pytest-subtests", "pytest-xdist", "pytz"]
|
||||
|
||||
[[package]]
|
||||
name = "discord.py"
|
||||
version = "2.0.0"
|
||||
name = "discord-py"
|
||||
version = "2.2.2"
|
||||
description = "A Python wrapper for the Discord API"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.8.0"
|
||||
files = [
|
||||
{file = "discord.py-2.0.0-py3-none-any.whl", hash = "sha256:18b06870bdc85d29e0d55f4a4b2abe9d7cdae2b197e23d49f82886ba27ba1aec"},
|
||||
{file = "discord.py-2.0.0.tar.gz", hash = "sha256:c36f26935938194c3465c2abf8ecfbbf5560c50b189f1b746d6f00d1e78c0d3b"},
|
||||
{file = "discord.py-2.2.2-py3-none-any.whl", hash = "sha256:38fc52a784727b8e5e5749267089400035b187a009028eddfabeb182abcc6d52"},
|
||||
{file = "discord.py-2.2.2.tar.gz", hash = "sha256:b9944056bcb5711b2d04088848fd004466cf117c15c84fa798bf55470f28275f"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
@ -306,7 +306,7 @@ aiohttp = ">=3.7.4,<4"
|
|||
|
||||
[package.extras]
|
||||
docs = ["sphinx (==4.4.0)", "sphinxcontrib-trio (==1.1.2)", "sphinxcontrib-websupport", "typing-extensions (>=4.3,<5)"]
|
||||
speed = ["Brotli", "aiodns (>=1.1)", "cchardet", "orjson (>=3.5.4)"]
|
||||
speed = ["Brotli", "aiodns (>=1.1)", "cchardet (==2.1.7)", "orjson (>=3.5.4)"]
|
||||
test = ["coverage[toml]", "pytest", "pytest-asyncio", "pytest-cov", "pytest-mock", "typing-extensions (>=4.3,<5)"]
|
||||
voice = ["PyNaCl (>=1.3.0,<1.6)"]
|
||||
|
||||
|
@ -659,4 +659,4 @@ multidict = ">=4.0"
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.8"
|
||||
content-hash = "8d8f8979b3d7cb4174f7e7c5728a8a11693657532f63b3b0e13575a317ed8c2f"
|
||||
content-hash = "5d3055ed8b95ed4dc0943690c7b89332b5259fb1ebfa9702567b33e5df5eb87b"
|
||||
|
|
|
@ -14,7 +14,7 @@ humanize = "^4.6.0"
|
|||
parsedatetime = "^2.6"
|
||||
aiohttp = "^3.8.4"
|
||||
gidgethub = "^5.2.1"
|
||||
"discord.py" = "^2.0.0"
|
||||
"discord.py" = "^2.2.2"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
|
||||
|
|
Loading…
Reference in a new issue