Skip to content

Commit a822d20

Browse files
authored
Merge pull request #824 from GSA/ckan-2-11-2
use ckan core 2.11.2
2 parents 07de71c + f89307c commit a822d20

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

e2e/cypress/integration/ckan_extensions.cy.js

+1-1
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.0');
5+
expect(response.body.result).to.have.property('ckan_version', '2.11.2');
66
});
77
});
88

requirements.in.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
git+https://github.com/ckan/[email protected].0#egg=ckan
1+
git+https://github.com/ckan/[email protected].2#egg=ckan
22
# TODO https://github.com/GSA/datagov-deploy/issues/2794
33
git+https://github.com/GSA/ckanext-saml2auth.git@ckan-2-11-datagov#egg=ckanext-saml2auth
44
git+https://github.com/keitaroinc/ckanext-s3filestore.git#egg=ckanext-s3filestore

requirements.txt

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
alembic==1.13.2
22
async-timeout==5.0.1
3-
attrs==25.1.0
3+
attrs==25.3.0
44
Babel==2.15.0
55
bleach==6.1.0
66
blinker==1.8.2
7-
boto3==1.37.10
8-
botocore==1.37.10
7+
boto3==1.37.25
8+
botocore==1.37.25
99
cachelib==0.13.0
1010
certifi==2025.1.31
1111
cffi==1.17.1
1212
chardet==5.2.0
1313
charset-normalizer==3.4.1
14-
ckan @ git+https://github.com/ckan/ckan.git@710dfff718859ff284f0e9feee70c1ecfc86677a
15-
ckanext-datajson==0.1.27
14+
ckan @ git+https://github.com/ckan/ckan.git@5bd556eb4370614e0f87dea5aebea7abee42d0a6
15+
ckanext-datajson==0.1.28
1616
ckanext-dcat-usmetadata==0.6.1
1717
ckanext-envvars==0.0.6
1818
ckanext-s3filestore @ git+https://github.com/keitaroinc/ckanext-s3filestore.git@caf88c0352ffe7b4432d3d55ddfb0a71249ceddd
@@ -54,7 +54,7 @@ messytables==0.15.2
5454
msgspec==0.18.6
5555
mypy==1.15.0
5656
mypy-extensions==1.0.0
57-
newrelic==10.7.0
57+
newrelic==10.8.1
5858
openpyxl==3.1.5
5959
packaging==24.1
6060
passlib==1.7.4
@@ -70,7 +70,7 @@ pysaml2==7.3.1
7070
pysolr==3.9.0
7171
python-dateutil==2.9.0.post0
7272
python-magic==0.4.27
73-
pytz==2025.1
73+
pytz==2025.2
7474
PyYAML==6.0.1
7575
redis==5.2.1
7676
requests==2.32.3
@@ -98,6 +98,6 @@ Werkzeug==3.0.6
9898
wheel==0.42.0
9999
WTForms==3.2.1
100100
xlrd==2.0.1
101-
xmlschema==3.4.3
101+
xmlschema==3.4.5
102102
zope.event==5.0
103103
zope.interface==6.4.post2

0 commit comments

Comments
 (0)