From b280f34719a3a070ebb6cd8b83c1eda2add45434 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 19:26:54 +0000 Subject: [PATCH] build: bump pytest from 7.2.0 to 9.0.3 in /tests/integration Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.0 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/7.2.0...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/integration/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/requirements.txt b/tests/integration/requirements.txt index 301be5e1..0bcd219f 100644 --- a/tests/integration/requirements.txt +++ b/tests/integration/requirements.txt @@ -1,5 +1,5 @@ pyroute2==0.7.3 -pytest==7.2.0 +pytest==9.0.3 pytest-helpers-namespace==2021.12.29 pytest-xdist==3.1.0 pytest-forked==1.6.0 -- 2.47.3