File tree Expand file tree Collapse file tree 2 files changed +21
-19
lines changed
Expand file tree Collapse file tree 2 files changed +21
-19
lines changed Original file line number Diff line number Diff line change 11# CKAN requirements and extensions
22git+https://github.com/GSA/
[email protected] #egg=ckan
3- git+https://github.com/ckan/ckanext-dcat@v1.7 .0#egg=ckanext-dcat
3+ git+https://github.com/ckan/ckanext-dcat@v2.4 .0#egg=ckanext-dcat
44-e git+https://github.com/GSA/
[email protected] #egg=ckanext-harvest
55-e git+https://github.com/GSA/
[email protected] #egg=ckanext-spatial
66git+https://github.com/GSA/ckanext-saml2auth.git@ckan-2-11-datagov#egg=ckanext-saml2auth
@@ -45,10 +45,10 @@ messytables==0.15.2
4545# https://github.com/ckan/ckanext-report/blob/master/requirements.txt
4646
4747#ckanext-dcat
48- rdflib= =6.1.1
49- # rdflib-jsonld==0.4.0 # ignoring as cannot build on cloud.gov
48+ rdflib> =6.1.1
49+ pyld>=2.0.4
5050geomet>=0.2.0
51- future >=0.18.3
51+ # ckantoolkit >=0.0.7 # duplicated in ckanext-harvest dependencies
5252
5353# ckan doesn't advertise its requirements correctly, so let's add them here.
5454# https://github.com/ckan/ckan/blob/ckan-2.11.0/requirements.txt
Original file line number Diff line number Diff line change @@ -3,18 +3,19 @@ async-timeout==5.0.1
33Babel == 2.15.0
44bleach == 6.1.0
55blinker == 1.8.2
6- boto3 == 1.38.40
7- botocore == 1.38.40
6+ boto3 == 1.40.22
7+ botocore == 1.40.22
88cachelib == 0.13.0
9- certifi == 2025.6.15
9+ cachetools == 6.2.0
10+ certifi == 2025.8.3
1011cffi == 1.17.1
1112chardet == 5.2.0
12- charset-normalizer == 3.4.2
13+ charset-normalizer == 3.4.3
1314ckan @ git+https://github.com/GSA/ckan.git@416b88e74d2bd643bcdd1da7a900e29c6d443bfe
1415ckanext-datagovcatalog == 0.1.3
1516ckanext-datagovtheme == 0.3.8
1617ckanext-datajson == 0.1.28
17- ckanext-dcat @ git+https://github.com/ckan/ckanext-dcat@b8ebf24004cd3f3edb7f9d01c87c20259c102093
18+ ckanext-dcat @ git+https://github.com/ckan/ckanext-dcat@255fcf1352273f9be98e9f02a5198efc4790c94e
1819ckanext-envvars == 0.0.6
1920ckanext-geodatagov == 0.3.6
2021-e git+https://github.com/GSA/ckanext-harvest.git@8da16a1f993f0fbf18f9fc810ab6ed7dfb7f871a#egg=ckanext_harvest
@@ -23,21 +24,21 @@ ckanext-saml2auth @ git+https://github.com/GSA/ckanext-saml2auth.git@99f35585c21
2324-e git+https://github.com/GSA/ckanext-spatial.git@6d83a53efa1e9ff225daf4e7a5751b98367ee7f2#egg=ckanext_spatial
2425ckantoolkit == 0.0.7
2526click == 8.1.7
26- cryptography == 45.0.4
27+ cryptography == 45.0.7
2728defusedxml == 0.7.1
2829dominate == 2.9.1
29- elementpath == 5.0.2
30+ elementpath == 5.0.4
3031feedgen @ git+https://github.com/GSA/python-feedgen.git@b1fe34a7e14ebdaf6f415cdee5855c3c77305f16
3132Flask == 3.0.3
3233flask-babel == 4.0.0
3334Flask-Login == 0.6.3
3435Flask-Session == 0.8.0
3536Flask-WTF == 1.2.1
36- future == 1.0.0
37+ frozendict == 2.4.6
3738GeoAlchemy2 == 0.5.0
3839geojson == 3.1.0
3940geomet == 1.1.0
40- greenlet == 3.2.3
41+ greenlet == 3.2.4
4142gunicorn == 23.0.0
4243html5lib == 1.1
4344idna == 3.10
@@ -54,22 +55,23 @@ Markdown==3.6
5455MarkupSafe == 2.1.5
5556messytables == 0.15.2
5657msgspec == 0.18.6
57- mypy == 1.16 .1
58+ mypy == 1.17 .1
5859mypy_extensions == 1.1.0
59- newrelic == 10.14 .0
60+ newrelic == 10.16 .0
6061numpy == 1.26.4
6162OWSLib == 0.32.0
6263packaging == 24.1
6364passlib == 1.7.4
6465pathspec == 0.12.1
6566pika == 1.2.1
66- pip == 25.1.1
67+ pip == 25.2
6768ply == 3.11
6869polib == 1.2.0
6970progressbar == 2.5
7071psycopg2 == 2.9.9
7172pycparser == 2.22
7273PyJWT == 2.8.0
74+ PyLD == 2.0.4
7375pyOpenSSL == 25.1.0
7476pyparsing == 3.1.2
7577pyproj == 3.4.1
@@ -80,12 +82,12 @@ python-magic==0.4.27
8082pytz == 2025.2
8183PyYAML == 6.0.1
8284PyZ3950 @ git+https://github.com/danizen/PyZ3950@6d44a4ab85c8bda3a7542c2c9efdfad46c830219
83- rdflib == 6 .1.1
84- redis == 6.2 .0
85+ rdflib == 7 .1.4
86+ redis == 6.4 .0
8587requests == 2.32.4
8688rfc3987 == 1.3.8
8789rq == 1.16.2
88- s3transfer == 0.13.0
90+ s3transfer == 0.13.1
8991sansjson == 0.3.0
9092setuptools == 78.1.1
9193shapely == 2.0.7
You can’t perform that action at this time.
0 commit comments