diff --git a/pyproject.toml b/pyproject.toml index 27205893a..aadaf06c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ dependencies = [ dev = [ "pyright>=1.1.352,<2", "pyperf>=2.2.0,<3", - "pytest>=8.3.2,<9", + "pytest>=8.3.2,<10", "pytest-mock>=3.14.0,<4", "responses==0.25.3", "pyfakefs>=5.4.1,<6", @@ -67,7 +67,7 @@ dev = [ "openapi-generator-cli[jdk4py]>=7.17.0", "types-lxml>=2025.8.25", ] -test = ["pytest>=8.3.2,<9"] +test = ["pytest>=8.3.2,<10"] [tool.uv] package = false