From 22f012c711ae41027f1faa5f16418e180f7510a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 20:42:20 +0000 Subject: [PATCH] Bump pytest from 7.4.0 to 9.0.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.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.4.0...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e8f1648..4b17763 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "GitPython==3.1.42", "graphviz==0.20.1", "Penman==1.3.0", - "pytest==7.4.0", + "pytest==9.0.3", "PyYAML==6.0.1", "requests==2.33.0", "smatchpp==1.7.0", diff --git a/requirements.txt b/requirements.txt index 8901c39..0737f78 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -pytest==7.4.0 +pytest==9.0.3 werkzeug==3.1.6 Flask==3.1.3 Flask-Cors==6.0.0