From 1d5d76349ebc503ae581d951412469c2ce94d06d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 20:38:53 +0000 Subject: [PATCH] chore(deps): bump the pip group across 1 directory with 2 updates Bumps the pip group with 2 updates in the /apps/pii directory: [transformers](https://github.com/huggingface/transformers) and [pytest](https://github.com/pytest-dev/pytest). Updates `transformers` from 4.56.2 to 5.3.0 - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.56.2...v5.3.0) Updates `pytest` from 8.4.1 to 9.0.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.4.1...9.0.3) --- updated-dependencies: - dependency-name: transformers dependency-version: 5.3.0 dependency-type: direct:production dependency-group: pip - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development dependency-group: pip ... Signed-off-by: dependabot[bot] --- apps/pii/requirements-dev.txt | 2 +- apps/pii/requirements-gliner.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/pii/requirements-dev.txt b/apps/pii/requirements-dev.txt index 4c330d999ae..68a538f5f1d 100644 --- a/apps/pii/requirements-dev.txt +++ b/apps/pii/requirements-dev.txt @@ -1,5 +1,5 @@ # Test-only deps. Unit tests need requirements.txt + this file (no models); # integration tests additionally need the models baked into the docker images # (see tests/test_integration.py). -pytest==8.4.1 +pytest==9.0.3 httpx==0.28.1 diff --git a/apps/pii/requirements-gliner.txt b/apps/pii/requirements-gliner.txt index d620c5f1825..0e445206213 100644 --- a/apps/pii/requirements-gliner.txt +++ b/apps/pii/requirements-gliner.txt @@ -6,5 +6,5 @@ # torch is pinned in the Dockerfile instead: the CPU and CUDA targets install # the same version from different wheel indexes. gliner==0.2.27 -transformers==4.56.2 +transformers==5.3.0 huggingface_hub==0.35.3