Skip to content

Commit

Permalink
Merge pull request #1402 from GSA/setuptools-70
Browse files Browse the repository at this point in the history
setuptools>=70.0.0
  • Loading branch information
btylerburton authored Jul 18, 2024
2 parents 5d7d06f + 93a349d commit 57bd8f6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions ckan/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,6 @@ Werkzeug==2.0.3
# pin numpy as 2.x causes array import issues w/ shapely
numpy==1.26.4
certifi>=2024.7.4

# snyk finding
setuptools>=70.0.0
8 changes: 4 additions & 4 deletions ckan/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,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
Expand Down Expand Up @@ -58,7 +58,7 @@ MarkupSafe==2.1.5
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
numpy==1.26.4
OWSLib==0.31.0
Expand Down Expand Up @@ -93,7 +93,7 @@ rfc3987==1.3.8
rq==1.11.0
s3transfer==0.10.2
sansjson==0.3.0
setuptools==67.1.0
setuptools==70.3.0
shapely==2.0.1
simplejson==3.18.0
six==1.16.0
Expand Down

0 comments on commit 57bd8f6

Please sign in to comment.