From 5824dab63d850c8765cf62332d0735bf7ea4065a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 06:32:47 +0000 Subject: [PATCH] dependabot: bump pytest from 8.3.4 to 9.1.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.4 to 9.1.1. - [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/8.3.4...9.1.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:production update-type: version-update:semver-major ... 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 d712195..413c231 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ [project.optional-dependencies] dev = [ - "pytest==8.3.5", + "pytest==9.1.1", "flake8==7.3.0", "black==26.3.1", "isort==5.13.2", diff --git a/requirements.txt b/requirements.txt index 9ecc75c..08df805 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ rich==15.0.0 tiktoken==0.13.0 PyYAML==6.0.3 gitpython==3.1.50 -pytest==8.3.4 +pytest==9.1.1 textual>=7.5.0 networkx==3.6.1 transitions==0.9.3