From bc1bd0a65200bc00ff64ebb355305f2ddcd37643 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 09:39:24 +0000 Subject: [PATCH] build(deps): bump transformers in /skills/remove-ai-marks/scripts Bumps [transformers](https://github.com/huggingface/transformers) from 4.37.2 to 5.15.1. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.37.2...v5.15.1) --- updated-dependencies: - dependency-name: transformers dependency-version: 5.15.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- skills/remove-ai-marks/scripts/requirements-ctrlregen.txt | 2 +- skills/remove-ai-marks/scripts/requirements-markllm.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/skills/remove-ai-marks/scripts/requirements-ctrlregen.txt b/skills/remove-ai-marks/scripts/requirements-ctrlregen.txt index b7166b5..883634e 100644 --- a/skills/remove-ai-marks/scripts/requirements-ctrlregen.txt +++ b/skills/remove-ai-marks/scripts/requirements-ctrlregen.txt @@ -19,7 +19,7 @@ # merge these pins into the core requirements or the Docker images, and # run a scoped pip-audit against this file if you need a report. diffusers==0.27.2 -transformers==4.37.2 +transformers==5.15.1 accelerate==1.14.0 controlnet-aux==0.0.10 color-matcher==0.6.0 diff --git a/skills/remove-ai-marks/scripts/requirements-markllm.txt b/skills/remove-ai-marks/scripts/requirements-markllm.txt index db66029..967589e 100644 --- a/skills/remove-ai-marks/scripts/requirements-markllm.txt +++ b/skills/remove-ai-marks/scripts/requirements-markllm.txt @@ -16,7 +16,7 @@ # GPU when nvidia-smi is present), then this file's remaining pins resolve # against the already-installed torch. torch==2.13.0.* -transformers==5.15.0 +transformers==5.15.1 # transformers 5.15.0 caps tokenizers at <=0.23.0; there is no 0.23.0 # release (0.22.2 -> 0.23.1), so the highest compatible pin is 0.22.2. tokenizers==0.22.2