From a48001caba9511bebc8c74bd3d947e8eb24e42ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B4=9B=E6=B0=B4=E5=B1=85=E5=AE=A4?= Date: Fri, 15 Dec 2023 22:05:12 +0800 Subject: [PATCH] :arrow_up: Bump httpx from 0.24.0 to 0.25.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }