Skip to content

deps: bump the python-non-major group across 1 directory with 15 updates - #35

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

deps: bump the python-non-major group across 1 directory with 15 updates#35
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/python-non-major-ac48a1a590

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 17, 2026

Copy link
Copy Markdown
Contributor

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

Package From To
docling 2.97.0 2.111.0
nh3 0.3.5 0.3.6
openai 2.41.0 2.45.0
plotly 6.8.0 6.9.0
pydantic-settings 2.14.1 2.14.2
pypdf 6.13.0 6.14.2
tqdm 4.68.1 4.68.4
boto3 1.43.24 1.43.46
mlx-vlm 0.6.1 0.6.4
scipy 1.17.1 1.18.0
vllm 0.22.1 0.24.0
wandb 0.27.1 0.28.0
mypy 2.1.0 2.2.0
pytest 9.0.3 9.1.1
ruff 0.15.16 0.15.21

Updates docling from 2.97.0 to 2.111.0

Release notes

Sourced from docling's releases.

v2.111.0

Feature

  • msexcel: Parse native charts into classified pictures (#3756) (ceeeda9)
  • boxnote: Add a BoxNote document backend (#3722) (4b4b9d8)
  • cli: Extend output formats with chunk in jsonl format (#3732) (fbd39b8)

Fix

  • Guard against None _log in CodeFormulaVlmModel.del during interpreter shutdown (#3534) (52b8bdb)
  • Sanitize subprocess call in tesseract_ocr_cli_model.py (#3283) (dbaf9ff)
  • docx: Ignore heading numPr when numFmt is none (#3760) (dc4c0bb)
  • deps: Require python-docx>=1.2.0 for DOCX comment extraction (#3770) (63cb843)
  • Make DCLX naturally included page-images (#3765) (88b1a09)
  • Guard backend imports to prevent ImportError on slim installs (#3751) (2ec33bc)

Documentation

  • deepseekocr: Fix parse_deepseekocr_markdown Args docstring (#3766) (d93579a)
  • Plan for DoclingDocument version compatibility (#3761) (fe72816)

v2.110.0

Feature

v2.109.0

Feature

Fix

  • html: Parse tables nested inside list items (#3508) (#3738) (8c162bd)
  • Forward VLM convert runtime generation settings (#3322) (1c03fd4)
  • tests: Correct XBRL source path to point to 'sources/' subdirectory (#3734) (b77612c)
  • docx: Support Strict OOXML (.docx) files (#3729) (528eb5b)
  • msword: Don't abort conversion on a malformed hyperlink address (#3744) (c979c6a)

Documentation

  • asr: Document backend selection and WhisperS2T (#3730) (e0b1ca5)

v2.108.0

Feature

... (truncated)

Changelog

Sourced from docling's changelog.

v2.111.0 - 2026-07-08

Feature

  • msexcel: Parse native charts into classified pictures (#3756) (ceeeda9)
  • boxnote: Add a BoxNote document backend (#3722) (4b4b9d8)
  • cli: Extend output formats with chunk in jsonl format (#3732) (fbd39b8)

Fix

  • Guard against None _log in CodeFormulaVlmModel.del during interpreter shutdown (#3534) (52b8bdb)
  • Sanitize subprocess call in tesseract_ocr_cli_model.py (#3283) (dbaf9ff)
  • docx: Ignore heading numPr when numFmt is none (#3760) (dc4c0bb)
  • deps: Require python-docx>=1.2.0 for DOCX comment extraction (#3770) (63cb843)
  • Make DCLX naturally included page-images (#3765) (88b1a09)
  • Guard backend imports to prevent ImportError on slim installs (#3751) (2ec33bc)

Documentation

  • deepseekocr: Fix parse_deepseekocr_markdown Args docstring (#3766) (d93579a)
  • Plan for DoclingDocument version compatibility (#3761) (fe72816)

v2.110.0 - 2026-07-04

Feature

v2.109.0 - 2026-07-03

Feature

Fix

  • html: Parse tables nested inside list items (#3508) (#3738) (8c162bd)
  • Forward VLM convert runtime generation settings (#3322) (1c03fd4)
  • tests: Correct XBRL source path to point to 'sources/' subdirectory (#3734) (b77612c)
  • docx: Support Strict OOXML (.docx) files (#3729) (528eb5b)
  • msword: Don't abort conversion on a malformed hyperlink address (#3744) (c979c6a)

Documentation

  • asr: Document backend selection and WhisperS2T (#3730) (e0b1ca5)

... (truncated)

Commits
  • 0c876ef chore: bump version to 2.111.0 [skip ci]
  • 6d20c06 chore: update locked deps (#3774)
  • 52b8bdb fix: guard against None _log in CodeFormulaVlmModel.del during interprete...
  • dbaf9ff fix: sanitize subprocess call in tesseract_ocr_cli_model.py (#3283)
  • dc4c0bb fix(docx): ignore heading numPr when numFmt is none (#3760)
  • d93579a docs(deepseekocr): fix parse_deepseekocr_markdown Args docstring (#3766)
  • ceeeda9 feat(msexcel): parse native charts into classified pictures (#3756)
  • 4b4b9d8 feat(boxnote): add a BoxNote document backend (#3722)
  • 1b62762 refactor: Decouple ground-truth path construction from verification (#3772)
  • fe72816 docs: plan for DoclingDocument version compatibility (#3761)
  • Additional commits viewable in compare view

Updates nh3 from 0.3.5 to 0.3.6

Release notes

Sourced from nh3's releases.

v0.3.6

What's Changed

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

Commits
  • bea70df Bump version to 0.3.6
  • 788cee2 Expose ammonia's url_relative policy via url_relative kwarg (#131)
  • e76a81a Bump pyo3 from 0.28.3 to 0.29.0 (#130)
  • 8ec45a3 Add nh3.escape alias for clean_text (#127)
  • a1e0226 Document tag_attribute_values as alternate to attributes (#126)
  • 389fb79 Validate clean_content_tags conflict with tags (#125)
  • 61aad5a Bump uraimo/run-on-arch-action in the github-actions group (#124)
  • See full diff in compare view

Updates openai from 2.41.0 to 2.45.0

Release notes

Sourced from openai's releases.

v2.45.0

2.45.0 (2026-07-09)

Full Changelog: v2.44.0...v2.45.0

Features

  • api: gpt-5.6-sol updates (039d1fe)

Bug Fixes

  • api: restore beta resource accessors (2dfc130)

Chores

  • retrigger release automation (7b61351)

v2.44.0

2.44.0 (2026-06-24)

Full Changelog: v2.43.0...v2.44.0

Bug Fixes

  • auth: prioritize first auth header (797e336)

v2.43.0

2.43.0 (2026-06-17)

Full Changelog: v2.42.0...v2.43.0

Features

  • api: update OpenAPI spec or Stainless config (2254235)

v2.42.0

2.42.0 (2026-06-16)

Full Changelog: v2.41.1...v2.42.0

Features

  • api: admin spend_alerts (6134198)
  • api: manual updates (f337bf4)
  • api: update OpenAPI spec or Stainless config (7015158)

Build System

... (truncated)

Changelog

Sourced from openai's changelog.

2.45.0 (2026-07-09)

Full Changelog: v2.44.0...v2.45.0

Features

  • api: gpt-5.6-sol updates (039d1fe)

Bug Fixes

  • api: restore beta resource accessors (2dfc130)

Chores

  • retrigger release automation (7b61351)

2.44.0 (2026-06-24)

Full Changelog: v2.43.0...v2.44.0

Bug Fixes

  • auth: prioritize first auth header (797e336)

2.43.0 (2026-06-17)

Full Changelog: v2.42.0...v2.43.0

Features

  • api: update OpenAPI spec or Stainless config (2254235)

2.42.0 (2026-06-16)

Full Changelog: v2.41.1...v2.42.0

Features

  • api: admin spend_alerts (6134198)
  • api: manual updates (f337bf4)
  • api: update OpenAPI spec or Stainless config (7015158)

Build System

... (truncated)

Commits

Updates plotly from 6.8.0 to 6.9.0

Release notes

Sourced from plotly's releases.

v6.9.0

Fixed

  • Raise a clear ValueError when an unsupported marginal plot type is passed to Plotly Express, instead of failing later with a cryptic 'NoneType' object has no attribute 'constructor' message [#5625], with thanks to @​eugen-goebel for the contribution!

Updated

  • Update plotly.js from version 3.6.0 to version 3.7.0. See the plotly.js release notes for more information [#5639]. Notable changes include:
    • Rename sendDataToCloud modebar button to sendChartToCloud, and update to upload chart to Plotly Cloud [#7802, #7852, #7854]. NOTE: The Plotly Cloud endpoint for receiving charts is not yet functional, so this button won't complete the upload.
    • Fix stale scattergl error bars after toggling traces with mixed error bar visibility [#7773], with thanks to @​JulienIcon for the contribution!
    • Fix geo fitbounds to choose a compact longitude range when point data straddles the antimeridian [#7837], with thanks to @​SharadhNaidu for the contribution!

Full Changelog: plotly/plotly.py@v6.8.0...v6.9.0

Changelog

Sourced from plotly's changelog.

[6.9.0] - 2026-07-09

Fixed

  • Raise a clear ValueError when an unsupported marginal plot type is passed to Plotly Express, instead of failing later with a cryptic 'NoneType' object has no attribute 'constructor' message [#5625], with thanks to @​eugen-goebel for the contribution!

Updated

  • Update plotly.js from version 3.6.0 to version 3.7.0. See the plotly.js release notes for more information [#5639]. Notable changes include:
    • Rename sendDataToCloud modebar button to sendChartToCloud, and update to upload chart to Plotly Cloud [#7802, #7852, #7854]. NOTE: The Plotly Cloud endpoint for receiving charts is not yet functional, so this button won't complete the upload.
    • Fix stale scattergl error bars after toggling traces with mixed error bar visibility [#7773], with thanks to @​JulienIcon for the contribution!
    • Fix geo fitbounds to choose a compact longitude range when point data straddles the antimeridian [#7837], with thanks to @​SharadhNaidu for the contribution!
Commits
  • 495134a update date
  • 2e824d8 version changes for v6.9.0
  • c27c986 Merge pull request #5639 from plotly/update-plotlyjs-3.7.0
  • 3d63d05 typos
  • fd7e3f1 update commands.py and CONTRIBUTING.md to reflect the fact that JS build arti...
  • 9a753fe update changelog
  • 4ff6656 update built JS artifacts
  • b3facc7 update plotly.js to v3.7.0
  • 5cdb606 Merge pull request #5630 from eugen-goebel/fix-marginal-error-message-spacing
  • 8d47808 Add missing space in unsupported-marginal error message
  • Additional commits viewable in compare view

Updates pydantic-settings from 2.14.1 to 2.14.2

Release notes

Sourced from pydantic-settings's releases.

v2.14.2

What's Changed

This is a security patch release.

Security

Fixes GHSA-4xgf-cpjx-pc3j: NestedSecretsSettingsSource with secrets_nested_subdir=True could follow a symbolic link inside secrets_dir pointing outside it, reading out-of-tree files into settings values and bypassing the secrets_dir_max_size cap. Affected versions: >= 2.12.0, < 2.14.2.

Full Changelog: pydantic/pydantic-settings@v2.14.1...v2.14.2

Commits

Updates pypdf from 6.13.0 to 6.14.2

Release notes

Sourced from pypdf's releases.

Version 6.14.2, 2026-06-23

What's new

Security (SEC)

Full Changelog

Version 6.14.1, 2026-06-23

What's new

Security (SEC)

Full Changelog

Version 6.14.0, 2026-06-22

What's new

Security (SEC)

New Features (ENH)

Robustness (ROB)

Full Changelog

Version 6.13.3, 2026-06-17

What's new

Security (SEC)

Performance Improvements (PI)

Robustness (ROB)

Maintenance (MAINT)

Full Changelog

Version 6.13.2, 2026-06-10

What's new

... (truncated)

Changelog

Sourced from pypdf's changelog.

Version 6.14.2, 2026-06-23

Security (SEC)

  • Avoid infinite loops for incomplete ASCII85 and ASCIIHex inline images (#3892)

Full Changelog

Version 6.14.1, 2026-06-23

Security (SEC)

  • Detect end of stream during inline image end marker detection (#3891)

Full Changelog

Version 6.14.0, 2026-06-22

Security (SEC)

  • Apply general limit for requested image size (#3888)
  • Speed up recovery when reading broken cross-reference table (#3887)

New Features (ENH)

  • Check whether image is displayed on a given page (#3738)

Robustness (ROB)

  • Several fixes

Full Changelog

Version 6.13.3, 2026-06-17

Security (SEC)

  • Apply MAX_DECLARED_STREAM_LENGTH to streams without length as well (#3871)

Performance Improvements (PI)

  • Avoid per-pixel getpixel loop for 1-bit indexed images (#3854)

Robustness (ROB)

  • Several fixes

Maintenance (MAINT)

  • Make mypy assert messages consistent (#3849)

Full Changelog

Version 6.13.2, 2026-06-10

Security (SEC)

  • Detect multi-hop cyclic /Pages trees in _flatten to prevent SIGSEGV (#3847)

Robustness (ROB)

... (truncated)

Commits
  • 2266ee8 REL: 6.14.2
  • 5a33a46 SEC: Avoid infinite loops for incomplete ASCII85 and ASCIIHex inline images (...
  • 1ee4e58 REL: 6.14.1
  • ec3b145 SEC: Detect end of stream during inline image end marker detection (#3891)
  • c6cd82e ROB: Tolerate malformed inline image settings in _read_inline_image (#3889)
  • 0ae42ba ROB: Tolerate malformed page label entries in get_label_from_nums (#3884)
  • 50617b5 ROB: Tolerate malformed Tm operand count in extract_text (#3877)
  • 86e5a82 MAINT: Improve readability (#3874)
  • 83cb25f DEV: Fix sample files commit
  • 06588ec REL: 6.14.0
  • Additional commits viewable in compare view

Updates tqdm from 4.68.1 to 4.68.4

Release notes

Sourced from tqdm's releases.

tqdm v4.68.4 stable

tqdm v4.68.3 stable

  • utils: delay os.get_terminal_size (#1763 <- #1760)
  • autonotebook: support QtConsole, Spyder, JupyterLite (#1763, #1628, #1559 <- #1283, #1098, #512)
  • minor docs updates
    • fix typo (#1762)
    • use git-fame
  • misc minor framework updates
    • fix & update CI build
    • pre-commit: add docs & metadata generation
    • move tox.ini -> pyproject.toml, move tox-gh-actions -> tox-gh
    • add Python 3.14, drop 3.7 support

tqdm v4.68.2 stable

  • revert accidental change to ascii default (fixes #1760)
    • UnicodeEncodeError: 'charmap' codec can't encode characters in position 6-7: character maps to <undefined> can be fixed by installing tqdm!=4.68.0,!=4.68.1
  • misc docs updates
    • fix links
    • replace stray rst -> md syntax
    • consistent "progress bar" terminology (#1737)
  • tests: fix coverage (fixes #1760)
Commits
  • 53d096e bump version, merge pull request #1768 from its-Sohan/fix/write-stdout-none
  • 74ff992 fix: prevent tqdm.write from crashing when sys.stdout is none
  • 3757d0d Merge pull requests #1717 and #1767 (fixes #1658)
  • 55156ce fix: apply disp_trim to all format_meter return paths (#1658)
  • 9aff609 bump version, merge pull request #1763 from tqdm/jupyterlite
  • 9872f80 drop date from snap version str to fix pydantic
  • b829334 support QtConsole, Spyder, JupyterLite
  • 6fa4867 delay os.get_terminal_size
  • 748e107 lint
  • e6e29eb move tox.ini -> pyproject.toml
  • Additional commits viewable in compare view

Updates boto3 from 1.43.24 to 1.43.46

Commits
  • c7888d6 Merge branch 'release-1.43.46'
  • 1479621 Bumping version to 1.43.46
  • 54abdb4 Add changelog entries from botocore
  • 75de637 Merge branch 'release-1.43.45'
  • d3449aa Merge branch 'release-1.43.45' into develop
  • 497253d Bumping version to 1.43.45
  • 5e9768e Add changelog entries from botocore
  • 19a915b Merge branch 'release-1.43.44'
  • 1b69a06 Merge branch 'release-1.43.44' into develop
  • b0e3f6a Bumping version to 1.43.44
  • Additional commits viewable in compare view

Updates mlx-vlm from 0.6.1 to 0.6.4

Release notes

Sourced from mlx-vlm's releases.

v0.6.4

What's Changed

... (truncated)

Commits

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

| Package | From | To |
| --- | --- | --- |
| [docling](https://github.com/docling-project/docling) | `2.97.0` | `2.111.0` |
| [nh3](https://github.com/messense/nh3) | `0.3.5` | `0.3.6` |
| [openai](https://github.com/openai/openai-python) | `2.41.0` | `2.45.0` |
| [plotly](https://github.com/plotly/plotly.py) | `6.8.0` | `6.9.0` |
| [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.14.1` | `2.14.2` |
| [pypdf](https://github.com/py-pdf/pypdf) | `6.13.0` | `6.14.2` |
| [tqdm](https://github.com/tqdm/tqdm) | `4.68.1` | `4.68.4` |
| [boto3](https://github.com/boto/boto3) | `1.43.24` | `1.43.46` |
| [mlx-vlm](https://github.com/Blaizzy/mlx-vlm) | `0.6.1` | `0.6.4` |
| [scipy](https://github.com/scipy/scipy) | `1.17.1` | `1.18.0` |
| [vllm](https://github.com/vllm-project/vllm) | `0.22.1` | `0.24.0` |
| [wandb](https://github.com/wandb/wandb) | `0.27.1` | `0.28.0` |
| [mypy](https://github.com/python/mypy) | `2.1.0` | `2.2.0` |
| [pytest](https://github.com/pytest-dev/pytest) | `9.0.3` | `9.1.1` |
| [ruff](https://github.com/astral-sh/ruff) | `0.15.16` | `0.15.21` |



Updates `docling` from 2.97.0 to 2.111.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.111.0)

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

Updates `openai` from 2.41.0 to 2.45.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@v2.41.0...v2.45.0)

Updates `plotly` from 6.8.0 to 6.9.0
- [Release notes](https://github.com/plotly/plotly.py/releases)
- [Changelog](https://github.com/plotly/plotly.py/blob/main/CHANGELOG.md)
- [Commits](plotly/plotly.py@v6.8.0...v6.9.0)

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

Updates `pypdf` from 6.13.0 to 6.14.2
- [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.14.2)

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

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

Updates `mlx-vlm` from 0.6.1 to 0.6.4
- [Release notes](https://github.com/Blaizzy/mlx-vlm/releases)
- [Commits](Blaizzy/mlx-vlm@v0.6.1...v0.6.4)

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

Updates `vllm` from 0.22.1 to 0.24.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.24.0)

Updates `wandb` from 0.27.1 to 0.28.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.28.0)

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

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.15.21
- [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.15.21)

---
updated-dependencies:
- dependency-name: docling
  dependency-version: 2.111.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-non-major
- dependency-name: nh3
  dependency-version: 0.3.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-non-major
- dependency-name: openai
  dependency-version: 2.45.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-non-major
- dependency-name: plotly
  dependency-version: 6.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-non-major
- dependency-name: pydantic-settings
  dependency-version: 2.14.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-non-major
- dependency-name: pypdf
  dependency-version: 6.14.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-non-major
- dependency-name: tqdm
  dependency-version: 4.68.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-non-major
- dependency-name: boto3
  dependency-version: 1.43.46
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-non-major
- dependency-name: mlx-vlm
  dependency-version: 0.6.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-non-major
- dependency-name: scipy
  dependency-version: 1.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-non-major
- dependency-name: vllm
  dependency-version: 0.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-non-major
- dependency-name: wandb
  dependency-version: 0.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-non-major
- dependency-name: mypy
  dependency-version: 2.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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.15.21
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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 Jul 17, 2026
@dependabot
dependabot Bot requested a review from lgruen-vcgs as a code owner July 17, 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 Jul 17, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 24, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Jul 24, 2026
@dependabot
dependabot Bot deleted the dependabot/uv/python-non-major-ac48a1a590 branch July 24, 2026 20:38
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