From 4927e0798349c97201089282dcddaff6e8e62726 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 20:52:38 +0000 Subject: [PATCH] Update pytest requirement from >=8.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/8.0.0...9.1.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3a7925a..b313e4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ Security = "https://github.com/oceanusXXD/code2skill/blob/main/SECURITY.md" [project.optional-dependencies] test = [ - "pytest>=8.0", + "pytest>=9.1.0", ] release = [ "build>=1.5.0", @@ -70,7 +70,7 @@ release = [ ] dev = [ "build>=1.5.0", - "pytest>=8.0", + "pytest>=9.1.0", "twine>=6.0", ]