diff --git a/poetry.lock b/poetry.lock index cb67353..c278b07 100644 --- a/poetry.lock +++ b/poetry.lock @@ -53,7 +53,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" [[package]] name = "discord-webhook" -version = "0.15.0" +version = "0.16.0" description = "execute discord webhooks" category = "main" optional = false @@ -62,6 +62,9 @@ python-versions = "*" [package.dependencies] requests = ">=2.19.1" +[package.extras] +async = ["httpx (>=0.20.0)"] + [[package]] name = "feedparser" version = "6.0.8" @@ -198,7 +201,7 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "4b5d35d5cfe8375d63e05d7da01e38a7019775b92aef14cba38420ec0017ddf2" +content-hash = "53b5b383ba400929d442e09fecdcb8178308ba3783cb70426a0be5f730d7aaf0" [metadata.files] beautifulsoup4 = [ @@ -222,8 +225,8 @@ colorama = [ {file = "colorama-0.4.4.tar.gz", hash = "sha256:5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b"}, ] discord-webhook = [ - {file = "discord-webhook-0.15.0.tar.gz", hash = "sha256:1557a3a86ec556d5fceeff3d0c8601affd83770280b7358a3c7f4fb7c8ee32e5"}, - {file = "discord_webhook-0.15.0-py3-none-any.whl", hash = "sha256:5c59e3c5b52be8d9273aebdc5647f564a3c24ce4f75635fd1d9e4d9d8dad30f4"}, + {file = "discord-webhook-0.16.0.tar.gz", hash = "sha256:6318c2bfab20e35927503cd32f49a449b0aba61f5a848e415fdf5e94e361870c"}, + {file = "discord_webhook-0.16.0-py3-none-any.whl", hash = "sha256:b142eadc0588c161840a21496052a97c8d72b44457cf3bd3cf4dc0a6f9b5f50a"}, ] feedparser = [ {file = "feedparser-6.0.8-py3-none-any.whl", hash = "sha256:1b7f57841d9cf85074deb316ed2c795091a238adb79846bc46dccdaf80f9c59a"}, diff --git a/pyproject.toml b/pyproject.toml index 3b64605..03442dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = ["Joakim Hellsén "] python = "^3.9" reader = "^2.12" typer = { extras = ["all"], version = "^0.4.1" } -discord-webhook = "^0.15.0" +discord-webhook = "^0.16.0" [build-system] requires = ["poetry-core>=1.0.0"]