From 0bb0d1a3b3dbab6038e73bd620c0a9dcfc31b5e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 20:13:09 +0000 Subject: [PATCH] fix(deps): update dependency requests to v2.32.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 42d5779..af4d748 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" requires-python = ">=3.10" packages = [{include = "routedbits"}] dependencies = [ - "requests==2.32.3" + "requests==2.32.4" ] [build-system]