Skip to content

Chore(deps): Bump the document-processing group across 1 directory with 3 updates#27

Closed
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/uv/dev/document-processing-74d12ef026
Closed

Chore(deps): Bump the document-processing group across 1 directory with 3 updates#27
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/uv/dev/document-processing-74d12ef026

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 27, 2026

Bumps the document-processing group with 3 updates in the / directory: gotenberg-client, ocrmypdf and tika-client.

Updates gotenberg-client from 0.13.1 to 0.14.0

Release notes

Sourced from gotenberg-client's releases.

0.14.0

Changed

  • [BREAKING]: Drop support for Python 3.9
    • This modernizes typing annotations and allows adding slots to all dataclasses

Fixed

  • A bug in the retry logic which would have raised almost immediately
  • Minor internal class names were spelled incorrectly
  • PDF/A-1b was missing as a PDF output option
Changelog

Sourced from gotenberg-client's changelog.

[0.14.0] - 2023-03-11

Changed

  • [BREAKING]: Drop support for Python 3.9
    • This modernizes typing annotations and allows adding slots to all dataclasses

Fixed

  • A bug in the retry logic which would have raised almost immediately
  • Minor internal class names were spelled incorrectly
  • PDF/A-1b was missing as a PDF output option
Commits
  • adf65d3 Merge branch 'release/0.14.0'
  • 05ad02b Bumps version to 0.14.0
  • d2b41f0 Updates hooks and resolves zizmor
  • c27040d Resolves the cached_property
  • e90c4bd Adds slots=True to the dataclasses
  • d06b72d Dropping Python 3.9 support
  • 3522ca0 Bump the actions group with 2 updates (#88)
  • 3bdcaef Fixes a typo in the universal access mixin
  • d560579 AI generated review for some tasks that might be nice
  • 7833b99 Transitions away from the Codecov test results action
  • Additional commits viewable in compare view

Updates ocrmypdf from 17.3.0 to 17.4.0

Release notes

Sourced from ocrmypdf's releases.

v17.4.0

  • Added --no-overwrite / -n option to prevent overwriting output files. If the destination file already exists, OCRmyPDF exits with code 5 (OutputFileAccessError). {issue}1642
  • Fixed text layer stretching in the fpdf2 renderer for widely-spaced words. The horizontal scaling (Tz) was incorrectly stretched to fill inter-word gaps instead of relying on Td positioning, causing text selection to highlight far beyond the actual word boundaries. {issue}1635
  • Fixed optimize=2 or optimize=3 crash when using the Python API without explicitly setting jpg_quality or png_quality. {issue}1641
  • Fixed verapdf availability check crashing with NotADirectoryError on some platforms. {issue}1638
Commits

Updates tika-client from 0.10.0 to 0.11.0

Release notes

Sourced from tika-client's releases.

0.11.0

Removed

  • Support for EoL Python 3.9 has been removed

Changed

  • Various GitHub action dependency updates
  • Applies yamlfmt to all files
  • ruff rule maintenance and additional rules enabled
  • Resolved additional zizmor reports

Added

  • Validates the changelog format is correct during CI linting job
  • Enables zizmor for action linting
  • Transitions to prek over pre-commit
  • Testing and official support for Python 3.14
Changelog

Sourced from tika-client's changelog.

[0.11.0] - 2026-03-11

Removed

  • Support for EoL Python 3.9 has been removed

Changed

  • Various GitHub action dependency updates
  • Applies yamlfmt to all files
  • ruff rule maintenance and additional rules enabled
  • Resolved additional zizmor reports

Added

  • Validates the changelog format is correct during CI linting job
  • Enables zizmor for action linting
  • Transitions to prek over pre-commit
  • Testing and official support for Python 3.14
Commits
  • 392473c Merge branch 'release/0.11.0'
  • 527667f Bumps version to 0.11.0
  • 8a59ed8 Merge tag '0.11.0' into develop
  • 8815b9e Merge branch 'release/0.11.0'
  • 64989cc Resolves additional zizmor reported issues
  • b967eae Fixes linting errors
  • 751f8b9 Merge branch 'main' into develop
  • 2f82c24 Bumps the version to 0.11.0
  • 128df09 Upgrades CI uv to use 0.10.x
  • a1ccc0a Bump the actions group across 1 directory with 7 updates (#64)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…th 3 updates

Bumps the document-processing group with 3 updates in the / directory: [gotenberg-client](https://github.com/stumpylog/gotenberg-client), [ocrmypdf](https://github.com/ocrmypdf/OCRmyPDF) and [tika-client](https://github.com/stumpylog/tika-client).


Updates `gotenberg-client` from 0.13.1 to 0.14.0
- [Release notes](https://github.com/stumpylog/gotenberg-client/releases)
- [Changelog](https://github.com/stumpylog/gotenberg-client/blob/main/CHANGELOG.md)
- [Commits](stumpylog/gotenberg-client@0.13.1...0.14.0)

Updates `ocrmypdf` from 17.3.0 to 17.4.0
- [Release notes](https://github.com/ocrmypdf/OCRmyPDF/releases)
- [Commits](ocrmypdf/OCRmyPDF@v17.3.0...v17.4.0)

Updates `tika-client` from 0.10.0 to 0.11.0
- [Release notes](https://github.com/stumpylog/tika-client/releases)
- [Changelog](https://github.com/stumpylog/tika-client/blob/main/CHANGELOG.md)
- [Commits](stumpylog/tika-client@0.10.0...0.11.0)

---
updated-dependencies:
- dependency-name: gotenberg-client
  dependency-version: 0.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: document-processing
- dependency-name: ocrmypdf
  dependency-version: 17.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: document-processing
- dependency-name: tika-client
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: document-processing
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 27, 2026

Superseded by #29.

@dependabot dependabot bot closed this Mar 27, 2026
@dependabot dependabot bot deleted the dependabot/uv/dev/document-processing-74d12ef026 branch March 27, 2026 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants