Skip to content

Bump the pip group across 26 directories with 4 updates#485

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/dot-aitk/requirements/pip-d91a3e2d7f
Open

Bump the pip group across 26 directories with 4 updates#485
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/dot-aitk/requirements/pip-d91a3e2d7f

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 9, 2026

Copy link
Copy Markdown
Contributor

Bumps the pip group with 4 updates in the /.aitk/requirements directory: diffusers, onnx, torch and transformers.
Bumps the pip group with 1 update in the /HuggingFaceTB-SmolLM3-3B/baseline directory: transformers.
Bumps the pip group with 1 update in the /HuggingFaceTB-SmolLM3-3B/cpu directory: transformers.
Bumps the pip group with 1 update in the /HuggingFaceTB-SmolLM3-3B/cuda directory: transformers.
Bumps the pip group with 1 update in the /HuggingFaceTB-SmolLM3-3B/webgpu directory: transformers.
Bumps the pip group with 1 update in the /OpenGVLab-VideoChat-Flash-Qwen2_5-7B_InternVideo2-1B/builtin directory: transformers.
Bumps the pip group with 1 update in the /Qwen-Qwen2.5-0.5B-Instruct/QNN directory: transformers.
Bumps the pip group with 1 update in the /Qwen-Qwen2.5-Coder-0.5B-Instruct/QNN directory: transformers.
Bumps the pip group with 1 update in the /Qwen-Qwen2.5-Coder-1.5B-Instruct/QNN directory: transformers.
Bumps the pip group with 1 update in the /Qwen-Qwen2.5-Coder-7B-Instruct/QNN directory: transformers.
Bumps the pip group with 1 update in the /Qwen-Qwen3-Embedding-8B/cpu directory: transformers.
Bumps the pip group with 1 update in the /Qwen-Qwen3-Embedding-8B/cuda directory: transformers.
Bumps the pip group with 1 update in the /Qwen-Qwen3-Embedding-8B/webgpu directory: transformers.
Bumps the pip group with 1 update in the /allenai-Olmo-3-7B-Instruct/baseline directory: transformers.
Bumps the pip group with 1 update in the /allenai-Olmo-3-7B-Instruct/cpu directory: transformers.
Bumps the pip group with 1 update in the /allenai-Olmo-3-7B-Instruct/cuda directory: transformers.
Bumps the pip group with 1 update in the /allenai-Olmo-3-7B-Instruct/webgpu directory: transformers.
Bumps the pip group with 1 update in the /meta-llama-Llama-3.1-8B-Instruct/QAIRT directory: transformers.
Bumps the pip group with 2 updates in the /mistralai-Mistral-7B-Instruct-v0.1/VitisAI directory: onnx and transformers.
Bumps the pip group with 2 updates in the /mistralai-Mistral-7B-v0.3/VitisAI directory: onnx and transformers.
Bumps the pip group with 1 update in the /nvidia-Mistral-NeMo-12B-Instruct/baseline directory: transformers.
Bumps the pip group with 1 update in the /nvidia-Mistral-NeMo-12B-Instruct/cpu directory: transformers.
Bumps the pip group with 1 update in the /nvidia-Mistral-NeMo-12B-Instruct/cuda directory: transformers.
Bumps the pip group with 1 update in the /nvidia-Mistral-NeMo-12B-Instruct/webgpu directory: transformers.
Bumps the pip group with 2 updates in the /openai-whisper-large-v3-turbo/cuda directory: torch and transformers.
Bumps the pip group with 4 updates in the /sd-legacy-stable-diffusion-v1-5/VitisAI directory: diffusers, onnx, torch and transformers.

Updates diffusers from 0.35.0 to 0.38.0

Release notes

Sourced from diffusers's releases.

Diffusers 0.38.0: New image and audio pipelines, Core library improvements, and more

New Pipelines

LLaDA2

LLaDA2 is a family of discrete diffusion language models that generate text through block-wise iterative refinement. Instead of autoregressive token-by-token generation, LLaDA2 starts with a fully masked sequence and progressively unmasks tokens by confidence over multiple refinement steps.

Nucleus-MoE

NucleusMoE-Image is a 2B active 17B parameter model trained with efficiency at its core. Our novel architecture highlights the scalability of a sparse MoE architecture for Image generation.

Thanks to @​sippycoder for the contribution.

Ernie-Image

ERNIE-Image is a powerful and highly efficient image generation model with 8B parameters.

Thanks to @​HsiaWinter for the contribution.

LongCat-AudioDiT

LongCat-AudioDiT is a text-to-audio diffusion model from Meituan LongCat.

Thanks to @​RuixiangMa for the contribution.

Ace-Step 1.5

ACE-Step 1.5 generates variable-length stereo audio at 48 kHz (10 seconds to 10 minutes) from text prompts and optional lyrics. The full system pairs a Language Model planner with a Diffusion Transformer (DiT) synthesizer; this pipeline wraps the DiT half of that stack, and consists of three components: an AutoencoderOobleck VAE that compresses waveforms into 25 Hz stereo latents, a Qwen3-based text encoder for prompt and lyric conditioning, and an AceStepTransformer1DModel DiT that operates in the VAE latent space using flow matching.

Thanks to @ChuxiJ for the contribution.

Flux.2 Small Decoder

Make your Flux.2 decoding faster with this new small decoder model from the Black Forest Labs. You can check it out here. It was contributed by @​huemin-art in this PR.

... (truncated)

