mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-08-09 04:13:18 +00:00
Chore(deps): Bump the utilities-patch group across 1 directory with 7 updates (#12702)
Bumps the utilities-patch group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [drf-spectacular-sidecar](https://github.com/tfranzel/drf-spectacular-sidecar) | `2026.4.1` | `2026.4.14` | | [llama-index-core](https://github.com/run-llama/llama_index) | `0.14.19` | `0.14.21` | | [rapidfuzz](https://github.com/rapidfuzz/RapidFuzz) | `3.14.3` | `3.14.5` | | [prek](https://github.com/j178/prek) | `0.3.8` | `0.3.10` | | [pytest-httpx](https://github.com/Colin-b/pytest_httpx) | `0.36.0` | `0.36.2` | | [mypy](https://github.com/python/mypy) | `1.20.0` | `1.20.2` | | [mypy-baseline](https://github.com/orsinium-labs/mypy-baseline) | `0.7.3` | `0.7.4` | Updates `drf-spectacular-sidecar` from 2026.4.1 to 2026.4.14 - [Commits](https://github.com/tfranzel/drf-spectacular-sidecar/compare/2026.4.1...2026.4.14) Updates `llama-index-core` from 0.14.19 to 0.14.21 - [Release notes](https://github.com/run-llama/llama_index/releases) - [Changelog](https://github.com/run-llama/llama_index/blob/main/CHANGELOG.md) - [Commits](https://github.com/run-llama/llama_index/compare/v0.14.19...v0.14.21) Updates `rapidfuzz` from 3.14.3 to 3.14.5 - [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.14.3...v3.14.5) Updates `prek` from 0.3.8 to 0.3.10 - [Release notes](https://github.com/j178/prek/releases) - [Changelog](https://github.com/j178/prek/blob/master/CHANGELOG.md) - [Commits](https://github.com/j178/prek/compare/v0.3.8...v0.3.10) Updates `pytest-httpx` from 0.36.0 to 0.36.2 - [Release notes](https://github.com/Colin-b/pytest_httpx/releases) - [Changelog](https://github.com/Colin-b/pytest_httpx/blob/develop/CHANGELOG.md) - [Commits](https://github.com/Colin-b/pytest_httpx/compare/v0.36.0...0.36.2) Updates `mypy` from 1.20.0 to 1.20.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.20.0...v1.20.2) Updates `mypy-baseline` from 0.7.3 to 0.7.4 - [Release notes](https://github.com/orsinium-labs/mypy-baseline/releases) - [Changelog](https://github.com/orsinium-labs/mypy-baseline/blob/master/docs/history.md) - [Commits](https://github.com/orsinium-labs/mypy-baseline/compare/0.7.3...0.7.4) --- updated-dependencies: - dependency-name: drf-spectacular-sidecar dependency-version: 2026.4.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: utilities-patch - dependency-name: llama-index-core dependency-version: 0.14.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: utilities-patch - dependency-name: rapidfuzz dependency-version: 3.14.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: utilities-patch - dependency-name: prek dependency-version: 0.3.10 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: utilities-patch - dependency-name: pytest-httpx dependency-version: 0.36.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: utilities-patch - dependency-name: mypy dependency-version: 1.20.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: utilities-patch - dependency-name: mypy-baseline dependency-version: 0.7.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: utilities-patch ... 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:
co-authored by
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent
c72c4809c2
commit
7e0dc2bca4
+4
-4
@@ -40,7 +40,7 @@ dependencies = [
|
||||
"djangorestframework~=3.16",
|
||||
"djangorestframework-guardian~=0.4.0",
|
||||
"drf-spectacular~=0.28",
|
||||
"drf-spectacular-sidecar~=2026.4.1",
|
||||
"drf-spectacular-sidecar~=2026.4.14",
|
||||
"drf-writable-nested~=0.7.1",
|
||||
"faiss-cpu>=1.10",
|
||||
"filelock~=3.29.0",
|
||||
@@ -51,7 +51,7 @@ dependencies = [
|
||||
"imap-tools~=1.12.1",
|
||||
"jinja2~=3.1.5",
|
||||
"langdetect~=1.0.9",
|
||||
"llama-index-core>=0.14.12",
|
||||
"llama-index-core>=0.14.21",
|
||||
"llama-index-embeddings-huggingface>=0.6.1",
|
||||
"llama-index-embeddings-openai-like>=0.2.2",
|
||||
"llama-index-llms-ollama>=0.9.1",
|
||||
@@ -67,7 +67,7 @@ dependencies = [
|
||||
"python-gnupg~=0.5.4",
|
||||
"python-ipware~=3.0.0",
|
||||
"python-magic~=0.4.27",
|
||||
"rapidfuzz~=3.14.0",
|
||||
"rapidfuzz~=3.14.5",
|
||||
"redis[hiredis]~=5.2.1",
|
||||
"regex>=2026.4.4",
|
||||
"scikit-learn~=1.8.0",
|
||||
@@ -104,7 +104,7 @@ docs = [
|
||||
"zensical>=0.0.36",
|
||||
]
|
||||
lint = [
|
||||
"prek~=0.3.0",
|
||||
"prek~=0.3.10",
|
||||
"ruff~=0.15.12",
|
||||
]
|
||||
testing = [
|
||||
|
||||
Reference in New Issue
Block a user