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 #1144

Merged
merged 2 commits into from
Nov 15, 2023
Merged
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
2 changes: 1 addition & 1 deletion ckan/requirements.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# CKAN requirements and extensions
ckan==2.10.1
git+https://github.com/ckan/ckanext-dcat@master#egg=ckanext-dcat
-e git+https://github.com/ckan/ckanext-harvest.git@master#egg=ckanext-harvest
-e git+https://github.com/ckan/ckanext-harvest.git@9fb44f79809a1c04dfeb0e1ca2540c5ff3cacef4#egg=ckanext-harvest
-e git+https://github.com/ckan/ckanext-googleanalytics.git@master#egg=ckanext-googleanalytics
-e git+https://github.com/ckan/[email protected]#egg=ckanext-spatial
git+https://github.com/GSA/ckanext-saml2auth.git@create_user_via_saml.log_210#egg=ckanext-saml2auth
Expand Down
12 changes: 6 additions & 6 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==3.3.0
blinker==1.5
boto3==1.28.83
botocore==1.31.83
boto3==1.29.0
botocore==1.32.0
certifi==2023.7.22
cffi==1.16.0
chardet==5.2.0
Expand Down Expand Up @@ -40,7 +40,7 @@ future==0.18.3
gdata==2.0.18
GeoAlchemy2==0.5.0
geojson==3.0.1
geomet==1.0.0
geomet==1.1.0
gevent==23.9.1
google-api-python-client==1.6.7
greenlet==3.0.1
Expand All @@ -63,9 +63,9 @@ MarkupSafe==2.1.3
messytables==0.15.2
mypy==1.7.0
mypy-extensions==1.0.0
newrelic==9.1.1
newrelic==9.1.2
nose==1.3.7
numpy==1.26.1
numpy==1.26.2
oauth2client==4.1.3
OWSLib==0.29.3
packaging==23.2
Expand Down Expand Up @@ -109,7 +109,7 @@ shapely==2.0.1
simplejson==3.18.0
six==1.16.0
SQLAlchemy==1.4.41
sqlalchemy2-stubs==0.0.2a36
sqlalchemy2-stubs==0.0.2a37
sqlparse==0.4.4
tomli==2.0.1
typing_extensions==4.8.0
Expand Down