From 085ab1e36d4436c4837d8b793904b11ac0763db9 Mon Sep 17 00:00:00 2001 From: Fuhu Xia Date: Thu, 19 Sep 2024 12:07:13 -0400 Subject: [PATCH] pin setuptools to 71 --- requirements.in.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in.txt b/requirements.in.txt index 913f0bd4..942f4578 100644 --- a/requirements.in.txt +++ b/requirements.in.txt @@ -80,7 +80,6 @@ python-dateutil>=2.8.2 # (most likely for snyk) itsdangerous==2.0.1 MarkupSafe==2.0.1 -setuptools>=70.0.0 wheel==0.42.0 # avoid ImportError error https://github.com/GSA/data.gov/issues/4396 @@ -99,3 +98,4 @@ urllib3>=1.26.19 certifi>=2024.7.4 cryptography>=43.0.1 +setuptools~=71.0.3 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index c809a0aa..3c94e96f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -81,7 +81,7 @@ rfc3987==1.3.8 rq==1.11.0 s3transfer==0.10.2 sansjson==0.3.0 -setuptools==74.1.2 +setuptools==71.0.3 simplejson==3.18.0 six==1.16.0 SQLAlchemy==1.4.41