From b536bc33e5acc15365176ca86740bcde88b0bf16 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 21:50:25 +0000 Subject: [PATCH] Update dependency discord-webhook to v1 --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index e09b8c0..a62cf7e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -69,17 +69,17 @@ python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7 [[package]] name = "discord-webhook" -version = "0.17.0" +version = "1.0.0" description = "execute discord webhooks" category = "main" optional = false -python-versions = "*" +python-versions = ">=3.8,<4.0" [package.dependencies] -requests = ">=2.19.1" +requests = ">=2.28.1,<3.0.0" [package.extras] -async = ["httpx (>=0.20.0)"] +async = ["httpx (>=0.23.0,<0.24.0)"] [[package]] name = "exceptiongroup" @@ -475,7 +475,7 @@ python-versions = ">=3.7" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "711f4cd89457c25a69e64cb3115c5eb068fc9e33910d7f5fcda2340dc34f513c" +content-hash = "c8fc7315f397e8cc33c007f249770b24786cbdcf715b1d6fef520a916f29bf70" [metadata.files] anyio = [ @@ -503,8 +503,8 @@ colorama = [ {file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"}, ] discord-webhook = [ - {file = "discord-webhook-0.17.0.tar.gz", hash = "sha256:bb47e5fc83f73614d7b2a3764b84359b52c96a94aadf3302bc3c067dd21b43cc"}, - {file = "discord_webhook-0.17.0-py3-none-any.whl", hash = "sha256:d869849c4834f928f5c22597dc7600b1a30f9e797d1aeb1d4196711a243d9a73"}, + {file = "discord-webhook-1.0.0.tar.gz", hash = "sha256:b1ef5ae80ec9b28c978b7dbff07b9db2fd6597d728ac0524b27cd02336cedfca"}, + {file = "discord_webhook-1.0.0-py3-none-any.whl", hash = "sha256:b4bb897d32509c5bedc6e1c8485431e8ba81eff5bec28a969c9fe33552a08da4"}, ] exceptiongroup = [ {file = "exceptiongroup-1.0.4-py3-none-any.whl", hash = "sha256:542adf9dea4055530d6e1279602fa5cb11dab2395fa650b8674eaec35fc4a828"}, diff --git a/pyproject.toml b/pyproject.toml index d37c351..183819a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ keywords = ["website", "discord"] python = "^3.9" fastapi = "^0.87.0" ffmpeg-python = "^0.2.0" -discord-webhook = "^0.17.0" +discord-webhook = "^1.0.0" python-multipart = "^0.0.5" python-dotenv = "^0.21.0" Jinja2 = "^3.1.2"