From 8fdc173268d5acd596f1460a46586032e895c6b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B4=9B=E6=B0=B4=E5=B1=85=E5=AE=A4?= Date: Sat, 16 Dec 2023 15:04:20 +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 0105c46..3485a89 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" pydantic = "^1.10.7" [tool.poetry.extras]