From ca93661d03336a0983a61034c2795852627e0f13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 03:01:57 +0000 Subject: [PATCH] Update pytest requirement from <9 to <10 Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [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/1.0.0b3...9.0.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cc5336d7..f3a36a8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ Changelog = "https://github.com/common-workflow-language/cwl-utils/releases" [project.optional-dependencies] pretty = ["cwlformat"] testing = [ - "pytest<9", + "pytest<10", "pytest-mock", ] diff --git a/test-requirements.txt b/test-requirements.txt index 6ca7d9ad..8a3abf8d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1,4 @@ -pytest < 9 +pytest < 10 pytest-cov pytest-xdist[psutil] cwlformat