From 188f3139389d742229af1eb56d8f9267812836d4 Mon Sep 17 00:00:00 2001 From: Fuhu Xia Date: Tue, 16 Jul 2024 12:43:41 -0400 Subject: [PATCH 1/2] setuptools>=70.0.0 --- requirements-dev.txt | 2 +- requirements.in.txt | 2 +- requirements.txt | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 5d07002d..0f3d9c95 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -22,4 +22,4 @@ Sphinx==3.3.0 sphinx-rtd-theme==0.4.3 pygments>=2.7.4 # not directly required, pinned by Snyk to avoid a vulnerability ipython>=8.10.0 # not directly required, pinned by Snyk to avoid a vulnerability -setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability +setuptools>=70.0.0 # not directly required, pinned by Snyk to avoid a vulnerability diff --git a/requirements.in.txt b/requirements.in.txt index e95a7be0..2829cae8 100644 --- a/requirements.in.txt +++ b/requirements.in.txt @@ -78,7 +78,7 @@ python-dateutil>=2.8.2 # (most likely for snyk) itsdangerous==2.0.1 MarkupSafe==2.0.1 -setuptools==68.0.0 +setuptools>=70.0.0 wheel==0.42.0 # avoid ImportError error https://github.com/GSA/data.gov/issues/4396 diff --git a/requirements.txt b/requirements.txt index 5f13c12f..5dd56995 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,8 +5,8 @@ Babel==2.10.3 Beaker==1.11.0 bleach==5.0.1 blinker==1.5 -boto3==1.34.140 -botocore==1.34.140 +boto3==1.34.144 +botocore==1.34.144 certifi==2024.7.4 cffi==1.16.0 chardet==5.2.0 @@ -54,7 +54,7 @@ MarkupSafe==2.0.1 messytables==0.15.2 mypy==1.10.1 mypy-extensions==1.0.0 -newrelic==9.11.0 +newrelic==9.12.0 nose==1.3.7 openpyxl==3.1.5 packaging==24.1 @@ -81,7 +81,7 @@ rfc3987==1.3.8 rq==1.11.0 s3transfer==0.10.2 sansjson==0.3.0 -setuptools==68.0.0 +setuptools==70.1.0 simplejson==3.18.0 six==1.16.0 SQLAlchemy==1.4.41 From f294bbd37a45a9c5b564cb8dc5f4958dcf7a22b9 Mon Sep 17 00:00:00 2001 From: Fuhu Xia Date: Thu, 18 Jul 2024 00:28:38 -0400 Subject: [PATCH 2/2] Trigger Build