From 78feb7a61de32f7e2eb9f73c40b2effc1d5b67b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Mar 2024 22:50:02 +0000 Subject: [PATCH] Update dependency httpx to ^0.27.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f67ac78..cb655fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ starlette = "<0.38" autoflake = "<2.4" black = "^23" codecov = "^2.1.12" -httpx = "^0.24.0" +httpx = "^0.27.0" mypy = "^1.1" pre-commit = "2.21.0" pytest = "^7"