Skip to content

Commit

Permalink
Merge pull request #1392 from GSA/requirement-patches
Browse files Browse the repository at this point in the history
[Snyk + GH Actions] Update requirements
  • Loading branch information
rshewitt committed Jul 8, 2024
2 parents d3ebd80 + e791531 commit 13bb253
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion ckan/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,5 @@ lxml==5.1.0
Werkzeug==2.0.3

# pin numpy as 2.x causes array import issues w/ shapely
numpy==1.26.4certifi>=2024.7.4
numpy==1.26.4
certifi>=2024.7.4
14 changes: 7 additions & 7 deletions ckan/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Babel==2.10.3
Beaker==1.11.0
bleach==5.0.1
blinker==1.5
boto3==1.34.128
botocore==1.34.128
certifi==2024.6.2
boto3==1.34.140
botocore==1.34.140
certifi==2024.7.4
cffi==1.16.0
chardet==5.2.0
charset-normalizer==3.3.2
Expand Down Expand Up @@ -56,7 +56,7 @@ Mako==1.3.5
Markdown==3.4.1
MarkupSafe==2.1.5
messytables==0.15.2
mypy==1.10.0
mypy==1.10.1
mypy-extensions==1.0.0
newrelic==9.11.0
nose==1.3.7
Expand All @@ -65,7 +65,7 @@ OWSLib==0.31.0
packaging==24.1
passlib==1.7.4
pika==1.2.1
pip==24.0
pip==24.1
ply==3.11
polib==1.1.1
progressbar==2.5
Expand All @@ -87,11 +87,11 @@ PyUtilib==6.0.0
PyYAML==6.0.1
PyZ3950 @ git+https://github.com/danizen/PyZ3950@6d44a4ab85c8bda3a7542c2c9efdfad46c830219
rdflib==6.1.1
redis==5.0.6
redis==5.0.7
requests==2.32.3
rfc3987==1.3.8
rq==1.11.0
s3transfer==0.10.1
s3transfer==0.10.2
sansjson==0.3.0
setuptools==67.1.0
shapely==2.0.1
Expand Down

0 comments on commit 13bb253

Please sign in to comment.