diff --git a/poetry.lock b/poetry.lock index f29a1a8..336b251 100644 --- a/poetry.lock +++ b/poetry.lock @@ -349,23 +349,25 @@ files = [ ] [[package]] -name = "discord.py" -version = "1.7.3" +name = "discord-py" +version = "2.2.3" description = "A Python wrapper for the Discord API" category = "main" optional = false -python-versions = ">=3.5.3" +python-versions = ">=3.8.0" files = [ - {file = "discord.py-1.7.3-py3-none-any.whl", hash = "sha256:c6f64db136de0e18e090f6752ea68bdd4ab0a61b82dfe7acecefa22d6477bb0c"}, - {file = "discord.py-1.7.3.tar.gz", hash = "sha256:462cd0fe307aef8b29cbfa8dd613e548ae4b2cb581d46da9ac0d46fb6ea19408"}, + {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] -aiohttp = ">=3.6.0,<3.8.0" +aiohttp = ">=3.7.4,<4" [package.extras] -docs = ["sphinx (==3.0.3)", "sphinxcontrib-trio (==1.1.2)", "sphinxcontrib-websupport"] -voice = ["PyNaCl (>=1.3.0,<1.5)"] +docs = ["sphinx (==4.4.0)", "sphinxcontrib-trio (==1.1.2)", "sphinxcontrib-websupport", "typing-extensions (>=4.3,<5)"] +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)"] [[package]] name = "distlib" @@ -1456,4 +1458,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "4728f92cf8d20ebdb7ab3af0bea9db89c4735b6c630645d7e47d0c86481c42b8" +content-hash = "204df6ae683ca4885c04b5d8abe9c072ad1088f98d1beaa6601fb3267c9b5af5" diff --git a/pyproject.toml b/pyproject.toml index 47e2c1f..b727204 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "AGPL-3.0" [tool.poetry.dependencies] python = "^3.10" -"discord.py" = "1.7.3" +"discord.py" = "2.2.3" PyYAML = "^6.0" fuzzywuzzy = "^0.18.0" oauthlib = "^3.2.2"