From f71af3caf3adc468b49f4080b2c5781e20cc59d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 16:51:08 +0000 Subject: [PATCH] Bump pytest from 3.4.2 to 9.0.3 in /ADvis Bumps [pytest](https://github.com/pytest-dev/pytest) from 3.4.2 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/3.4.2...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ADvis/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ADvis/requirements.txt b/ADvis/requirements.txt index c9befec..c23e358 100644 --- a/ADvis/requirements.txt +++ b/ADvis/requirements.txt @@ -2,7 +2,7 @@ numpy==1.16.3 pandas==0.23.4 networkx==2.2 pytest-timeout==1.2.1 -pytest==3.4.2 +pytest==9.0.3 pytest-cov==2.5.1 pytest-dependency==0.2 matplotlib==3.0.2