From aa1bbf5eab2b6da79489af0e4982a0ae76dc6fec Mon Sep 17 00:00:00 2001 From: Russell Jurney Date: Thu, 29 Feb 2024 05:14:43 -0800 Subject: [PATCH] Update pyproject.toml to use a modern httpx --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cf3b10c..d15248e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.8" -httpx = "^0.18.1" +httpx = "^0.27.0" [tool.poetry.dev-dependencies] pytest = "^5.2"