From ba3fe731461cdcd4a386d282e9e7007c3967322d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 00:28:33 +0000 Subject: [PATCH] Bump pytest in /misc/codegen in the pip group across 1 directory Bumps the pip group with 1 update in the /misc/codegen directory: [pytest](https://github.com/pytest-dev/pytest). Updates `pytest` from 8.3.5 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.5...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] --- misc/codegen/requirements_lock.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/codegen/requirements_lock.txt b/misc/codegen/requirements_lock.txt index d29fbd560769..7a2021a364a9 100644 --- a/misc/codegen/requirements_lock.txt +++ b/misc/codegen/requirements_lock.txt @@ -14,7 +14,7 @@ pluggy==1.5.0 # via pytest pystache==0.6.8 # via -r misc/codegen/requirements_in.txt -pytest==8.3.5 +pytest==9.0.3 # via -r misc/codegen/requirements_in.txt pyyaml==6.0.2 # via -r misc/codegen/requirements_in.txt