From 051b666ab52cc8bb254b1a696e13868dd319aa20 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 15:47:38 +0000 Subject: [PATCH] fix(deps): update dependency requests to v2.32.2 [security] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3a93b4a1..f0e152a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ boltons = "==23.1.1" cachier = "2.0.0" Jinja2 = "3.1.4" questionary = "1.10.0" -requests = "2.31.0" +requests = "2.32.2" requirements-parser = "0.2.0" tqdm = "4.66.4" click = "8.1.7"