From 06ef3d0fcd71235ff786eef12da11ff1a051dd44 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 20:59:45 +0000 Subject: [PATCH] Update dependency pip to v25.2 [SECURITY] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6ed2b65d2..75b1c1a85 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ matplotlib==3.10.5 nbconvert[webpdf]==7.16.6 numpy==1.26.4 pandas==2.2.3 -pip==25.0.1 +pip==25.2 setuptools==80.9.0 # opentsne uses sklearn.base uses joblib uses distutils missing in Python >= 12 (TODO use native openTSNE?) typing-extensions==4.12.2 # Needed for opentsne and Python >= 3.12