From b7f82b5a40dcffea5269cff0877ab143c0bb816a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 23:48:37 +0000 Subject: [PATCH] Bump pytest Bumps the pip group with 1 update in the /code/pashto_dataset/pdf_processor directory: [pytest](https://github.com/pytest-dev/pytest). Updates `pytest` from 8.3.3 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.3.3...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- code/pashto_dataset/pdf_processor/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/pashto_dataset/pdf_processor/requirements.txt b/code/pashto_dataset/pdf_processor/requirements.txt index 332178f..4bfd408 100644 --- a/code/pashto_dataset/pdf_processor/requirements.txt +++ b/code/pashto_dataset/pdf_processor/requirements.txt @@ -29,7 +29,7 @@ textblob==0.18.0 langdetect==1.0.9 # Development and testing (optional) -pytest==8.3.3 +pytest==9.0.3 pytest-cov==6.0.0 black==26.3.1 flake8==7.1.1