From 85d9e870778e7ecf20ccfea6a43192cfbc4066a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 16:59:35 +0000 Subject: [PATCH] Bump pytest from 4.3.0 to 9.0.3 in /src Bumps [pytest](https://github.com/pytest-dev/pytest) from 4.3.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/4.3.0...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 8a35518..0f4addb 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,7 +1,7 @@ matplotlib==3.0.3 numpy==1.16.3 pylint==2.5.0 -pytest==4.3.0 +pytest==9.0.3 networkx==2.2 tabulate==0.8.3 pandas==0.24.2