Merge pull request 'chore(deps): update dependency disnake to ^2.10.1' (#273) from renovate/disnake-2.x into master
All checks were successful
divent / lint (push) Successful in 2m9s
divent / docker (push) Successful in 1m0s
divent / pypi (push) Has been skipped

Reviewed-on: #273
This commit is contained in:
Michel Roux 2024-12-30 08:03:29 +00:00
commit 593dafdaff
2 changed files with 6 additions and 7 deletions

11
poetry.lock generated
View File

@ -342,23 +342,22 @@ six = ">=1.13.0"
[[package]]
name = "disnake"
version = "2.9.3"
version = "2.10.1"
description = "A Python wrapper for the Discord API"
optional = false
python-versions = ">=3.8"
files = [
{file = "disnake-2.9.3-py3-none-any.whl", hash = "sha256:ea0f69425f885a0e2f2a492365dfbaed9186b9fb9d2fa3a2832ec792953818fb"},
{file = "disnake-2.9.3.tar.gz", hash = "sha256:0e062042b103b18601b62cc25b301ef837b40af2de15efeb7108466078243bb8"},
{file = "disnake-2.10.1-py3-none-any.whl", hash = "sha256:60175459cf5ada0381fc174d693f862c3f0b78e58ce51c39fd9960d86072409d"},
{file = "disnake-2.10.1.tar.gz", hash = "sha256:e469938c72f88432b55bc5f521a260f027d3db9e5337fe0f28098f3bfafc5a43"},
]
[package.dependencies]
aiohttp = ">=3.7.0,<4.0"
[package.extras]
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.5.0,<1.6)"]
voice = ["PyNaCl (>=1.5.0,<1.6)", "audioop-lts (==0.2.1)"]
[[package]]
name = "djlint"
@ -1711,4 +1710,4 @@ type = ["pytest-mypy"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<3.13"
content-hash = "3cadb28b674ab65249c822da888b6474054847eefe3b521263d0b71f1e67571b"
content-hash = "98ea5fc999dfdde0b86fb06ced3d11e365d9e75eeac92f40af242accf19dff71"

View File

@ -13,7 +13,7 @@ divent = 'divent.bot:run'
[tool.poetry.dependencies]
python = ">=3.9,<3.13"
disnake = "^2.9.3"
disnake = "^2.10.1"
ics = "0.8.0.dev0"
python-dotenv = "^1.0.1"
quart = "^0.20.0"