From f119aeabb77db8dc6e06a9292ec23237734e1732 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 22:10:07 +0000 Subject: [PATCH] chore(deps): update dependency requests to v2.33.0 [security] --- thc-net/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thc-net/pyproject.toml b/thc-net/pyproject.toml index 67a4beb..f9d2a65 100755 --- a/thc-net/pyproject.toml +++ b/thc-net/pyproject.toml @@ -14,7 +14,7 @@ scikit-learn = "0.23.1" pytest = "5.4.3" notebook = "6.0.3" ipywidgets = "7.5.1" -requests = "2.23.0" +requests = "2.33.0" matplotlib = "3.2.1" numpy = "1.18.5" pandas = "1.0.4"