From 5770ad175026c0df5658e4d9a26f060816788cb9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 Dec 2023 14:25:03 +0000 Subject: [PATCH] Update dependency httpx to ^0.26.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1a70812..98c29ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ starlette = "<0.35" autoflake = "<2.3" black = "^23" codecov = "^2.1.12" -httpx = "^0.24.0" +httpx = "^0.26.0" mypy = "^1.1" pre-commit = "2.21.0" pytest = "^7"