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

ping ckanext-dcat to v1.7.0 #1405

Merged
merged 1 commit into from
Jul 18, 2024
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,6 +1,6 @@
# CKAN requirements and extensions
git+https://github.com/GSA/ckan.git@ckan-2-10-4-fork#egg=ckan
git+https://github.com/ckan/ckanext-dcat@master#egg=ckanext-dcat
git+https://github.com/ckan/ckanext-dcat@v1.7.0#egg=ckanext-dcat
-e git+https://github.com/GSA/ckanext-harvest.git@release-v1-5-6#egg=ckanext-harvest
-e git+https://github.com/ckan/[email protected]#egg=ckanext-spatial
git+https://github.com/GSA/ckanext-saml2auth.git@datagov#egg=ckanext-saml2auth
Expand Down
8 changes: 4 additions & 4 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==5.0.1
blinker==1.5
boto3==1.34.144
botocore==1.34.144
boto3==1.34.145
botocore==1.34.145
certifi==2024.7.4
cffi==1.16.0
chardet==5.2.0
Expand All @@ -15,7 +15,7 @@ ckan @ git+https://github.com/GSA/ckan.git@7159a872ba740069b768fcd2a43cde81a57ee
ckanext-datagovcatalog==0.1.0
ckanext-datagovtheme==0.2.31
ckanext-datajson==0.1.25
ckanext-dcat @ git+https://github.com/ckan/ckanext-dcat@83495ba99cba17398ba8feb1bc0da486f3798584
ckanext-dcat @ git+https://github.com/ckan/ckanext-dcat@b8ebf24004cd3f3edb7f9d01c87c20259c102093
ckanext-envvars==0.0.3
ckanext-geodatagov==0.2.8
-e git+https://github.com/GSA/ckanext-harvest.git@9039e7a5d563a40177d62487758b366ab77434b6#egg=ckanext_harvest
Expand Down Expand Up @@ -93,7 +93,7 @@ rfc3987==1.3.8
rq==1.11.0
s3transfer==0.10.2
sansjson==0.3.0
setuptools==70.3.0
setuptools==71.0.3
shapely==2.0.1
simplejson==3.18.0
six==1.16.0
Expand Down