Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk + GH Actions] Update requirements #908

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ckan/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ git+https://github.com/danizen/PyZ3950#egg=PyZ3950
# ckanext-spatial
argparse
GeoAlchemy2==0.5.0
OWSLib==0.18.0
pyparsing>=2.1.10
pyproj==2.6.1
Shapely>=1.2.13
Expand Down Expand Up @@ -102,7 +101,6 @@ sqlparse==0.4.2
tzlocal==1.3
unicodecsv>=0.9
webassets==0.12.1
Werkzeug==2.0
# zope.interface==4.7.2

# we are running under gunicorn
Expand All @@ -117,3 +115,5 @@ newrelic
certifi>=2022.12.7
cryptography>=39.0.1
redis>=4.5.4
owslib>=0.28.1
werkzeug>=2.2.3
16 changes: 8 additions & 8 deletions ckan/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,32 @@ async-timeout==4.0.2
Babel==2.9.1
Beaker==1.11.0
bleach==3.3.0
boto3==1.26.104
botocore==1.29.104
boto3==1.26.111
botocore==1.29.111
certifi==2022.12.7
cffi==1.15.1
chardet==3.0.4
ckan==2.9.8
-e git+https://github.com/ckan/ckanext-archiver.git@cbfadf9fbf10405958fdef9f77a7faedc05aa20b#egg=ckanext_archiver
ckanext-datagovcatalog==0.0.5
ckanext-datagovtheme==0.1.24
ckanext-datagovtheme==0.1.25
ckanext-datajson==0.1.17
ckanext-dcat @ git+https://github.com/ckan/ckanext-dcat@618928be5a211babafc45103a72b6aab4642e964
ckanext-envvars==0.0.3
ckanext-geodatagov==0.1.33
ckanext-googleanalyticsbasic==0.2.0
-e git+https://github.com/ckan/ckanext-harvest.git@89a98d7ff5aa3445d8158921669b8d0b04fa41c3#egg=ckanext_harvest
-e git+https://github.com/ckan/ckanext-harvest.git@eb73bed1739ac8656d892a609b5ee303e34251ca#egg=ckanext_harvest
nickumia-reisys marked this conversation as resolved.
Show resolved Hide resolved
ckanext-metrics-dashboard==0.1.5
-e git+https://github.com/ckan/ckanext-qa.git@1731b59d2bf82b06f7866c204b26eb7c6c9ea1f9#egg=ckanext_qa
-e git+https://github.com/ckan/ckanext-report.git@3588577f46d17e5f6ef163bb984d0e7016daef71#egg=ckanext_report
ckanext-saml2auth @ git+https://github.com/keitaroinc/ckanext-saml2auth.git@b2c6cfc2f9d6179601017f2d6530cf4ee5331f00
-e git+https://github.com/ckan/ckanext-spatial.git@17d5a341cf8f40b35b25df91a18ce72c31195ba3#egg=ckanext_spatial
-e git+https://github.com/ckan/ckanext-spatial.git@1205d3aa408e994439fc231ccb5d1cff06d644c6#egg=ckanext_spatial
ckantoolkit==0.0.7
click==7.1.2
cryptography==40.0.1
defusedxml==0.7.1
dominate==2.4.0
elementpath==4.1.0
elementpath==4.1.1
fanstatic==1.1
feedgen==0.9.0
Flask==2.0.0
Expand Down Expand Up @@ -57,7 +57,7 @@ messytables==0.15.2
newrelic==8.8.0
nose==1.3.7
numpy==1.24.2
OWSLib==0.18.0
OWSLib==0.29.0
packaging==23.0
passlib==1.7.3
PasteDeploy==2.0.1
Expand Down Expand Up @@ -106,7 +106,7 @@ urllib3==1.26.15
webassets==0.12.1
webencodings==0.5.1
WebOb==1.8.7
Werkzeug==2.0.0
Werkzeug==2.2.3
wheel==0.38.4
xlrd==2.0.1
xmlschema==2.2.2
Expand Down