diff --git a/pyproject.toml b/pyproject.toml index 1454cfd..5024edb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "discord-webhook" -version = "1.3.0" +version = "1.3.1" description = "Easily send Discord webhooks with Python" authors = ["lovvskillz <14542790+lovvskillz@users.noreply.github.com>"] license = "MIT" @@ -11,7 +11,7 @@ keywords = ["discord", "webhook"] [tool.poetry.dependencies] -python = "^3.8" +python = "^3.10" requests = "^2.28.1" httpx = { version = "^0.23.0", optional = true }