Skip to content

deps: bump the python-non-major group across 1 directory with 16 updates - #55

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/python-non-major-cf658bb80d
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/python-non-major-cf658bb80d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 11, 2026

Copy link
Copy Markdown
Contributor

Bumps the python-non-major group with 16 updates in the / directory:

Package From To
docling 2.97.0 2.126.0
lxml 6.1.1 6.1.3
markdown 3.10.2 3.10.3
nh3 0.3.5 0.3.7
openai 3.3.1 3.8.0
pydantic-settings 2.14.1 2.15.0
pypdf 6.13.0 6.17.0
tqdm 4.68.1 4.70.0
boto3 1.43.24 1.43.89
scipy 1.17.1 1.18.1
vllm 0.22.1 0.28.0
wandb 0.27.1 0.29.0
mypy 2.1.0 2.3.1
pre-commit 4.6.0 4.6.2
pytest 9.0.3 9.1.1
ruff 0.15.16 0.16.6

Updates docling from 2.97.0 to 2.126.0

Release notes

Sourced from docling's releases.

v2.126.0

Feature

Fix

  • markdown: Preserve ordered list start numbers in conversion (#4138) (a4e9462)
  • docx: Inherit heading numId through the style basedOn chain (#3916) (#3917) (b2d333e)
  • ocr: Apply the deprecated force_full_page_ocr flag on assignment (#4082) (#4085) (cb39dc1)
  • markdown: Preserve hard line breaks (#4019) (1c2b794)
  • asciidoc: Gate image loading (#4156) (63d1808)

v2.125.0

Feature

  • Introduce min-version check for VLM engines (fixes chandra-ocr-v2 MLX) (#4150) (9876e73)

Fix

  • vlm: Handle tables labeled as forms by Chandra (#4135) (d6a6de4)
  • html: Parse tables and captions inside tags (#4050) (70eb711)
  • ebcdic: Require record names to be unique (#4126) (a72a3c1)
  • asciidoc: Preserve ordered lists and literal blocks (#4118) (c09ddfa)
  • webvtt: Keep cue text in order after a multi-line span (#4105) (397bd4e)
  • Enable CUDA for RapidOCR ONNX Runtime (#4103) (97bdf30)
  • uspto: Accept CRLF patent headers (#4111) (355bb21)
  • pptx: Keep EMF/WMF pictures instead of dropping them (#4089) (19ea044)
  • cli: Propagate service flags to AsrPipelineOptions (#4003) (3abb87a)

v2.124.0

Feature

Fix

  • service_client: Handle Retry-After HTTP-date with unknown timezone (#3786) (3bba8da)
  • Silence transformers generation-config deprecation warning and add max_new_tokens CLI overrides (#4115) (01fc722)
  • Drop the UTF-8 BOM when decoding webvtt, markdown and asciidoc (#4109) (4e34e7b)

v2.123.1

Fix

  • vlm: Preserve spacing for Chandra br tags (#4092) (3a2aca4)
  • cli: Defer heavy imports so CLI works on lightweight installs (#4100) (21aa5c9)
  • csv: Drop the UTF-8 BOM instead of keeping it in the first cell (#4098) (0865b9a)

... (truncated)

Changelog

Sourced from docling's changelog.

v2.126.0 - 2026-09-04

Feature

Fix

  • markdown: Preserve ordered list start numbers in conversion (#4138) (a4e9462)
  • docx: Inherit heading numId through the style basedOn chain (#3916) (#3917) (b2d333e)
  • ocr: Apply the deprecated force_full_page_ocr flag on assignment (#4082) (#4085) (cb39dc1)
  • markdown: Preserve hard line breaks (#4019) (1c2b794)
  • asciidoc: Gate image loading (#4156) (63d1808)

v2.125.0 - 2026-09-03

Feature

  • Introduce min-version check for VLM engines (fixes chandra-ocr-v2 MLX) (#4150) (9876e73)

Fix

  • vlm: Handle tables labeled as forms by Chandra (#4135) (d6a6de4)
  • html: Parse tables and captions inside tags (#4050) (70eb711)
  • ebcdic: Require record names to be unique (#4126) (a72a3c1)
  • asciidoc: Preserve ordered lists and literal blocks (#4118) (c09ddfa)
  • webvtt: Keep cue text in order after a multi-line span (#4105) (397bd4e)
  • Enable CUDA for RapidOCR ONNX Runtime (#4103) (97bdf30)
  • uspto: Accept CRLF patent headers (#4111) (355bb21)
  • pptx: Keep EMF/WMF pictures instead of dropping them (#4089) (19ea044)
  • cli: Propagate service flags to AsrPipelineOptions (#4003) (3abb87a)

v2.124.0 - 2026-08-31

Feature

Fix

  • service_client: Handle Retry-After HTTP-date with unknown timezone (#3786) (3bba8da)
  • Silence transformers generation-config deprecation warning and add max_new_tokens CLI overrides (#4115) (01fc722)
  • Drop the UTF-8 BOM when decoding webvtt, markdown and asciidoc (#4109) (4e34e7b)

v2.123.1 - 2026-08-28

Fix

... (truncated)

Commits
  • 8071466 chore: bump version to 2.126.0 [skip ci]
  • a4e9462 fix(markdown): preserve ordered list start numbers in conversion (#4138)
  • b2d333e fix(docx): inherit heading numId through the style basedOn chain (#3916) (#3917)
  • 1c96dd3 feat: add native pdf pipeline (#3979)
  • cf38d90 feat(jats): preserve external hyperlinks (#4029)
  • cb39dc1 fix(ocr): apply the deprecated force_full_page_ocr flag on assignment (#4082)...
  • 1c2b794 fix(markdown): preserve hard line breaks (#4019)
  • 63d1808 fix(asciidoc): gate image loading (#4156)
  • 554b10a feat(iwork): complete the parsing of Apple Pages documents (#4062)
  • deb45fb chore: bump version to 2.125.0 [skip ci]
  • Additional commits viewable in compare view

Updates lxml from 6.1.1 to 6.1.3

Changelog

Sourced from lxml's changelog.

6.1.3 (2026-09-02)

Bugs fixed

  • LP#2165901: External parameter entity parsing was allowed by default (with resolve_entities="internal"). Issue found by Tomer Fichman.

6.1.2 (2026-08-18)

  • GH#526: Some build files were missing in the sdist. Patch by Nicola Soranzo.

  • Some minor corrections for error handling cases.

Other changes

  • Built with Cython 3.2.9.
Commits
  • 3c1a4c7 Prepare release of 6.1.3.
  • c1191fc Update changelog.
  • 03ec312 Disable parameter entity parsing when internal-only entity parsing is requested.
  • 11d03e9 Build: Prevent duplicate Py3.8 wheel builds.
  • 9efc586 Build: Exclude musllinux-ARM from Py3.8 wheel building to prevent slow emulat...
  • 9716fb1 Build: Include older PyPy versions.
  • 0f3327d Build: Exclude Win-Aarch64 from wheel build.
  • 6967c96 Build: Make all built wheels downloadable even if they don't pass the release...
  • 061218d Build: Exclude Py3.15 i686 wheels from validation (because they are intention...
  • ce9fe0d Build: Fix Py3.8 windows build.
  • Additional commits viewable in compare view

Updates markdown from 3.10.2 to 3.10.3

Release notes

Sourced from markdown's releases.

Release 3.10.3

Fixed

  • Fix SetextHeaderProcessor regex to prevent mixed = and - chars in setext-style headers (#1606).
  • Add AI Policy to Contributing Guide.
  • Officially document all included extensions as being in maintenance mode.
  • Link the Extension API documentation to the API Reference (#1612).
Changelog

Sourced from markdown's changelog.

[3.10.3] - 2026-07-30

Fixed

  • Fix SetextHeaderProcessor regex to prevent mixed = and - chars in setext-style headers (#1606).
  • Add AI Policy to Contributing Guide.
  • Officially document all included extensions as being in maintenance mode.
  • Link the Extension API documentation to the API Reference (#1612).
Commits
  • bb50627 Bump version to 3.10.3
  • 8453df0 Update Extension API documentation
  • 93ac448 Document that all extensions are in maintenance mode
  • d38fd4a Create AI Policy
  • ddead47 Prevent mixed =/- chars in Setext-style headings
  • See full diff in compare view

Updates nh3 from 0.3.5 to 0.3.7

Release notes

Sourced from nh3's releases.

v0.3.7

What's Changed

New Contributors

Full Changelog: messense/nh3@v0.3.6...v0.3.7

v0.3.6

What's Changed

Full Changelog: messense/nh3@v0.3.5...v0.3.6

Commits
  • 74f36b8 Bump pyo3 from 0.29.0 to 0.29.2 (#140)
  • 5cb1a16 Update ammonia and bump version to 0.3.7
  • 5bc937a Bump ammonia from 4.1.3 to 4.1.4 (#139)
  • 5816c84 Bump actions/setup-python from 6 to 7 in the github-actions group (#138)
  • 7718812 Bump ammonia from 4.1.2 to 4.1.3 (#137)
  • 567c411 Validate tag_attribute_values conflict with attributes (#135)
  • c23021c Don’t depend on deprecated pyo3/generate-import-lib feature (#136)
  • 0343d0b Bump actions/checkout from 6 to 7 in the github-actions group (#132)
  • 0573fe4 Expose ammonia's id_prefix option via id_prefix kwarg (#134)
  • bea70df Bump version to 0.3.6
  • Additional commits viewable in compare view

Updates openai from 3.3.1 to 3.8.0

Release notes

Sourced from openai's releases.

v3.8.0

3.8.0 (2026-09-03)

Features

  • api: add gpt-6-astra and related features (#3791) (09f446f)

Documentation

v3.7.0

3.7.0 (2026-09-02)

Features

  • api: update usage APIs and documentation (#3779) (6f0da16)

Bug Fixes

  • avoid repeated numpy checks for embeddings (#3757) (b19c216)

v3.6.0

3.6.0 (2026-08-27)

Features

  • api: add compute_units to Responses and Chat Completions usage (#3749) (52421d1)

Bug Fixes

  • auth: harden X.509 workload identity integration (#3740) (fc3ad6c)

Chores

  • deps-dev: bump @​stdy/cli from 0.22.1 to 0.22.2 (#3719) (4f5598c)
  • deps-dev: bump mypy from 1.17 to 2.3.1 (#3747) (0b52c9e)
  • deps-dev: bump pandas-stubs from 2.2.2.240807 to 2.3.3.260113 (#3659) (95f0b43)
  • deps-dev: bump pyright from 1.1.399 to 1.1.413 (#3744) (9917c6e)
  • deps-dev: bump rich from 14.2.0 to 15.0.0 (#3717) (7a5484d)
  • deps: bump actions/checkout from 6.0.2 to 7.0.1 (#3665) (d0a2550)
  • deps: bump actions/download-artifact from 6.0.0 to 8.0.1 (#3669) (f627619)
  • deps: bump github/codeql-action/init from 4.37.1 to 4.37.7 (#3745) (a36010d)

... (truncated)

Changelog

Sourced from openai's changelog.

3.8.0 (2026-09-03)

Features

  • api: add gpt-6-astra and related features (#3791) (09f446f)

Documentation

3.7.0 (2026-09-02)

Features

  • api: update usage APIs and documentation (#3779) (6f0da16)

Bug Fixes

  • avoid repeated numpy checks for embeddings (#3757) (b19c216)

3.6.0 (2026-08-27)

Features

  • api: add compute_units to Responses and Chat Completions usage (#3749) (52421d1)

Bug Fixes

  • auth: harden X.509 workload identity integration (#3740) (fc3ad6c)

Chores

  • deps-dev: bump @​stdy/cli from 0.22.1 to 0.22.2 (#3719) (4f5598c)
  • deps-dev: bump mypy from 1.17 to 2.3.1 (#3747) (0b52c9e)
  • deps-dev: bump pandas-stubs from 2.2.2.240807 to 2.3.3.260113 (#3659) (95f0b43)
  • deps-dev: bump pyright from 1.1.399 to 1.1.413 (#3744) (9917c6e)
  • deps-dev: bump rich from 14.2.0 to 15.0.0 (#3717) (7a5484d)
  • deps: bump actions/checkout from 6.0.2 to 7.0.1 (#3665) (d0a2550)
  • deps: bump actions/download-artifact from 6.0.0 to 8.0.1 (#3669) (f627619)
  • deps: bump github/codeql-action/init from 4.37.1 to 4.37.7 (#3745) (a36010d)

Build System

... (truncated)

Commits

Updates pydantic-settings from 2.14.1 to 2.15.0

Release notes

Sourced from pydantic-settings's releases.

v2.15.0

Highlights

Behavior changes

  • case_sensitive now applies to init kwargs and config-file sources (#900). InitSettingsSource and the JSON/TOML/YAML config sources previously ignored case_sensitive. Since it defaults to False, case-insensitive matching is now the default for these sources — e.g. Settings(TeSt=...) now populates a test field where it previously did not. Nested keys are still matched case-sensitively.
  • Fields with unresolved forward references now emit a warning (#901). Settings sources can silently fail to resolve such fields; they now raise IncompleteFieldDefinitionWarning telling you to call model_rebuild(). If you have filterwarnings = error configured, this may surface as a new failure.
  • Non-JSON env values for strict fields now raise ValidationError (#926) instead of a less specific error.

New features

  • Show environment variable names in CLI help via cli_show_env_vars=True (#860), so generated --help output doubles as configuration documentation.
  • PYDANTIC_SETTINGS_DEBUG for debugging settings resolution (#906, #913). Set it to a truthy value with DEBUG logging enabled to see each source's contribution in priority order, which source won for each value, and which env_file/secret files were probed, loaded, or skipped — the long-standing "why isn't my .env being picked up?" question.
  • toml_table_header for regular TOML files (#882, #886, #887), letting you root settings at a nested table in any TOML file, not just pyproject.toml.
  • Traversable support for JSON/TOML/YAML file sources (#902), so you can load config packaged inside a distribution — including files inside a zip or wheel — via importlib.resources.files(...) without casting to Path.
  • GCP: project_id can come from an earlier settings source (#878), rather than only from the constructor or GOOGLE_CLOUD_PROJECT.

Bug fixes

  • Fix env vars not loading on Windows with case_sensitive=True (#894). Windows upper-cases os.environ keys, so fields raised Field required instead of picking up their values.
  • Read secret files as UTF-8 instead of the platform locale encoding (#917). On Windows code pages such as cp1252 this silently corrupted non-ASCII secrets.
  • Fix AliasPath on nested model fields not JSON-decoding env values (#898).
  • Fix case-insensitive matching for optional nested models (#905).
  • Fix dotenv extras being wrongly claimed by a complex field sharing a name prefix (#912) — e.g. dbx_token being swallowed by a db: dict field.
  • Fix nested_model_default_partial_update=True corrupting discriminated unions (#876).
  • Fix Secret subclasses crashing when loaded from the environment (#920).
  • Fix enum names not parsing through nested annotations such as Optional[Annotated[MyEnum, ...]] with env_parse_enums=True (#910).
  • An empty yaml_config_section now falls back to defaults instead of raising AttributeError: 'NoneType' object has no attribute 'keys' (#914).
  • NestedSecretsSettingsSource no longer follows symlinks pointing outside secrets_dir (#889).
  • GCP: skip the list_secrets call when case_sensitive=True (#862), lowering the required IAM permissions to just roles/secretmanager.secretAccessor.
  • AWS: types-boto3[secretsmanager] is no longer required at runtime (#880).

Documentation

  • Document JSON parsing of complex env values, plus a comma-separated-values recipe (#919).
  • Recommend an async settings loading pattern (#908).
  • Clarify behavior when an unprefixed value is present in a dotenv file (#895).
  • Clarify environment variable helper descriptions (#867) and fix assorted typos (#904).

What's Changed

... (truncated)

Commits
  • f725ca1 Prepare release 2.15.0 (#930)
  • 28f35c2 Bump the python-packages group with 4 updates (#929)
  • 9056db0 test: move function-local imports to the top of test modules (#927)
  • f077e3a fix: raise ValidationError for non-JSON env values on strict fields (#926)
  • ae25d70 fix: treat Secret subclasses as non-complex fields (#716) (#920)
  • 798dcea Bump the python-packages group with 4 updates (#924)
  • a190041 Bump the github-actions group with 4 updates (#925)
  • 5d93332 Bump the python-packages group with 4 updates (#921)
  • d2fdeda fix: read secret files as UTF-8 instead of the locale encoding (#917)
  • 2256a4e Bump the python-packages group with 3 updates (#915)
  • Additional commits viewable in compare view

Updates pypdf from 6.13.0 to 6.17.0

Release notes

Sourced from pypdf's releases.

Version 6.17.0, 2026-09-04

What's new

Security (SEC)

New Features (ENH)

  • _cmap.py: Also parse encoding for embedded CFF Type1 fonts (#4032) by @​PJBrs

Performance Improvements (PI)

Bug Fixes (BUG)

Robustness (ROB)

Documentation (DOC)

Code Style (STY)

Full Changelog

Version 6.16.2, 2026-08-23

What's new

Bug Fixes (BUG)

Robustness (ROB)

  • Improve RC4 fallback when cryptography can't provide it (#3853) by @​msylw

Full Changelog

Version 6.16.1, 2026-08-14

What's new

Security (SEC)

... (truncated)

Changelog

Sourced from pypdf's changelog.

Version 6.17.0, 2026-09-04

Security (SEC)

  • Limit value for Roman numerals (#4047)

New Features (ENH)

  • _cmap.py: Also parse encoding for embedded CFF Type1 fonts (#4032)

Performance Improvements (PI)

  • Cache repeated text extraction character lookups (#4036)

Bug Fixes (BUG)

  • Treat an empty /Filter array as no filter when extracting images (#4026)
  • Detect a duplicate dictionary key whose first value is falsy (#4024)
  • Make is_open=False collapse outline items (#3998)

Robustness (ROB)

  • Multiple changes for wrong inputs
  • Skip trailing duplicate %%EOF markers when locating startxref (#4015)
  • Do not crash on a non-array destination (#3976)
  • Handle annotations without subtype during merge (#3999)

Documentation (DOC)

  • Use AnnotationFlag enum instead of plain integers (#3997)

Code Style (STY)

  • Multiple small changes detected from test runs

Full Changelog

Version 6.16.2, 2026-08-23

Bug Fixes (BUG)

  • Make remove_from_tree() work on outline items (#3939)
  • Be more lenient about space width in layout mode text extraction (#3992)
  • Do not scale the text leading by the font size (#3987)
  • Update annotation appearance stream matrix on page transform (#3968)
  • Allow repeated page references (#3959)

Robustness (ROB)

  • Improve RC4 fallback when cryptography can't provide it (#3853)

Full Changelog

Version 6.16.1, 2026-08-14

Security (SEC)

  • Limit iterations for outline retrieval and XForm text extraction (#3966)

Full Changelog

... (truncated)

Commits
  • c76eed7 REL: 6.17.0
  • 89db7c4 SEC: Limit value for Roman numerals (#4047)
  • a667e9d ROB: Do not crash on a malformed embedded files name tree (#4037)
  • 816b120 ROB: Do not crash when a destination tree node entry is not an array (#4039)
  • 3818d66 ROB: Reject a page box that is not an array (#4041)
  • 939ae0c STY: Type read_object as the PdfObject it always returns (#4038)
  • 9c308b4 PI: Cache repeated text extraction character lookups (#4036)
  • 17d57a5 ROB: Do not crash when the XObject resources are not a dictionary (#4030)
  • 2f3ed6b ROB: Do not crash when the AcroForm entry is not a dictionary (#4029)
  • ea6ff22 ENH: _cmap.py: Also parse encoding for embedded CFF Type1 fonts (#4032)
  • Additional commits viewable in compare view

Updates tqdm from 4.68.1 to 4.70.0

Release notes

Sourced from

Bumps the python-non-major group with 16 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [docling](https://github.com/docling-project/docling) | `2.97.0` | `2.126.0` |
| [lxml](https://github.com/lxml/lxml) | `6.1.1` | `6.1.3` |
| [markdown](https://github.com/Python-Markdown/markdown) | `3.10.2` | `3.10.3` |
| [nh3](https://github.com/messense/nh3) | `0.3.5` | `0.3.7` |
| [openai](https://github.com/openai/openai-python) | `3.3.1` | `3.8.0` |
| [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.14.1` | `2.15.0` |
| [pypdf](https://github.com/py-pdf/pypdf) | `6.13.0` | `6.17.0` |
| [tqdm](https://github.com/tqdm/tqdm) | `4.68.1` | `4.70.0` |
| [boto3](https://github.com/boto/boto3) | `1.43.24` | `1.43.89` |
| [scipy](https://github.com/scipy/scipy) | `1.17.1` | `1.18.1` |
| [vllm](https://github.com/vllm-project/vllm) | `0.22.1` | `0.28.0` |
| [wandb](https://github.com/wandb/wandb) | `0.27.1` | `0.29.0` |
| [mypy](https://github.com/python/mypy) | `2.1.0` | `2.3.1` |
| [pre-commit](https://github.com/pre-commit/pre-commit) | `4.6.0` | `4.6.2` |
| [pytest](https://github.com/pytest-dev/pytest) | `9.0.3` | `9.1.1` |
| [ruff](https://github.com/astral-sh/ruff) | `0.15.16` | `0.16.6` |



Updates `docling` from 2.97.0 to 2.126.0
- [Release notes](https://github.com/docling-project/docling/releases)
- [Changelog](https://github.com/docling-project/docling/blob/main/CHANGELOG.md)
- [Commits](docling-project/docling@v2.97.0...v2.126.0)

Updates `lxml` from 6.1.1 to 6.1.3
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](lxml/lxml@lxml-6.1.1...lxml-6.1.3)

Updates `markdown` from 3.10.2 to 3.10.3
- [Release notes](https://github.com/Python-Markdown/markdown/releases)
- [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md)
- [Commits](Python-Markdown/markdown@3.10.2...3.10.3)

Updates `nh3` from 0.3.5 to 0.3.7
- [Release notes](https://github.com/messense/nh3/releases)
- [Commits](messense/nh3@v0.3.5...v0.3.7)

Updates `openai` from 3.3.1 to 3.8.0
- [Release notes](https://github.com/openai/openai-python/releases)
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md)
- [Commits](openai/openai-python@v3.3.1...v3.8.0)

Updates `pydantic-settings` from 2.14.1 to 2.15.0
- [Release notes](https://github.com/pydantic/pydantic-settings/releases)
- [Commits](pydantic/pydantic-settings@v2.14.1...v2.15.0)

Updates `pypdf` from 6.13.0 to 6.17.0
- [Release notes](https://github.com/py-pdf/pypdf/releases)
- [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md)
- [Commits](py-pdf/pypdf@6.13.0...6.17.0)

Updates `tqdm` from 4.68.1 to 4.70.0
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](tqdm/tqdm@v4.68.1...v4.70.0)

Updates `boto3` from 1.43.24 to 1.43.89
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.43.24...1.43.89)

Updates `scipy` from 1.17.1 to 1.18.1
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](scipy/scipy@v1.17.1...v1.18.1)

Updates `vllm` from 0.22.1 to 0.28.0
- [Release notes](https://github.com/vllm-project/vllm/releases)
- [Changelog](https://github.com/vllm-project/vllm/blob/main/RELEASE.md)
- [Commits](vllm-project/vllm@v0.22.1...v0.28.0)

Updates `wandb` from 0.27.1 to 0.29.0
- [Release notes](https://github.com/wandb/wandb/releases)
- [Changelog](https://github.com/wandb/wandb/blob/main/CHANGELOG.md)
- [Commits](wandb/wandb@v0.27.1...v0.29.0)

Updates `mypy` from 2.1.0 to 2.3.1
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v2.1.0...v2.3.1)

Updates `pre-commit` from 4.6.0 to 4.6.2
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v4.6.0...v4.6.2)

Updates `pytest` from 9.0.3 to 9.1.1
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@9.0.3...9.1.1)

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

---
updated-dependencies:
- dependency-name: docling
  dependency-version: 2.126.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-non-major
- dependency-name: lxml
  dependency-version: 6.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-non-major
- dependency-name: markdown
  dependency-version: 3.10.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-non-major
- dependency-name: nh3
  dependency-version: 0.3.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-non-major
- dependency-name: openai
  dependency-version: 3.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-non-major
- dependency-name: pydantic-settings
  dependency-version: 2.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-non-major
- dependency-name: pypdf
  dependency-version: 6.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-non-major
- dependency-name: tqdm
  dependency-version: 4.70.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-non-major
- dependency-name: boto3
  dependency-version: 1.43.89
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-non-major
- dependency-name: scipy
  dependency-version: 1.18.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-non-major
- dependency-name: vllm
  dependency-version: 0.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-non-major
- dependency-name: wandb
  dependency-version: 0.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-non-major
- dependency-name: mypy
  dependency-version: 2.3.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-non-major
- dependency-name: pre-commit
  dependency-version: 4.6.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-non-major
- dependency-name: pytest
  dependency-version: 9.1.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-non-major
- dependency-name: ruff
  dependency-version: 0.16.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-non-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Sep 11, 2026
@dependabot
dependabot Bot requested a review from lgruen-vcgs as a code owner September 11, 2026 20:39
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Sep 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants