diff --git a/poetry.lock b/poetry.lock index 28cc50c..ad3b86b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -371,27 +371,24 @@ six = ">=1.13.0" [[package]] name = "disnake" -version = "2.8.1" +version = "2.9.0" description = "A Python wrapper for the Discord API" category = "main" optional = false python-versions = ">=3.8" files = [ - {file = "disnake-2.8.1-py3-none-any.whl", hash = "sha256:54864c115107157c6fadeb6b5811bc73fdcaab1e71c00a3ef757560df3d49128"}, - {file = "disnake-2.8.1.tar.gz", hash = "sha256:b05cdd1d0adbb06bc0f97906e6b9f0de58d7772bfa675c3866cd965fa5b2767a"}, + {file = "disnake-2.9.0-py3-none-any.whl", hash = "sha256:0dcc1c4e4194e665254ad5533fc78563664ad267261489f6b4fa8e9ea8fcdc79"}, + {file = "disnake-2.9.0.tar.gz", hash = "sha256:9f237ea833d48b7470f6af49b352d744c81668c18fc6e5bb25c662560e33fac7"}, ] [package.dependencies] -aiohttp = [ - {version = ">=3.7.0,<4.0", markers = "python_version < \"3.11\""}, - {version = ">=3.8.2,<4.0", markers = "python_version >= \"3.11\""}, -] +aiohttp = ">=3.7.0,<4.0" [package.extras] discord = ["discord-disnake"] -docs = ["docutils (>=0.17)", "sphinx (==5.3.0)", "sphinx-autobuild (>=2021.3,<2022.0)", "sphinx-hoverxref (==1.3.0)", "sphinx-notfound-page (==0.8.3)", "sphinxcontrib-towncrier (==0.3.0a0)", "sphinxcontrib-trio (>=1.1.2,<1.2.0)", "towncrier (==22.8.0)"] +docs = ["sphinx (==7.0.1)", "sphinx-autobuild (>=2021.3,<2022.0)", "sphinx-hoverxref (==1.3.0)", "sphinx-notfound-page (==0.8.3)", "sphinxcontrib-towncrier (==0.3.2a0)", "sphinxcontrib-trio (>=1.1.2,<1.2.0)", "towncrier (==23.6.0)"] speed = ["Brotli", "aiodns (>=1.1)", "cchardet", "orjson (>=3.6,<4.0)"] -voice = ["PyNaCl (>=1.3.0,<1.5)"] +voice = ["PyNaCl (>=1.3.0,<1.6)"] [[package]] name = "djlint"