Skip to content

Commit 1d5d763

Browse files
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](huggingface/transformers@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](pytest-dev/pytest@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] <support@github.com>
1 parent 067d3b0 commit 1d5d763

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/pii/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Test-only deps. Unit tests need requirements.txt + this file (no models);
22
# integration tests additionally need the models baked into the docker images
33
# (see tests/test_integration.py).
4-
pytest==8.4.1
4+
pytest==9.0.3
55
httpx==0.28.1

apps/pii/requirements-gliner.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
# torch is pinned in the Dockerfile instead: the CPU and CUDA targets install
77
# the same version from different wheel indexes.
88
gliner==0.2.27
9-
transformers==4.56.2
9+
transformers==5.3.0
1010
huggingface_hub==0.35.3

0 commit comments

Comments
 (0)