From 7150e922f1c99d78d1b10437949ded266b98b0f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 18:04:40 +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.1.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.0 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 a884d12e0..1edeb3f9d 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.1.0 parameterized==0.9.0 pyelftools~=0.32 # Used to verify the generated Go binary architecture in integration tests (utils.py)