Update dependency disnake to v2.5.2
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Michel Roux 2022-07-30 15:01:45 +00:00
parent ab20269c5d
commit 092b583805
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -175,7 +175,7 @@ six = ">=1.13.0"
[[package]]
name = "disnake"
version = "2.5.1"
version = "2.5.2"
description = "A Python wrapper for the Discord API"
category = "main"
optional = false
@ -843,7 +843,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
[metadata]
lock-version = "1.1"
python-versions = "^3.8"
content-hash = "bdcf6cc744546826c0cbbabb986a1a2c8f6a4a2a6ec0082629bc9aedc319138b"
content-hash = "4d9533334fcc74cf06436ad12903364bd315e7fa5fc58ff83648d5d1b4072d40"
[metadata.files]
aiofiles = [
@ -1035,8 +1035,8 @@ cssbeautifier = [
{file = "cssbeautifier-1.14.4.tar.gz", hash = "sha256:107eb1408cd5770361f9044e107102aa1ec03f2a547908a37bf1777000d3b18b"},
]
disnake = [
{file = "disnake-2.5.1-py3-none-any.whl", hash = "sha256:6ced40c52551408a13df454ab00063edcc30889d517a8e82c2b7fd04f1ce39c1"},
{file = "disnake-2.5.1.tar.gz", hash = "sha256:3890a6df75db4db8d4a81f0cbcb0051acf3ccbf88dabca3f76f67243c4e42921"},
{file = "disnake-2.5.2-py3-none-any.whl", hash = "sha256:e36faa97afce4c8caacee1c68ba08903611bbb8dd455bd95e32867a1c6b0352a"},
{file = "disnake-2.5.2.tar.gz", hash = "sha256:9fae801275b8ba448de9d9d3cc78b264bd5e1f9225292dad68e7b95eb5e6de68"},
]
djlint = [
{file = "djlint-1.9.2-py3-none-any.whl", hash = "sha256:06dc70b281e0184d79a5c0e029c835e2df295134838642f5fb786c50e65f35c9"},

View File

@ -7,7 +7,7 @@ license = "WTFPL"
[tool.poetry.dependencies]
python = "^3.8"
disnake = "2.5.1"
disnake = "2.5.2"
ics = "0.7.2"
python-dotenv = "0.20.0"
quart = "0.18.0"