Update dependency disnake to v2.7.0
This commit is contained in:
parent
bd29a2bd96
commit
1408a00ac9
15
poetry.lock
generated
15
poetry.lock
generated
@ -142,18 +142,21 @@ six = ">=1.13.0"
|
||||
|
||||
[[package]]
|
||||
name = "disnake"
|
||||
version = "2.6.1"
|
||||
version = "2.7.0"
|
||||
description = "A Python wrapper for the Discord API"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.8.0"
|
||||
|
||||
[package.dependencies]
|
||||
aiohttp = ">=3.7.0,<3.9.0"
|
||||
aiohttp = [
|
||||
{version = ">=3.7.0,<4.0", markers = "python_version < \"3.11\""},
|
||||
{version = ">=3.8.2,<4.0", markers = "python_version >= \"3.11\""},
|
||||
]
|
||||
|
||||
[package.extras]
|
||||
discord = ["discord-disnake"]
|
||||
docs = ["docutils (>=0.17)", "sphinx (>=5.1.1,<5.2.0)", "sphinx-autobuild (>=2021.3,<2022.0)", "sphinx-hoverxref (==1.1.3)", "sphinxcontrib-towncrier (==0.2.1a0)", "sphinxcontrib-trio (>=1.1.2,<1.2.0)", "towncrier (==21.9.0)"]
|
||||
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)"]
|
||||
speed = ["Brotli", "aiodns (>=1.1)", "cchardet", "orjson (>=3.6,<4.0)"]
|
||||
voice = ["PyNaCl (>=1.3.0,<1.5)"]
|
||||
|
||||
@ -781,7 +784,7 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
|
||||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.8"
|
||||
content-hash = "7bdf1969b0cdfd501889addf96cdfd71b0c8805157ef458088186429ada0e6ec"
|
||||
content-hash = "145f183d913069709e70ec4fd736bc9bbdd81c8d628005cf8f258796eea28054"
|
||||
|
||||
[metadata.files]
|
||||
aiofiles = [
|
||||
@ -936,8 +939,8 @@ cssbeautifier = [
|
||||
{file = "cssbeautifier-1.14.7.tar.gz", hash = "sha256:be7f1ea7a7b009f0172c2c0d0bebb2d136346e786f7182185ea944affb52135a"},
|
||||
]
|
||||
disnake = [
|
||||
{file = "disnake-2.6.1-py3-none-any.whl", hash = "sha256:800748d7c8065630b4b8924494c874616915d589d0ff5918a159021ca4d0fd7a"},
|
||||
{file = "disnake-2.6.1.tar.gz", hash = "sha256:51a1e8c6441fe80c6d62c8880718b2d2ab6834ffc5a5a20bfb0e063a3b60c338"},
|
||||
{file = "disnake-2.7.0-py3-none-any.whl", hash = "sha256:c13de5fcc6dc5442e6f1f5c62e7f24038ecbe7d629c0b3c5506bf1b3c706c26a"},
|
||||
{file = "disnake-2.7.0.tar.gz", hash = "sha256:414a36c998826df2795aac946f867f3b13b6f15db456913425faa50b311f12d6"},
|
||||
]
|
||||
djlint = [
|
||||
{file = "djlint-1.19.3-py3-none-any.whl", hash = "sha256:86f0626c2186fd84a1236ec295b4ba0896b53221467733e72a4443d0f9c6ffce"},
|
||||
|
@ -13,7 +13,7 @@ divent = 'divent.bot:__main__'
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.8"
|
||||
disnake = "2.6.1"
|
||||
disnake = "2.7.0"
|
||||
ics = "0.8.0.dev0"
|
||||
python-dotenv = "0.21.0"
|
||||
quart = "0.18.3"
|
||||
|
Loading…
Reference in New Issue
Block a user