Skip to content

Commit

Permalink
Merge pull request #1013 from GSA/requirement-patches
Browse files Browse the repository at this point in the history
[Snyk + GH Actions] Update requirements
  • Loading branch information
nickumia-reisys authored Aug 2, 2023
2 parents 09a0a94 + 1df9514 commit fedf828
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion ckan/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ gevent>=21.8.0
# New Relic
newrelic
certifi>=2022.12.7
cryptography>=41.0.0
redis>=4.5.4
requests==2.31.0

# avoid ImportError error https://github.com/GSA/data.gov/issues/4396
importlib-resources<6.0
cryptography>=41.0.3
21 changes: 10 additions & 11 deletions ckan/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
alembic==1.8.1
async-timeout==4.0.2
Babel==2.10.3
backports.zoneinfo==0.2.1
Beaker==1.11.0
bleach==3.3.0
blinker==1.5
boto3==1.28.11
botocore==1.31.11
boto3==1.28.17
botocore==1.31.17
certifi==2023.7.22
cffi==1.15.1
chardet==5.1.0
chardet==5.2.0
charset-normalizer==3.2.0
ckan==2.10.1
-e git+https://github.com/ckan/ckanext-archiver.git@cbfadf9fbf10405958fdef9f77a7faedc05aa20b#egg=ckanext_archiver
ckanext-datagovcatalog==0.1.0
ckanext-datagovtheme==0.2.3
ckanext-datajson==0.1.20
ckanext-dcat @ git+https://github.com/ckan/ckanext-dcat@eb1aee013687a40d0366a2fe44546917ee960bfc
ckanext-dcat @ git+https://github.com/ckan/ckanext-dcat@008a3e2f22a352d7ded9dd988dc69e654f58cd87
ckanext-envvars==0.0.3
ckanext-geodatagov==0.2.1
ckanext-googleanalyticsbasic==0.2.1
Expand All @@ -28,7 +27,7 @@ ckanext-saml2auth @ git+https://github.com/GSA/ckanext-saml2auth.git@c2b12a94430
-e git+https://github.com/GSA/ckanext-spatial.git@f8e0ad7af15425e8df3f650a602f85f1e77526ff#egg=ckanext_spatial
ckantoolkit==0.0.7
click==8.1.3
cryptography==41.0.2
cryptography==41.0.3
defusedxml==0.7.1
dominate==2.7.0
elementpath==4.1.5
Expand Down Expand Up @@ -62,9 +61,9 @@ MarkupSafe==2.1.3
messytables==0.15.2
mypy==1.4.1
mypy-extensions==1.0.0
newrelic==8.8.1
newrelic==8.9.0
nose==1.3.7
numpy==1.24.4
numpy==1.25.2
OWSLib==0.29.2
packaging==23.1
passlib==1.7.4
Expand All @@ -80,7 +79,7 @@ psycopg2==2.9.3
pycparser==2.21
PyJWT==2.4.0
pyOpenSSL==23.2.0
pyparsing==3.1.0
pyparsing==3.1.1
pyproj==3.4.1
pysaml2==7.0.1
pysolr==3.9.0
Expand All @@ -98,7 +97,7 @@ requests==2.31.0
rfc3987==1.3.8
rq==1.11.0
s3transfer==0.6.1
setuptools==67.6.0
setuptools==67.1.0
shapely==2.0.1
simplejson==3.18.0
six==1.16.0
Expand All @@ -116,7 +115,7 @@ Werkzeug==2.0.0
wheel==0.41.0
WTForms==3.0.1
xlrd==2.0.1
xmlschema==2.3.1
xmlschema==2.4.0
zipp==3.16.2
zope.event==5.0
zope.interface==6.0

0 comments on commit fedf828

Please sign in to comment.