diff --git a/pyproject.toml b/pyproject.toml index 24a44c7e..49773995 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.8" -httpx = "^0.24.0" +httpx = "^0.25.0" ujson = "^5.8.0" Jinja2 = "^3.1.2" python-telegram-bot = { version = "^20.7", extras = ["ext", "rate-limiter"] }