File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ attrs==25.4.0
1212 # referencing
1313babel == 2.17.0
1414 # via mkdocs-material
15- backrefs == 6.0. 1
15+ backrefs == 6.1
1616 # via mkdocs-material
17- cachetools == 6.2.1
17+ cachetools == 6.2.2
1818 # via google-auth
19- certifi == 2025.10.5
19+ certifi == 2025.11.12
2020 # via requests
2121cfgv == 3.4.0
2222 # via pre-commit
@@ -26,13 +26,13 @@ charset-normalizer==3.4.4
2626 # via requests
2727ckanapi == 4.9
2828 # via hdx-python-api (pyproject.toml)
29- click == 8.3.0
29+ click == 8.3.1
3030 # via
3131 # mkdocs
3232 # typer
3333colorama == 0.4.6
3434 # via mkdocs-material
35- coverage == 7.11.3
35+ coverage == 7.12.0
3636 # via pytest-cov
3737defopt == 7.0.0
3838 # via hdx-python-api (pyproject.toml)
@@ -196,7 +196,7 @@ pymdown-extensions==10.17.1
196196 # via mkdocs-material
197197pyphonetics == 0.5.3
198198 # via hdx-python-utilities
199- pytest == 9.0.0
199+ pytest == 9.0.1
200200 # via
201201 # hdx-python-api (pyproject.toml)
202202 # pytest-check
@@ -253,15 +253,15 @@ rfc3986==2.0.0
253253 # via frictionless
254254rich == 14.2.0
255255 # via typer
256- rpds-py == 0.28 .0
256+ rpds-py == 0.29 .0
257257 # via
258258 # jsonschema
259259 # referencing
260260rsa == 4.9.1
261261 # via google-auth
262262ruamel-yaml == 0.18.16
263263 # via hdx-python-utilities
264- ruamel-yaml-clib == 0.2.14
264+ ruamel-yaml-clib == 0.2.15
265265 # via ruamel-yaml
266266setuptools == 80.9.0
267267 # via ckanapi
Original file line number Diff line number Diff line change @@ -442,7 +442,7 @@ def _resource_merge_hdx_update(
442442 status = 2
443443 self ._url_backup = None
444444 else :
445- if "url" in self ._old_data :
445+ if "url" in self ._old_data and self . _old_data . get ( "url_type" ) != "upload" :
446446 self ._old_data ["resource_type" ] = "api"
447447 self ._old_data ["url_type" ] = "api"
448448 if data_updated :
You can’t perform that action at this time.
0 commit comments