Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 14, 2025

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

Package From To
granian 1.7.6 2.2.6
litestar 2.15.1 2.16.0
pydantic-settings 2.8.1 2.9.1
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
redis 5.2.1 6.1.0
hiredis 3.1.0 3.1.1
torch 2.6.0 2.7.0
pyright 1.1.395 1.1.400
pytest 8.3.4 8.3.5
pylint 3.3.4 3.3.7
ruff 0.9.9 0.11.9

Updates granian from 1.7.6 to 2.2.6

Release notes

Sourced from granian's releases.

Granian 2.2.6

Patch release

Changes since 2.2.5:

  • Avoid to raise RuntimeError on RSGI headers methods when decoding fails
  • Bump dependencies

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

... (truncated)

Commits

Updates litestar from 2.15.1 to 2.16.0

Release notes

Sourced from litestar's releases.

v2.16.0

Sponsors 🌟

Thanks to these incredible business sponsors:

Thanks to these incredible personal sponsors:

What's changed

Bugfixes 🐛

New features 🚀

Other changes

New contributors 🎉

... (truncated)

Commits
  • 3f8be84 v2.16.0
  • 94e1a48 feat: add scalar configuration (#4162)
  • 7f8d1d4 fix(cli): pre parse launch arguments when cli command executed (#4161)
  • 91a303a feat(DTO): Add custom attribute accessor callable (#4160)
  • f3cbf4c feat(DTO): Populate linecache for generated transfer functions (#4159)
  • af1af6b fix(openapi): support prefixItems for tuple schema (#4132)
  • 6129482 feat: add self to validate_handler_fn error message (#4157)
  • dfeb588 fix(testing): subprocess client raises exc when fails to start (#4153)
  • f6a1dbc fix: misleading error message upon ImportError with --app argument to CLI (#4...
  • d2fd22f docs: fixed variable name in ASGIMiddleware code example (#4151)
  • Additional commits viewable in compare view

Updates pydantic-settings from 2.8.1 to 2.9.1

Release notes

Sourced from pydantic-settings's releases.

v2.9.1

What's Changed

New Contributors

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

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.6 ()

  • Fixed issues:

    • Fixed 4404 <https://github.com/pymupdf/PyMuPDF/issues/4404>_:
    • Fixed 4439 <https://github.com/pymupdf/PyMuPDF/issues/4439>_:
    • Fixed 4412 <https://github.com/pymupdf/PyMuPDF/issues/4412>_:
    • Fixed 4324 <https://github.com/pymupdf/PyMuPDF/issues/4324>_:
    • Fixed 4447 <https://github.com/pymupdf/PyMuPDF/issues/4447>_:
  • Other:

    • Support image stamp annotations.
    • Support recoloring pages.
    • Added example of using Django's file storage API to open files with pymupdf.
    • Clarified FreeText annotation color options. We now raise an exception if an attempt is made to set attributes that can not be supported.
    • Fixed potential segv in Pixmap.is_unicolor().
    • Added runtime assert that that PyMuPDF and MuPDF were built with compatible NDEBUG settings (related to 4390 <https://github.com/pymupdf/PyMuPDF/issues/4390>_).
    • Simplified handling of filename/filetype when opening documents.

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:

... (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 redis from 5.2.1 to 6.1.0

Release notes

Sourced from redis's releases.

6.1.0

Changes

🚀 New Features

  • Support for transactions in RedisCluster client (#3611)
  • Add equality and hashability to Retry and backoff classes (#3628)

🐛 Bug Fixes

  • Fix RedisCluster ssl_check_hostname not set to connections. For SSL verification with ssl_cert_reqs="none", check_hostname is set to False (#3637)
  • Prevent RuntimeError while reinitializing clusters - sync and async (#3633)
  • Add equality and hashability to Retry and backoff classes (#3628) - fixes integration with Django RQ
  • Fix AttributeError on ClusterPipeline (#3634)

🧰 Maintenance

  • Updating the readme and lib version to contain the changes from the latest stable release (#3644)
  • Export REDIS_MAJOR_VERSION correctly in run-tests (#3642)
  • Fix matrix in hiredis-py-integration.yaml (#3641)
  • Test against unstable hiredis-py (#3617)
  • Adding return types for the RedisModuleCommands class (#3632)
  • Updating Redis 8 test image for GH pipeline (#3639)
  • Allow newer PyJWT versions (#3636)
  • Change type hints with possible None args or return types to be annotated with Optional - includes commands in core.py and json commands (#3610)

🙏 Special Thanks

A big thank you to our collaborators at Scopely for their valuable contributions to this release! Your support and improvements help move the project forward — we appreciate it!

Contributors

We'd like to thank all the contributors who worked on this release! @​robertosantamaria-scopely @​sentrivana @​terencehonles @​kesha1225 @​aberres @​uglide @​omerfeyzioglu @​petyaslavova @​vladvildanov @​andy-stark-redis

6.0.0

Changes

🚀 New Features

  • New hash commands with expiration options support are added - HGETDEL, HGETEX, HSETEX (#3570)
  • Adds option not to raise an exception when leaving context manager after lock expiration (#3531)
  • Add force_master_ip support to async Sentinel client (#3524)

🧪 Experimental Features

  • Adding VectorSet commands support. (#3584)

🔥 Breaking changes

  • Changing the default value for ssl_check_hostname to True, to ensure security validations are not skipped by default (#3626) Important: When connecting to a Redis master via Sentinel, you may need to set ssl_check_hostname=False if the Sentinel service is not configured to return hostnames. Refer to [issue #3629](https://github.com/redis/redis-py/releases/edit/v6.0.0#3629) for more details.
  • Updated default value of 'require_full_coverage' argument to true for sync Cluster client to match sync/async cluster APIs (#3434)
  • Adding default retry configuration changes for cluster clients (#3622) Important: When instantiating a cluster client retry object becomes mandatory.
    • If retry object is not provided a default one is created with ExponentialWithJitterBackoff strategy and number of retries synced with 'cluster_error_retry_attempts'
    • In case a retry object is provided, its number of retries will be used for cluster operations number of retries and 'cluster_error_retry_attempts' will be ignored

... (truncated)

Commits
  • 3331a42 Adding comment for the lib version in init.py (to force ci pipeline execu...
  • def589d Fix Readme formatting for Installation section
  • 0d28291 Updating the readme and lib version to contain the changes from the latest st...
  • e9f22dd Fix RedisCluster ssl_check_hostname not set to connections. For SSL verifica...
  • 91be4a0 Multi exec on cluster (#3611)
  • 02b2ab6 Export REDIS_MAJOR_VERSION correctly in run-tests (#3642)
  • 92e2ff7 Fix matrix in hiredis-py-integration.yaml (#3641)
  • 7130e1a Test against unstable hiredis-py (#3617)
  • 4fd1100 Adding return types for the RedisModuleCommands class (#3632)
  • e13c42b Prevent RuntimeError while reinitializing clusters - sync and async (#3633)
  • Additional commits viewable in compare view

Updates hiredis from 3.1.0 to 3.1.1

Release notes

Sourced from hiredis's releases.

3.1.1

Summary

This is a maintenance release that addresses issues in RESP3 parsing.

Changes

  • Fix memory leaks and segfaults in RESP3 map parsing (#204, #205, #206)
Commits

…pdates

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

| Package | From | To |
| --- | --- | --- |
| [granian](https://github.com/emmett-framework/granian) | `1.7.6` | `2.2.6` |
| [litestar](https://github.com/litestar-org/litestar) | `2.15.1` | `2.16.0` |
| [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.8.1` | `2.9.1` |
| [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` |
| [redis](https://github.com/redis/redis-py) | `5.2.1` | `6.1.0` |
| [hiredis](https://github.com/redis/hiredis-py) | `3.1.0` | `3.1.1` |
| [torch](https://github.com/pytorch/pytorch) | `2.6.0` | `2.7.0` |
| [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.395` | `1.1.400` |
| [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.7` |
| [ruff](https://github.com/astral-sh/ruff) | `0.9.9` | `0.11.9` |



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

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

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

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 `redis` from 5.2.1 to 6.1.0
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](redis/redis-py@v5.2.1...v6.1.0)

Updates `hiredis` from 3.1.0 to 3.1.1
- [Release notes](https://github.com/redis/hiredis-py/releases)
- [Changelog](https://github.com/redis/hiredis-py/blob/master/CHANGELOG.md)
- [Commits](redis/hiredis-py@v3.1.0...v3.1.1)

Updates `torch` from 2.6.0 to 2.7.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.6.0...v2.7.0)

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

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.7
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.3.4...v3.3.7)

Updates `ruff` from 0.9.9 to 0.11.9
- [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.9)

---
updated-dependencies:
- dependency-name: granian
  dependency-version: 2.2.6
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: litestar
  dependency-version: 2.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pydantic-settings
  dependency-version: 2.9.1
  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: redis
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: hiredis
  dependency-version: 3.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: torch
  dependency-version: 2.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pyright
  dependency-version: 1.1.400
  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.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ruff
  dependency-version: 0.11.9
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 14, 2025
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