From e3f0504b3793f9a1d797e57d14f481c794faf285 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 01:01:00 +0000 Subject: [PATCH] chore(deps-dev): update pytest requirement from >=8.0.0 to >=9.1.0 Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [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/9.0.3...9.1.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e2c9f63..9d19261 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ [project.optional-dependencies] dev = [ - "pytest>=8.0.0", + "pytest>=9.1.0", "pytest-asyncio>=0.23.0", "black>=24.0.0", "mypy>=1.10.0", diff --git a/requirements-dev.txt b/requirements-dev.txt index a23e2fd..3813027 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ # Local Weaver development dependencies -r requirements.txt -pytest>=9.0.3 +pytest>=9.1.0 pytest-asyncio>=1.4.0 black>=24.0.0 mypy>=1.8.0