Skip to content

build(deps): bump the dependencies group across 1 directory with 12 updates#296

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/dependencies-b089c9e9cc
Closed

build(deps): bump the dependencies group across 1 directory with 12 updates#296
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/dependencies-b089c9e9cc

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 18, 2025

Bumps the dependencies group with 12 updates in the / directory:

Package From To
granian 1.7.6 2.2.5
litestar 2.15.1 2.15.2
pydantic-settings 2.8.1 2.9.0
ctranslate2 4.5.0 4.6.0
transformers 4.49.0 4.51.3
sentence-transformers 3.4.1 4.1.0
protobuf 5.29.3 6.30.2
pymupdf 1.25.3 1.25.5
pyright 1.1.395 1.1.399
pytest 8.3.4 8.3.5
pylint 3.3.4 3.3.6
ruff 0.9.9 0.11.6

Updates granian from 1.7.6 to 2.2.5

Release notes

Sourced from granian's releases.

Granian 2.2.5

Patch release

Changes since 2.2.4:

  • Fix a regression bug involving the event loop initialization and causing tasks to be attached to the wrong loop under some circumstances

Granian 2.2.4

Patch release

Changes since 2.2.3:

  • Improve performance on iter-based responses on all protocols
  • Bump files read buffer from 4k to 128k on RSGI response_file and ASGI pathsend
  • Fix a performance regression on Python > 3.10 (threads' state management related, special thanks to @​davidhewitt)
  • Strip port address from WSGI REMOTE_ADDR environ var
  • Bump dependencies

Granian 2.2.3

Patch release

Changes since 2.2.2:

  • Improve wording in WSGI warnings (#549 by @​janbrasna)
  • Fix a regression bug preventing reloader to work properly
  • Reduce logging noise for ASGI protocol on failed sends
  • Add (experimental) Linux i686 and armv7 wheels
  • Bump dependencies

Granian 2.2.2

Patch release

Changes since 2.2.1:

  • Proper connections load balancing across workers on Linux (#546, special thanks to @​aldem)
  • Bump dependencies

Granian 2.2.1

Patch release

Changes since 2.2.0:

  • Make PyFutureAwaitable compatible with anyio cancel scopes
  • Avoid to alter ASGI scope's raw_path
  • Fix ASGI response headers when provided by generators
  • Default workers' kill timeout to 3.5 seconds when using reload on changes
  • Bump dependencies

Granian 2.2.0

What's Changed

New features

... (truncated)

Commits

Updates litestar from 2.15.1 to 2.15.2

Release notes

Sourced from litestar's releases.

v2.15.2

Sponsors 🌟

Thanks to these incredible business sponsors:

Thanks to these incredible personal sponsors:

What's changed

New contributors 🎉

Bugfixes 🐛

Full Changelog litestar-org/litestar@v2.15.1...v2.15.2

Commits
  • 4faf016 v2.15.2
  • bf86f7e fix(typing): Correctly handle typing_extensions.TypeAliasType on `typing-ex...
  • 8bcf051 docs: Replace expired Discord invite link (#4067)
  • 5d72bc8 chore(deps): bump dawidd6/action-download-artifact from 8 to 9 (#4037)
  • 639b6b0 chore: Remove sonar (#4066)
  • 4e81a0e docs: Fix syntax error in flask migration doc (#4061)
  • 1fad18f docs: add eandersons as a contributor for doc (#4052)
  • 6601255 docs: Use monospace in code captions where applicable (#4047)
  • 9f5ab4b chore: update maintainers and apply TOML lint to pyproject.toml (#4050)
  • 265e11b fix: explicit specification of arguments in FileSystemAdapter open func. (#4049)
  • Additional commits viewable in compare view

Updates pydantic-settings from 2.8.1 to 2.9.0

Release notes

Sourced from pydantic-settings's releases.

v2.9.0

What's Changed

New Contributors

Full Changelog: pydantic/pydantic-settings@v2.8.1...v2.9.0

Commits

Updates ctranslate2 from 4.5.0 to 4.6.0

Release notes

Sourced from ctranslate2's releases.

CTranslate2 4.6.0

Note: The Ctranslate2 Python package now supports python 3.13, drop the support for python 3.8.

New features

  • Pyhton 3.13 support (#1858)
  • Support returning hidden vector in Wav2Vec2 and Wav2Vec2Bert Models (#1867)
  • Add noexecstack linker flags (#1852 + #1861)
  • Support Qwen2 (#1820)
  • Eoleconv (#1832)
  • Add support RobertModel (#1864)

Fixes and improvements

  • Fix github action (#1871)
  • Prevent double library def (#1818)
Changelog

Sourced from ctranslate2's changelog.

v4.6.0 (2025-04-08)

Note: The Ctranslate2 Python package now supports python 3.13, drop the support for python 3.8.

New features

  • Pyhton 3.13 support (#1858)
  • Support returning hidden vector in Wav2Vec2 and Wav2Vec2Bert Models (#1867)
  • Add noexecstack linker flags (#1852 + #1861)
  • Support Qwen2 (#1820)
  • Eoleconv (#1832)
  • Add support RobertModel (#1864)

Fixes and improvements

  • Fix github action (#1871)
  • Prevent double library def (#1818)
Commits

Updates transformers from 4.49.0 to 4.51.3

Release notes

Sourced from transformers's releases.

Patch release v4.51.3

A mix of bugs were fixed in this patch; very exceptionally, we diverge from semantic versioning to merge GLM-4 in this patch release.

  • Handle torch ver in flexattn (#37400)
  • handle torch version edge cases (#37399)
  • Add glm4 (#37388)

Patch Release 4.51.2

This is another round of bug fixes, but they are a lot more minor and outputs were not really affected!

Patch release v4.51.1

Since the release of Llama 4, we have fixed a few issues that we are now releasing in patch v4.51.1

  • Fixing flex attention for torch=2.6.0 (#37285)
  • more fixes for post-training llama4 (#37329)
  • Remove HQQ from caching allocator warmup (#37347)
  • fix derived berts _init_weights (#37341)
  • Fix init empty weights without accelerate (#37337)
  • Fix deepspeed with quantization (#37324)
  • fix llama4 training (#37319)
  • fix flex attn when optional args aren't passed (#37327)
  • Multiple llama4 fixe (#37353)

Thanks all for your patience

v4.51.0: Llama 4, Phi4-Multimodal, DeepSeek-v3, Qwen3

New Model Additions

Llama 4

image

Llama 4, developed by Meta, introduces a new auto-regressive Mixture-of-Experts (MoE) architecture.This generation includes two models:

  • The highly capable Llama 4 Maverick with 17B active parameters out of ~400B total, with 128 experts.
  • The efficient Llama 4 Scout also has 17B active parameters out of ~109B total, using just 16 experts.

Both models leverage early fusion for native multimodality, enabling them to process text and image inputs. Maverick and Scout are both trained on up to 40 trillion tokens on data encompassing 200 languages (with specific fine-tuning support for 12 languages including Arabic, Spanish, German, and Hindi).

For deployment, Llama 4 Scout is designed for accessibility, fitting on a single server-grade GPU via on-the-fly 4-bit or 8-bit quantization, while Maverick is available in BF16 and FP8 formats. These models are released under the custom Llama 4 Community License Agreement, available on the model repositories

Getting started with Llama 4 using transformers is straightforward. Make sure you have transformers v4.51.0 or later installed:

pip install -U transformers[hf_xet]
</tr></table> 

... (truncated)

Commits

Updates sentence-transformers from 3.4.1 to 4.1.0

Release notes

Sourced from sentence-transformers's releases.

v4.1.0 - ONNX and OpenVINO backends offering 2-3x speedups; improved hard negatives mining

This release introduces 2 new efficient computing backends for CrossEncoder (reranker) models: ONNX and OpenVINO + optimization & quantization, allowing for speedups up to 2x-3x; improved hard negatives mining strategies, and minor improvements.

Install this version with

# Training + Inference
pip install sentence-transformers[train]==4.1.0
Inference only, use one of:
pip install sentence-transformers==4.1.0
pip install sentence-transformers[onnx-gpu]==4.1.0
pip install sentence-transformers[onnx]==4.1.0
pip install sentence-transformers[openvino]==4.1.0

Faster ONNX and OpenVINO Backends for CrossEncoder (#3319)

Introducing a new backend keyword argument to the CrossEncoder initialization, allowing values of "torch" (default), "onnx", and "openvino". These require installing sentence-transformers with specific extras:

pip install sentence-transformers[onnx-gpu]
# or ONNX for CPU only:
pip install sentence-transformers[onnx]
# or
pip install sentence-transformers[openvino]

It's as simple as:

from sentence_transformers import CrossEncoder
model = CrossEncoder("cross-encoder/ms-marco-MiniLM-L6-v2", backend="onnx")
query = "Which planet is known as the Red Planet?"
passages = [
"Venus is often called Earth's twin because of its similar size and proximity.",
"Mars, known for its reddish appearance, is often referred to as the Red Planet.",
"Jupiter, the largest planet in our solar system, has a prominent red spot.",
"Saturn, famous for its rings, is sometimes mistaken for the Red Planet."
]
scores = model.predict([(query, passage) for passage in passages])
print(scores)

If you specify a backend and your model repository or directory contains an ONNX/OpenVINO model file, it will automatically be used! And if your model repository or directory doesn't have one already, an ONNX/OpenVINO model will be automatically exported. Just remember to model.push_to_hub or model.save_pretrained into the same model repository or directory to avoid having to re-export the model every time.

All keyword arguments passed via model_kwargs will be passed on to ORTModelForSequenceClassification.from_pretrained or OVModelForSequenceClassification.from_pretrained. The most useful arguments are:

  • provider: (Only if backend="onnx") ONNX Runtime provider to use for loading the model, e.g. "CPUExecutionProvider" . See https://onnxruntime.ai/docs/execution-providers/ for possible providers. If not specified, the strongest provider (E.g. "CUDAExecutionProvider") will be used.
  • file_name: The name of the ONNX file to load. If not specified, will default to "model.onnx" or otherwise "onnx/model.onnx" for ONNX, and "openvino_model.xml" and "openvino/openvino_model.xml" for OpenVINO. This argument is useful for specifying optimized or quantized models.
  • export: A boolean flag specifying whether the model will be exported. If not provided, export will be set to True if the model repository or directory does not already contain an ONNX or OpenVINO model.

... (truncated)

Commits
  • aa4453b Release v4.1
  • f604c67 [backend] Add ONNX & OpenVINO support for Cross Encoder (reranker) models (...
  • 27c14b9 [fix] Avoid error if prompts & output_value=None (#3327)
  • 03dff58 Use return_dict=True in Transformer; improve how all_layer_embeddings are det...
  • a5f55a3 [feat] hard neg mining: deprecate margin in favor of absolute_margin & rela...
  • 58f42d3 Update (C)GIST losses to support "relative" margin instead of "percentage" (#...
  • 4f73525 Fix typing for CrossEncoder.to (#3324)
  • 0cf80cd Support activation_function=None in Dense module (#3316)
  • eb3d4df CachedGISTEmbedLoss Adding Margin (#3299)
  • 8a3342b [docs] Update a removed article with a new source (#3309)
  • Additional commits viewable in compare view

Updates protobuf from 5.29.3 to 6.30.2

Commits
  • 43e1626 Updating version.json and repo version numbers to: 30.2
  • 7a4c63b Fix lite classes in the protobuf-java Maven release to be JDK8 compatible. (#...
  • 7831669 Remove dllexport attribute on variable definition. (#20833)
  • da9cadc Restore JDK8 compatibility in Bazel for libraries with dependencies from Mave...
  • 09b5078 Add protobuf_maven artifacts to protobuf_maven_dev as well so they can still ...
  • b7f06f1 Add volatile to featuresResolved (#20766)
  • b69f653 Restore generator headers in cmake install until the next breaking C++ releas...
  • f4b0a79 Restore custom protobuf maven namespaces to avoid polluting main maven namesp...
  • 2dc9f35 Fix Java concurrency issue in feature resolution for old <=3.25.x gencode usi...
  • 221b2a0 Change how we decide which empty string implementation to use. (#20708)
  • Additional commits viewable in compare view

Updates pymupdf from 1.25.3 to 1.25.5

Release notes

Sourced from pymupdf's releases.

PyMuPDF-1.25.5 released

PyMuPDF-1.25.5 has been released.

Wheels for Windows, Linux and MacOS, and the sdist, are available on pypi.org and can be installed in the usual way, for example:

python -m pip install --upgrade pymupdf

[Linux-aarch64 wheels will be built and uploaded later.]

Changes in version 1.25.5 (2025-03-31)

  • Fixed issues:

  • Other:

    • Use MuPDF-1.25.6.
    • Fixed MuPDF SEGV on MacOS with particular fonts.
    • Fixed Annot.get_textpage()'s clip arg.
    • Fixed Python-3.14 (pre-release) build error.

PyMuPDF-1.25.4 released

PyMuPDF-1.25.4 has been released.

Wheels for Windows, Linux and MacOS, and the sdist, are available on pypi.org and can be installed in the usual way, for example:

python -m pip install --upgrade pymupdf

[Linux-aarch64 wheels will be built and uploaded later.]

Changes in version 1.25.4 (2025-03-14)

... (truncated)

Changelog

Sourced from pymupdf's changelog.

Change Log

Changes in version 1.25.5 (2025-03-31)

  • Fixed issues:

    • Fixed 4372 <https://github.com/pymupdf/PyMuPDF/issues/4372>_: Text insertion fails due to missing /Resources object
    • Fixed 4400 <https://github.com/pymupdf/PyMuPDF/issues/4400>_: Infinite loop in fill_textbox
    • Fixed 4403 <https://github.com/pymupdf/PyMuPDF/issues/4403>_: Unable to get_text() - layer/clip nesting too deep
    • Fixed 4415 <https://github.com/pymupdf/PyMuPDF/issues/4415>_: PDF page is mirrored, origin is at bottom-left
  • Other:

    • Use MuPDF-1.25.6.
    • Fixed MuPDF SEGV on MacOS with particular fonts.
    • Fixed Annot.get_textpage()'s clip arg.
    • Fixed Python-3.14 (pre-release) build error.

Changes in version 1.25.4 (2025-03-14)

  • Use MuPDF-1.25.5.

  • Fixed issues:

    • Fixed 4079 <https://github.com/pymupdf/PyMuPDF/issues/4079>_: Unexpected result for apply_redactions()
    • Fixed 4224 <https://github.com/pymupdf/PyMuPDF/issues/4224>_: MuPDF error: format error: negative code in 1d faxd
    • Fixed 4303 <https://github.com/pymupdf/PyMuPDF/issues/4303>_: page.get_image_info() returns outdated cached results after replacing image
    • Fixed 4309 <https://github.com/pymupdf/PyMuPDF/issues/4309>_: FzErrorFormat Error When Deleting First Page
    • Fixed 4336 <https://github.com/pymupdf/PyMuPDF/issues/4336>_: Major Performance Regression: pix.color_count is 150x slower in version 1.25.3 compared to 1.23.8
    • Fixed 4341 <https://github.com/pymupdf/PyMuPDF/issues/4341>_: Invalid label retrieval when /Kids is an array of multiple /Nums
  • Other:

    • Fixed handling of duplicate widget names when joining PDFs (PR #4347).
    • Improved Pyodide build.
    • Avoid SWIG-related build errors with Python-3.13 by disabling PY_LIMITED_API.

Changes in version 1.25.3 (2025-02-06)

  • Use MuPDF-1.25.4.

  • Fixed issues:

    • Fixed 4139 <https://github.com/pymupdf/PyMuPDF/issues/4139>_: Text color numbers change between 1.24.14 and 1.25.0
    • Fixed 4141 <https://github.com/pymupdf/PyMuPDF/issues/4141>_: Some insertion methods fails for pages without a /Resources object
    • Fixed 4180 <https://github.com/pymupdf/PyMuPDF/issues/4180>_: Search problems

... (truncated)

Commits
  • b1ecfe6 Documentation Updates
  • 3cd80e1 Updated release dates.
  • 2838348 tests/: added test_4415().
  • 2c45b05 src/table.py: fix errors with latest flake8.
  • 33fe7a9 Update versions and changelog etc for next release.
  • ab36622 src/extra.i: fix debug build error caused by assert statement.
  • c58e39a src/ tests/: avoid infinite loop in fill_textbox() if word is too long.
  • ec43e60 scripts/test.py: added --pytest-prefix arg.
  • 9699a13 src/utils.py: fix pylint error with recent python-3.14 fix.
  • 2cf119b Clarifications
  • Additional commits viewable in compare view

Updates pyright from 1.1.395 to 1.1.399

Commits

Updates pytest from 8.3.4 to 8.3.5

Release notes

Sourced from pytest's releases.

8.3.5

pytest 8.3.5 (2025-03-02)

Bug fixes

  • #11777: Fixed issue where sequences were still being shortened even with -vv verbosity.
  • #12888: Fixed broken input when using Python 3.13+ and a libedit build of Python, such as on macOS or with uv-managed Python binaries from the python-build-standalone project. This could manifest e.g. by a broken prompt when using Pdb, or seeing empty inputs with manual usage of input() and suspended capturing.
  • #13026: Fixed AttributeError{.interpreted-text role="class"} crash when using --import-mode=importlib when top-level directory same name as another module of the standard library.
  • #13053: Fixed a regression in pytest 8.3.4 where, when using --import-mode=importlib, a directory containing py file with the same name would cause an ImportError
  • #13083: Fixed issue where pytest could crash if one of the collected directories got removed during collection.

Improved documentation

  • #12842: Added dedicated page about using types with pytest.

    See types{.interpreted-text role="ref"} for detailed usage.

Contributor-facing changes

  • #13112: Fixed selftest failures in test_terminal.py with Pygments >= 2.19.0
  • #13256: Support for Towncrier versions released in 2024 has been re-enabled when building Sphinx docs -- by webknjaz{.interpreted-text role="user"}.
Commits

Updates pylint from 3.3.4 to 3.3.6

Commits

Updates ruff from 0.9.9 to 0.11.6

Release notes

Sourced from ruff's releases.

0.11.6

Release Notes

Preview features

  • Avoid adding whitespace to the end of a docstring after an escaped quote (#17216)
  • [airflow] Extract AIR311 from AIR301 rules (AIR301, AIR311) (#17310, #17422)

Bug fixes

  • Raise syntax error when \ is at end of file (#17409)

Contributors

Install ruff 0.11.6

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/ruff/releases/download/0.11.6/ruff-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/astral-sh/ruff/releases/download/0.11.6/ruff-installer.ps1 | iex"

Download ruff 0.11.6

File Platform Checksum

... (truncated)

Changelog

Sourced from ruff's changelog.

0.11.6

Preview features

  • Avoid adding whitespace to the end of a docstring after an escaped quote (#17216)
  • [airflow] Extract AIR311 from AIR301 rules (AIR301, AIR311) (#17310, #17422)

Bug fixes

  • Raise syntax error when \ is at end of file (#17409)

0.11.5

Preview features

  • [airflow] Add missing AIR302 attribute check (#17115)
  • [airflow] Expand module path check to individual symbols (AIR302) (#17278)
  • [airflow] Extract AIR312 from AIR302 rules (AIR302, AIR312) (#17152)
  • [airflow...

    Description has been truncated

…pdates

Bumps the dependencies group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [granian](https://github.com/emmett-framework/granian) | `1.7.6` | `2.2.5` |
| [litestar](https://github.com/litestar-org/litestar) | `2.15.1` | `2.15.2` |
| [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.8.1` | `2.9.0` |
| [ctranslate2](https://github.com/OpenNMT/CTranslate2) | `4.5.0` | `4.6.0` |
| [transformers](https://github.com/huggingface/transformers) | `4.49.0` | `4.51.3` |
| [sentence-transformers](https://github.com/UKPLab/sentence-transformers) | `3.4.1` | `4.1.0` |
| [protobuf](https://github.com/protocolbuffers/protobuf) | `5.29.3` | `6.30.2` |
| [pymupdf](https://github.com/pymupdf/pymupdf) | `1.25.3` | `1.25.5` |
| [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.395` | `1.1.399` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.3.4` | `8.3.5` |
| [pylint](https://github.com/pylint-dev/pylint) | `3.3.4` | `3.3.6` |
| [ruff](https://github.com/astral-sh/ruff) | `0.9.9` | `0.11.6` |



Updates `granian` from 1.7.6 to 2.2.5
- [Release notes](https://github.com/emmett-framework/granian/releases)
- [Commits](emmett-framework/granian@v1.7.6...v2.2.5)

Updates `litestar` from 2.15.1 to 2.15.2
- [Release notes](https://github.com/litestar-org/litestar/releases)
- [Commits](litestar-org/litestar@v2.15.1...v2.15.2)

Updates `pydantic-settings` from 2.8.1 to 2.9.0
- [Release notes](https://github.com/pydantic/pydantic-settings/releases)
- [Commits](pydantic/pydantic-settings@v2.8.1...v2.9.0)

Updates `ctranslate2` from 4.5.0 to 4.6.0
- [Release notes](https://github.com/OpenNMT/CTranslate2/releases)
- [Changelog](https://github.com/OpenNMT/CTranslate2/blob/master/CHANGELOG.md)
- [Commits](OpenNMT/CTranslate2@v4.5.0...v4.6.0)

Updates `transformers` from 4.49.0 to 4.51.3
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.49.0...v4.51.3)

Updates `sentence-transformers` from 3.4.1 to 4.1.0
- [Release notes](https://github.com/UKPLab/sentence-transformers/releases)
- [Commits](huggingface/sentence-transformers@v3.4.1...v4.1.0)

Updates `protobuf` from 5.29.3 to 6.30.2
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v5.29.3...v6.30.2)

Updates `pymupdf` from 1.25.3 to 1.25.5
- [Release notes](https://github.com/pymupdf/pymupdf/releases)
- [Changelog](https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt)
- [Commits](pymupdf/PyMuPDF@1.25.3...1.25.5)

Updates `pyright` from 1.1.395 to 1.1.399
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.395...v1.1.399)

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

Updates `pylint` from 3.3.4 to 3.3.6
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.3.4...v3.3.6)

Updates `ruff` from 0.9.9 to 0.11.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.9.9...0.11.6)

---
updated-dependencies:
- dependency-name: granian
  dependency-version: 2.2.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: litestar
  dependency-version: 2.15.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pydantic-settings
  dependency-version: 2.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: ctranslate2
  dependency-version: 4.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: transformers
  dependency-version: 4.51.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: sentence-transformers
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: protobuf
  dependency-version: 6.30.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: pymupdf
  dependency-version: 1.25.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pyright
  dependency-version: 1.1.399
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pytest
  dependency-version: 8.3.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pylint
  dependency-version: 3.3.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ruff
  dependency-version: 0.11.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 18, 2025
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 24, 2025

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

@dependabot dependabot Bot closed this Apr 24, 2025
@dependabot dependabot Bot deleted the dependabot/pip/dependencies-b089c9e9cc branch April 24, 2025 11:03
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 Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants