security(deps-dev): update docling requirement from >=1.0.0 to >=2.107.0 (#713)

Updates the requirements on [docling](https://github.com/docling-project/docling) to permit the latest version.
- [Release notes](https://github.com/docling-project/docling/releases)
- [Changelog](https://github.com/docling-project/docling/blob/main/CHANGELOG.md)
- [Commits](https://github.com/docling-project/docling/compare/v1.0.0...v2.107.0)

---
updated-dependencies:
- dependency-name: docling
  dependency-version: 2.107.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-06-29 13:08:40 +05:30
committed by GitHub
co-authored by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent c90d80f663
commit b32e88644d
+1 -1
View File
@@ -114,7 +114,7 @@ llm-all = [
]
# ---- Document Parsing ----
parse-docling = ["docling>=1.0.0"]
parse-docling = ["docling>=2.107.0"]
# ---- Database Connectors ----
db-snowflake = ["snowflake-connector-python>=4.6.0", "cryptography>=49.0.0"]