Skip to content

Commit 816f97f

Browse files
committed
ckan core 2.11.4
1 parent 5a034f4 commit 816f97f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ckan/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CKAN requirements and extensions
2-
git+https://github.com/GSA/ckan.git@ckan-2.11.2-fork#egg=ckan
2+
git+https://github.com/GSA/ckan.git@ckan-2.11.4-fork#egg=ckan
33
git+https://github.com/ckan/ckanext-dcat@v2.4.0#egg=ckanext-dcat
44
-e git+https://github.com/GSA/ckanext-harvest.git@v1.6.1-fork#egg=ckanext-harvest
55
-e git+https://github.com/GSA/ckanext-spatial.git@v2.1.1-fork#egg=ckanext-spatial

ckan/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ certifi==2025.11.12
1111
cffi==2.0.0
1212
chardet==5.2.0
1313
charset-normalizer==3.4.4
14-
ckan @ git+https://github.com/GSA/ckan.git@416b88e74d2bd643bcdd1da7a900e29c6d443bfe
14+
ckan @ git+https://github.com/GSA/ckan.git@cf93bfa00f413015ed614b0e0fd85be33f2d72d9
1515
ckanext-datagovcatalog==0.1.3
1616
ckanext-datagovtheme==0.3.9
1717
ckanext-datajson==0.1.28

e2e/cypress/integration/ckan_extensions.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ describe('CKAN Extensions', () => {
22
it('Uses CKAN 2.11', () => {
33
cy.request('/api/action/status_show').should((response) => {
44
expect(response.body).to.have.property('success', true);
5-
expect(response.body.result).to.have.property('ckan_version', '2.11.2');
5+
expect(response.body.result).to.have.property('ckan_version', '2.11.4');
66
});
77
});
88

0 commit comments

Comments
 (0)