paperless-ngx/src/paperless
dependabot[bot] 4ddac79f0f
Chore(deps): Bump the small-changes group across 1 directory with 3 updates (#10880)
* Chore(deps): Bump the small-changes group across 1 directory with 3 updates

Bumps the small-changes group with 3 updates in the / directory: [ocrmypdf](https://github.com/ocrmypdf/OCRmyPDF), [mkdocs-material](https://github.com/squidfunk/mkdocs-material) and [ruff](https://github.com/astral-sh/ruff).


Updates `ocrmypdf` from 16.10.4 to 16.11.0
- [Release notes](https://github.com/ocrmypdf/OCRmyPDF/releases)
- [Changelog](https://github.com/ocrmypdf/OCRmyPDF/blob/main/docs/release_notes.md)
- [Commits](https://github.com/ocrmypdf/OCRmyPDF/compare/v16.10.4...v16.11.0)

Updates `mkdocs-material` from 9.6.19 to 9.6.20
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.6.19...9.6.20)

Updates `ruff` from 0.12.12 to 0.13.0
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/0.12.12...0.13.0)

---
updated-dependencies:
- dependency-name: ocrmypdf
  dependency-version: 16.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: small-changes
- dependency-name: mkdocs-material
  dependency-version: 9.6.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: small-changes
- dependency-name: ruff
  dependency-version: 0.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: small-changes
...

Signed-off-by: dependabot[bot] <support@github.com>

* Applies the new Ruff rule for unpacking

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Trenton H <797416+stumpylog@users.noreply.github.com>
2025-09-17 13:16:34 -07:00
..
migrations Enhancement: add barcode frontend config (#9742) 2025-05-11 19:44:06 +00:00
static/paperless/img Fix .gitignore exclusion that hid the logos 2018-12-30 12:39:07 +00:00
tests Chore(deps): Bump the small-changes group across 1 directory with 3 updates (#10880) 2025-09-17 13:16:34 -07:00
__init__.py Chore(deps-dev): Bump the development group with 4 updates (#8352) 2024-12-01 18:56:54 -08:00
adapter.py Enhancement: allow webUI first account signup (#9500) 2025-03-29 17:12:34 +00:00
admin.py Change: restrict altering and creation of superusers to superusers only (#8837) 2025-01-20 11:57:22 -08:00
apps.py Enhancement: support default groups for regular and social account signup (#9039) 2025-02-24 09:23:20 -08:00
asgi.py QoL: log version at startup, show backend vs frontend mismatch in system status (#10214) 2025-06-19 08:29:34 -07:00
auth.py Chore(deps): Bump the django group across 1 directory with 9 updates (#10538) 2025-08-11 13:45:14 -07:00
celery.py Transitions the backend to celery and celery beat 2022-09-26 11:25:34 -07:00
checks.py Chore(deps): Bump the django group across 1 directory with 9 updates (#10538) 2025-08-11 13:45:14 -07:00
config.py Enhancement: add barcode frontend config (#9742) 2025-05-11 19:44:06 +00:00
consumers.py Fixhancement: check more permissions for status consumer messages (#9804) 2025-04-26 23:31:04 -07:00
db.py Upgrades black to v23, upgrades ruff 2023-04-26 09:35:27 -07:00
db_cache.py Enhancement: Add a database caching for improved performance (#9784) 2025-06-30 22:36:24 -07:00
filters.py Fixes ruff not running isort against the codebase 2023-04-26 09:35:27 -07:00
middleware.py Fixes ruff not running isort against the codebase 2023-04-26 09:35:27 -07:00
models.py Enhancement: add barcode frontend config (#9742) 2025-05-11 19:44:06 +00:00
serialisers.py Fix: fix app logo validation with no file (#10599) 2025-08-17 07:19:50 -07:00
settings.py Chore: switch from os.path to pathlib.Path (#10539) 2025-09-03 08:12:41 -07:00
signals.py Enhancement: support default groups for regular and social account signup (#9039) 2025-02-24 09:23:20 -08:00
urls.py Fix some tests from b1c406680f 2025-08-16 07:53:48 -07:00
utils.py Fix: include application config language settings for dateparser auto-detection (#10722) 2025-08-31 15:22:39 -07:00
validators.py Merge commit from fork 2025-08-16 07:34:00 -07:00
version.py Bump version to 2.18.4 2025-09-07 16:29:23 -07:00
views.py Fix: include array items for pagination openapi schema (#10682) 2025-08-25 13:25:54 -07:00
wsgi.py QoL: log version at startup, show backend vs frontend mismatch in system status (#10214) 2025-06-19 08:29:34 -07:00