From 05eed3f6eaa05d437f414ef30fc83b449b81385f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 13:20:08 +0200 Subject: [PATCH] chore(deps): update dependency tooling/httpx to v0.25.0 (#69) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d84e04a..030c073 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ tooling = [ # linting "ruff ==0.0.292", # tests - "httpx ==0.24.1", + "httpx ==0.25.0", "sqlalchemy-utils ==0.41.1", "python-dotenv ==1.0.0", "pytest ==7.4.2",