Chore(deps): Bump the small-changes group with 5 updates

Bumps the small-changes group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [drf-spectacular-sidecar](https://github.com/tfranzel/drf-spectacular-sidecar) | `2025.2.1` | `2025.3.1` |
| [ocrmypdf](https://github.com/ocrmypdf/OCRmyPDF) | `16.9.0` | `16.10.0` |
| [psycopg](https://github.com/psycopg/psycopg) | `3.2.4` | `3.2.5` |
| [rapidfuzz](https://github.com/rapidfuzz/RapidFuzz) | `3.12.1` | `3.12.2` |
| [setproctitle](https://github.com/dvarrazzo/py-setproctitle) | `1.3.4` | `1.3.5` |


Updates `drf-spectacular-sidecar` from 2025.2.1 to 2025.3.1
- [Commits](https://github.com/tfranzel/drf-spectacular-sidecar/compare/2025.2.1...2025.3.1)

Updates `ocrmypdf` from 16.9.0 to 16.10.0
- [Release notes](https://github.com/ocrmypdf/OCRmyPDF/releases)
- [Changelog](https://github.com/ocrmypdf/OCRmyPDF/blob/main/docs/release_notes.rst)
- [Commits](https://github.com/ocrmypdf/OCRmyPDF/compare/v16.9.0...v16.10.0)

Updates `psycopg` from 3.2.4 to 3.2.5
- [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst)
- [Commits](https://github.com/psycopg/psycopg/compare/3.2.4...3.2.5)

Updates `rapidfuzz` from 3.12.1 to 3.12.2
- [Release notes](https://github.com/rapidfuzz/RapidFuzz/releases)
- [Changelog](https://github.com/rapidfuzz/RapidFuzz/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/rapidfuzz/RapidFuzz/compare/v3.12.1...v3.12.2)

Updates `setproctitle` from 1.3.4 to 1.3.5
- [Changelog](https://github.com/dvarrazzo/py-setproctitle/blob/master/HISTORY.rst)
- [Commits](https://github.com/dvarrazzo/py-setproctitle/compare/version-1.3.4...version-1.3.5)

---
updated-dependencies:
- dependency-name: drf-spectacular-sidecar
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: small-changes
- dependency-name: ocrmypdf
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: small-changes
- dependency-name: psycopg
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: small-changes
- dependency-name: rapidfuzz
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: small-changes
- dependency-name: setproctitle
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: small-changes
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-03-03 20:24:18 +00:00
committed by GitHub
parent 1bc77546eb
commit fcefb4fd74
2 changed files with 232 additions and 222 deletions

View File

@@ -39,7 +39,7 @@ jinja2 = "~=3.1"
langdetect = "*"
mysqlclient = "*"
nltk = "*"
ocrmypdf = "~=16.9"
ocrmypdf = "~=16.10"
pathvalidate = "*"
pdf2image = "*"
psycopg = {version = "*", extras = ["c"]}