From 4f8d8014229fe600a601ea57e6f377eb302cdbdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 01:09:09 +0000 Subject: [PATCH] chore(deps-dev): update pytest requirement in /requirements 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/6.1.1...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index bf4e83752..739f453cb 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -3,7 +3,7 @@ flake8==3.8.4 pytest-cov==6.3.0 # Test requirements -pytest>=6.1.1 +pytest>=9.0.3 parameterized==0.9.0 pyelftools~=0.32 # Used to verify the generated Go binary architecture in integration tests (utils.py)