From 4402dc23bb680721ac5c1102fbdf3c4c232d5a26 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 11:35:50 +0100 Subject: [PATCH] chore(deps): update dependency tooling/httpx to v0.26.0 (#73) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d5dd586..0f7976d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ tooling = [ # linting "ruff ==0.0.292", # tests - "httpx ==0.25.0", + "httpx ==0.26.0", "sqlalchemy-utils ==0.41.1", "python-dotenv ==1.0.0", "pytest ==7.4.4",