chore(deps): update dependency disnake to ^2.9.3 #255

Merged
Xefir merged 1 commits from renovate/disnake-2.x into master 2024-11-15 08:33:46 +00:00
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@ -386,13 +386,13 @@ six = ">=1.13.0"
[[package]]
name = "disnake"
version = "2.9.2"
version = "2.9.3"
description = "A Python wrapper for the Discord API"
optional = false
python-versions = ">=3.8"
files = [
{file = "disnake-2.9.2-py3-none-any.whl", hash = "sha256:6b987270dd6a9eabed1540080095e84f51eb6847b1c2ad0562a1ff9db0284c06"},
{file = "disnake-2.9.2.tar.gz", hash = "sha256:e6df395d0eb1bb402c3416c1ed28c35460a18322b05aa187ec76cdbe2304e828"},
{file = "disnake-2.9.3-py3-none-any.whl", hash = "sha256:ea0f69425f885a0e2f2a492365dfbaed9186b9fb9d2fa3a2832ec792953818fb"},
{file = "disnake-2.9.3.tar.gz", hash = "sha256:0e062042b103b18601b62cc25b301ef837b40af2de15efeb7108466078243bb8"},
]
[package.dependencies]
@ -402,7 +402,7 @@ aiohttp = ">=3.7.0,<4.0"
discord = ["discord-disnake"]
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.6)"]
voice = ["PyNaCl (>=1.5.0,<1.6)"]
[[package]]
name = "djlint"
@ -1643,4 +1643,4 @@ propcache = ">=0.2.0"
[metadata]
lock-version = "2.0"
python-versions = ">=3.13,<4.0"
content-hash = "92bf0c9096cb9635e75536005f527050c46de6f8be86f08bc8760690f6a6b4d2"
content-hash = "0f7a5f33d8617cf30e9acd21259b494d2feec9c30e925695caa58fb6edc4f741"

View File

@ -13,7 +13,7 @@ divent = 'divent.bot:run'
[tool.poetry.dependencies]
python = ">=3.13,<4.0"
disnake = "^2.9.2"
disnake = "^2.9.3"
audioop-lts = "^0.2.1"
ics = "0.8.0.dev0"
python-dotenv = "^1.0.1"