From 4cfbcd8b0364e497a10666bb6a7f2d3316a13a17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 01:25:17 +0000 Subject: [PATCH] chore(deps): update pytest requirement 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/7.0.0...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sast-engine/tools/typeshed-converter/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sast-engine/tools/typeshed-converter/requirements.txt b/sast-engine/tools/typeshed-converter/requirements.txt index 6b8e394d..c6bd0260 100644 --- a/sast-engine/tools/typeshed-converter/requirements.txt +++ b/sast-engine/tools/typeshed-converter/requirements.txt @@ -1,4 +1,4 @@ pyyaml>=6.0 -pytest>=7.0 +pytest>=9.0.3 pytest-cov>=4.0 ruff>=0.4.0