From e27ba83211214fcfb9a5bec5ad67154e03cc7cc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:27:00 +0000 Subject: [PATCH] Bump pytest from 5.3.5 to 9.0.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.3.5 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/5.3.5...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7075da2..c1c89bb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -pytest==5.3.5 +pytest==9.0.3 biopython==1.72 pysam==0.15.4 marshmallow==2.18.1 diff --git a/setup.py b/setup.py index 9dc2b7a..bc68c01 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ "vgraph @ git+https://github.com/selfdecode/vgraph.git@v1.4.0#egg=vgraph", ] setup_requires = ["setuptools_scm==1.15.0", "setuptools_scm_git_archive==1.0"] -tests_require = ["pytest==5.3.5"] +tests_require = ["pytest==9.0.3"] classifiers = """ Development Status :: 2 - Alpha