From 0ea6fe0bbdd9dc80aad27455ea095f81651f0676 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 05:07:49 +0000 Subject: [PATCH] chore(deps): update pytest requirement from >=8.0 to >=9.1.1 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/8.0.0...9.1.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4d3833d..ed39ad5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dynamic = ["version"] [project.optional-dependencies] dev = [ - "pytest>=8.0", + "pytest>=9.1.1", "ruff>=0.4", ] webhook = [ diff --git a/requirements-test.txt b/requirements-test.txt index e0ac78d..bf7ae7c 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,3 +1,3 @@ -pytest>=8.0 +pytest>=9.1.1 PyYAML>=6.0 jsonschema>=4.0 \ No newline at end of file