From bec1b1784d8115f9b96a77fca9953f4d7942bba8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 20:38:37 +0000 Subject: [PATCH] chore(deps-dev): bump pytest Bumps the pip group with 1 update in the /apps/pii directory: [pytest](https://github.com/pytest-dev/pytest). 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: pytest dependency-version: 9.0.3 dependency-type: direct:development dependency-group: pip ... Signed-off-by: dependabot[bot] --- apps/pii/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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