Skip to content

Commit 5be5837

Browse files
authored
Merge pull request #1705 from GSA/remove-unused-dependency
remove unused dependency
2 parents bb02fcc + 09a625e commit 5be5837

File tree

2 files changed

+21
-19
lines changed

2 files changed

+21
-19
lines changed

ckan/requirements.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CKAN requirements and extensions
22
git+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
66
git+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
5050
geomet>=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

ckan/requirements.txt

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,19 @@ async-timeout==5.0.1
33
Babel==2.15.0
44
bleach==6.1.0
55
blinker==1.8.2
6-
boto3==1.38.40
7-
botocore==1.38.40
6+
boto3==1.40.22
7+
botocore==1.40.22
88
cachelib==0.13.0
9-
certifi==2025.6.15
9+
cachetools==6.2.0
10+
certifi==2025.8.3
1011
cffi==1.17.1
1112
chardet==5.2.0
12-
charset-normalizer==3.4.2
13+
charset-normalizer==3.4.3
1314
ckan @ git+https://github.com/GSA/ckan.git@416b88e74d2bd643bcdd1da7a900e29c6d443bfe
1415
ckanext-datagovcatalog==0.1.3
1516
ckanext-datagovtheme==0.3.8
1617
ckanext-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
1819
ckanext-envvars==0.0.6
1920
ckanext-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
2425
ckantoolkit==0.0.7
2526
click==8.1.7
26-
cryptography==45.0.4
27+
cryptography==45.0.7
2728
defusedxml==0.7.1
2829
dominate==2.9.1
29-
elementpath==5.0.2
30+
elementpath==5.0.4
3031
feedgen @ git+https://github.com/GSA/python-feedgen.git@b1fe34a7e14ebdaf6f415cdee5855c3c77305f16
3132
Flask==3.0.3
3233
flask-babel==4.0.0
3334
Flask-Login==0.6.3
3435
Flask-Session==0.8.0
3536
Flask-WTF==1.2.1
36-
future==1.0.0
37+
frozendict==2.4.6
3738
GeoAlchemy2==0.5.0
3839
geojson==3.1.0
3940
geomet==1.1.0
40-
greenlet==3.2.3
41+
greenlet==3.2.4
4142
gunicorn==23.0.0
4243
html5lib==1.1
4344
idna==3.10
@@ -54,22 +55,23 @@ Markdown==3.6
5455
MarkupSafe==2.1.5
5556
messytables==0.15.2
5657
msgspec==0.18.6
57-
mypy==1.16.1
58+
mypy==1.17.1
5859
mypy_extensions==1.1.0
59-
newrelic==10.14.0
60+
newrelic==10.16.0
6061
numpy==1.26.4
6162
OWSLib==0.32.0
6263
packaging==24.1
6364
passlib==1.7.4
6465
pathspec==0.12.1
6566
pika==1.2.1
66-
pip==25.1.1
67+
pip==25.2
6768
ply==3.11
6869
polib==1.2.0
6970
progressbar==2.5
7071
psycopg2==2.9.9
7172
pycparser==2.22
7273
PyJWT==2.8.0
74+
PyLD==2.0.4
7375
pyOpenSSL==25.1.0
7476
pyparsing==3.1.2
7577
pyproj==3.4.1
@@ -80,12 +82,12 @@ python-magic==0.4.27
8082
pytz==2025.2
8183
PyYAML==6.0.1
8284
PyZ3950 @ 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
8587
requests==2.32.4
8688
rfc3987==1.3.8
8789
rq==1.16.2
88-
s3transfer==0.13.0
90+
s3transfer==0.13.1
8991
sansjson==0.3.0
9092
setuptools==78.1.1
9193
shapely==2.0.7

0 commit comments

Comments
 (0)