From e8b883f686f0ab878298a13ba9a1fb7e84f55386 Mon Sep 17 00:00:00 2001 From: Deathcharge Date: Thu, 13 Aug 2026 19:33:52 -0400 Subject: [PATCH] build(deps-dev): support pytest 9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 305a077..c81b790 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dev = [ "build>=1.2,<2", "httpx>=0.27,<1", "mypy>=1.14,<3", - "pytest>=8,<9", + "pytest>=8,<10", "pytest-cov>=6,<8", "ruff>=0.9,<1", ]