Commits
  • 275869d Release: v0.38.0-release
  • 42a46e4 Fix missing latents_bn_std dtype cast in VAE normalization (#13299)
  • 1a8a17b Add ACE-Step pipeline for text-to-music generation (#13095)
  • 303c1d8 [Ernie-Image] Add lora support (#13575)
  • 716f246 Fix UniPC scheduler device mismatch when using offloading (#13489)
  • a5bc046 NucleusMoE docs (#13661)
  • 4744648 [ci] use tokenizers stable installtion in CI. (#13562)
  • 50cb2db feat: support ring attention with arbitrary KV sequence lengths (#13545)
  • 0fff459 Fix ErnieImagePipeline pre-computed prompt_embeds + num_images_per_prompt sha...
  • 2173c55 [docs] fix typo in AutoencoderOobleck docs (#13642) (#13645)
  • Additional commits viewable in compare view

Updates onnx from 1.17.0 to 1.21.0

Release notes

Sourced from onnx's releases.

v1.21.0

ONNX v1.21.0 is now available with exciting new features! We would like to thank everyone who contributed to this release! Please visit onnx.ai to learn more about ONNX and associated projects.

What's Changed

Breaking Changes and Deprecations

Spec and Operator

Reference Implementation

Utilities and Tools

Build, CI and Tests

... (truncated)

Commits

Updates torch from 2.6.0 to 2.7.1+cu128

Updates transformers from 4.51.3 to 5.0.0rc3

Release notes

Sourced from transformers's releases.

Release candidate v5.0.0rc3

New models:

What's Changed

We are getting closer and closer to the official release! This RC is focused on removing more of the deprecated stuff, fixing some minors issues, doc updates.

... (truncated)

Commits

Updates transformers from 4.57.1 to 5.0.0rc3

Release notes

Sourced from transformers's releases.

Release candidate v5.0.0rc3

New models:

What's Changed

We are getting closer and closer to the official release! This RC is focused on removing more of the deprecated stuff, fixing some minors issues, doc updates.

... (truncated)

Commits

Updates transformers from 4.57.1 to 5.0.0rc3

Release notes

Sourced from transformers's releases.

Release candidate v5.0.0rc3

New models:

What's Changed

We are getting closer and closer to the official release! This RC is focused on removing more of the deprecated stuff, fixing some minors issues, doc updates.

... (truncated)

Commits

Updates transformers from 4.57.1 to 5.0.0rc3

Release notes

Sourced from transformers's releases.

Release candidate v5.0.0rc3

New models:

What's Changed

We are getting closer and closer to the official release! This RC is focused on removing more of the deprecated stuff, fixing some minors issues, doc updates.

Bumps the pip group with 4 updates in the /.aitk/requirements directory: [diffusers](https://github.com/huggingface/diffusers), [onnx](https://github.com/onnx/onnx), torch and [transformers](https://github.com/huggingface/transformers).
Bumps the pip group with 1 update in the /HuggingFaceTB-SmolLM3-3B/baseline directory: [transformers](https://github.com/huggingface/transformers).
Bumps the pip group with 1 update in the /HuggingFaceTB-SmolLM3-3B/cpu directory: [transformers](https://github.com/huggingface/transformers).
Bumps the pip group with 1 update in the /HuggingFaceTB-SmolLM3-3B/cuda directory: [transformers](https://github.com/huggingface/transformers).
Bumps the pip group with 1 update in the /HuggingFaceTB-SmolLM3-3B/webgpu directory: [transformers](https://github.com/huggingface/transformers).
Bumps the pip group with 1 update in the /OpenGVLab-VideoChat-Flash-Qwen2_5-7B_InternVideo2-1B/builtin directory: [transformers](https://github.com/huggingface/transformers).
Bumps the pip group with 1 update in the /Qwen-Qwen2.5-0.5B-Instruct/QNN directory: [transformers](https://github.com/huggingface/transformers).
Bumps the pip group with 1 update in the /Qwen-Qwen2.5-Coder-0.5B-Instruct/QNN directory: [transformers](https://github.com/huggingface/transformers).
Bumps the pip group with 1 update in the /Qwen-Qwen2.5-Coder-1.5B-Instruct/QNN directory: [transformers](https://github.com/huggingface/transformers).
Bumps the pip group with 1 update in the /Qwen-Qwen2.5-Coder-7B-Instruct/QNN directory: [transformers](https://github.com/huggingface/transformers).
Bumps the pip group with 1 update in the /Qwen-Qwen3-Embedding-8B/cpu directory: [transformers](https://github.com/huggingface/transformers).
Bumps the pip group with 1 update in the /Qwen-Qwen3-Embedding-8B/cuda directory: [transformers](https://github.com/huggingface/transformers).
Bumps the pip group with 1 update in the /Qwen-Qwen3-Embedding-8B/webgpu directory: [transformers](https://github.com/huggingface/transformers).
Bumps the pip group with 1 update in the /allenai-Olmo-3-7B-Instruct/baseline directory: [transformers](https://github.com/huggingface/transformers).
Bumps the pip group with 1 update in the /allenai-Olmo-3-7B-Instruct/cpu directory: [transformers](https://github.com/huggingface/transformers).
Bumps the pip group with 1 update in the /allenai-Olmo-3-7B-Instruct/cuda directory: [transformers](https://github.com/huggingface/transformers).
Bumps the pip group with 1 update in the /allenai-Olmo-3-7B-Instruct/webgpu directory: [transformers](https://github.com/huggingface/transformers).
Bumps the pip group with 1 update in the /meta-llama-Llama-3.1-8B-Instruct/QAIRT directory: [transformers](https://github.com/huggingface/transformers).
Bumps the pip group with 2 updates in the /mistralai-Mistral-7B-Instruct-v0.1/VitisAI directory: [onnx](https://github.com/onnx/onnx) and [transformers](https://github.com/huggingface/transformers).
Bumps the pip group with 2 updates in the /mistralai-Mistral-7B-v0.3/VitisAI directory: [onnx](https://github.com/onnx/onnx) and [transformers](https://github.com/huggingface/transformers).
Bumps the pip group with 1 update in the /nvidia-Mistral-NeMo-12B-Instruct/baseline directory: [transformers](https://github.com/huggingface/transformers).
Bumps the pip group with 1 update in the /nvidia-Mistral-NeMo-12B-Instruct/cpu directory: [transformers](https://github.com/huggingface/transformers).
Bumps the pip group with 1 update in the /nvidia-Mistral-NeMo-12B-Instruct/cuda directory: [transformers](https://github.com/huggingface/transformers).
Bumps the pip group with 1 update in the /nvidia-Mistral-NeMo-12B-Instruct/webgpu directory: [transformers](https://github.com/huggingface/transformers).
Bumps the pip group with 2 updates in the /openai-whisper-large-v3-turbo/cuda directory: torch and [transformers](https://github.com/huggingface/transformers).
Bumps the pip group with 4 updates in the /sd-legacy-stable-diffusion-v1-5/VitisAI directory: [diffusers](https://github.com/huggingface/diffusers), [onnx](https://github.com/onnx/onnx), torch and [transformers](https://github.com/huggingface/transformers).


Updates `diffusers` from 0.35.0 to 0.38.0
- [Release notes](https://github.com/huggingface/diffusers/releases)
- [Commits](huggingface/diffusers@v0.35.0...v0.38.0)

Updates `onnx` from 1.17.0 to 1.21.0
- [Release notes](https://github.com/onnx/onnx/releases)
- [Changelog](https://github.com/onnx/onnx/blob/main/docs/Changelog-ml.md)
- [Commits](onnx/onnx@v1.17.0...v1.21.0)

Updates `torch` from 2.6.0 to 2.7.1+cu128

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

Updates `transformers` from 4.57.1 to 5.0.0rc3
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.51.3...v5.0.0rc3)

Updates `transformers` from 4.57.1 to 5.0.0rc3
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.51.3...v5.0.0rc3)

Updates `transformers` from 4.57.1 to 5.0.0rc3
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.51.3...v5.0.0rc3)

Updates `transformers` from 4.57.1 to 5.0.0rc3
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.51.3...v5.0.0rc3)

Updates `transformers` from 4.57.0 to 5.0.0rc3
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.51.3...v5.0.0rc3)

Updates `transformers` from 4.57.3 to 5.0.0rc3
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.51.3...v5.0.0rc3)

Updates `transformers` from 4.57.3 to 5.0.0rc3
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.51.3...v5.0.0rc3)

Updates `transformers` from 4.57.3 to 5.0.0rc3
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.51.3...v5.0.0rc3)

Updates `transformers` from 4.57.3 to 5.0.0rc3
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.51.3...v5.0.0rc3)

Updates `transformers` from 4.52.4 to 5.0.0rc3
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.51.3...v5.0.0rc3)

Updates `transformers` from 4.52.4 to 5.0.0rc3
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.51.3...v5.0.0rc3)

Updates `transformers` from 4.52.4 to 5.0.0rc3
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.51.3...v5.0.0rc3)

Updates `transformers` from 4.57.1 to 5.0.0rc3
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.51.3...v5.0.0rc3)

Updates `transformers` from 4.57.1 to 5.0.0rc3
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.51.3...v5.0.0rc3)

Updates `transformers` from 4.57.1 to 5.0.0rc3
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.51.3...v5.0.0rc3)

Updates `transformers` from 4.57.1 to 5.0.0rc3
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.51.3...v5.0.0rc3)

Updates `transformers` from 4.50.1 to 5.0.0rc3
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.51.3...v5.0.0rc3)

Updates `onnx` from 1.18.0 to 1.21.0
- [Release notes](https://github.com/onnx/onnx/releases)
- [Changelog](https://github.com/onnx/onnx/blob/main/docs/Changelog-ml.md)
- [Commits](onnx/onnx@v1.17.0...v1.21.0)

Updates `transformers` from 4.57.6 to 5.0.0rc3
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.51.3...v5.0.0rc3)

Updates `onnx` from 1.18.0 to 1.21.0
- [Release notes](https://github.com/onnx/onnx/releases)
- [Changelog](https://github.com/onnx/onnx/blob/main/docs/Changelog-ml.md)
- [Commits](onnx/onnx@v1.17.0...v1.21.0)

Updates `transformers` from 4.57.6 to 5.0.0rc3
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.51.3...v5.0.0rc3)

Updates `transformers` from 4.57.1 to 5.0.0rc3
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.51.3...v5.0.0rc3)

Updates `transformers` from 4.57.1 to 5.0.0rc3
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.51.3...v5.0.0rc3)

Updates `transformers` from 4.57.1 to 5.0.0rc3
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.51.3...v5.0.0rc3)

Updates `transformers` from 4.57.1 to 5.0.0rc3
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.51.3...v5.0.0rc3)

Updates `torch` from 2.7.0 to 2.8.0

Updates `transformers` from 4.52.3 to 5.0.0rc3
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.51.3...v5.0.0rc3)

Updates `diffusers` from 0.35.0 to 0.38.0
- [Release notes](https://github.com/huggingface/diffusers/releases)
- [Commits](huggingface/diffusers@v0.35.0...v0.38.0)

Updates `onnx` from 1.20.1 to 1.21.0
- [Release notes](https://github.com/onnx/onnx/releases)
- [Changelog](https://github.com/onnx/onnx/blob/main/docs/Changelog-ml.md)
- [Commits](onnx/onnx@v1.17.0...v1.21.0)

Updates `torch` from 2.6.0 to 2.8.0

Updates `transformers` from 4.56.2 to 5.0.0rc3
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.51.3...v5.0.0rc3)

---
updated-dependencies:
- dependency-name: diffusers
  dependency-version: 0.38.0
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: onnx
  dependency-version: 1.21.0
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: torch
  dependency-version: 2.7.1+cu128
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: transformers
  dependency-version: 5.0.0rc3
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: transformers
  dependency-version: 5.0.0rc3
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: transformers
  dependency-version: 5.0.0rc3
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: transformers
  dependency-version: 5.0.0rc3
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: transformers
  dependency-version: 5.0.0rc3
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: transformers
  dependency-version: 5.0.0rc3
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: transformers
  dependency-version: 5.0.0rc3
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: transformers
  dependency-version: 5.0.0rc3
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: transformers
  dependency-version: 5.0.0rc3
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: transformers
  dependency-version: 5.0.0rc3
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: transformers
  dependency-version: 5.0.0rc3
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: transformers
  dependency-version: 5.0.0rc3
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: transformers
  dependency-version: 5.0.0rc3
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: transformers
  dependency-version: 5.0.0rc3
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: transformers
  dependency-version: 5.0.0rc3
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: transformers
  dependency-version: 5.0.0rc3
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: transformers
  dependency-version: 5.0.0rc3
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: transformers
  dependency-version: 5.0.0rc3
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: onnx
  dependency-version: 1.21.0
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: transformers
  dependency-version: 5.0.0rc3
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: onnx
  dependency-version: 1.21.0
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: transformers
  dependency-version: 5.0.0rc3
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: transformers
  dependency-version: 5.0.0rc3
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: transformers
  dependency-version: 5.0.0rc3
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: transformers
  dependency-version: 5.0.0rc3
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: transformers
  dependency-version: 5.0.0rc3
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: torch
  dependency-version: 2.8.0
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: transformers
  dependency-version: 5.0.0rc3
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: diffusers
  dependency-version: 0.38.0
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: onnx
  dependency-version: 1.21.0
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: torch
  dependency-version: 2.8.0
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: transformers
  dependency-version: 5.0.0rc3
  dependency-type: direct:production
  dependency-group: pip
...

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 Jun 9, 2026
Copilot AI review requested due to automatic review settings June 9, 2026 02:19
@dependabot dependabot Bot requested review from a team as code owners June 9, 2026 02:19
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jun 9, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@dependabot @github

dependabot Bot commented on behalf of github Jun 11, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

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.

1 participant