Skip to content

Commit

Permalink
Merge pull request #750 from GSA/setuptools-70
Browse files Browse the repository at this point in the history
setuptools>=70.0.0
  • Loading branch information
FuhuXia authored Jul 18, 2024
2 parents 7098cee + f294bbd commit 84d459a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion requirements.in.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 84d459a

Please sign in to comment.