From 28baaa88129b2256a2eb7eaa10f3a2622d164bc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 20:31:09 +0000 Subject: [PATCH] build(deps-dev): Bump the python-dependencies group across 1 directory with 2 updates Updates the requirements on [mypy](https://github.com/python/mypy) and [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. Updates `mypy` to 2.3.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.14.0...v2.3.1) Updates `pytest` to 9.1.1 - [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.3.0...9.1.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.1 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 023aae8..e8226b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,11 +40,11 @@ export = [ dev = [ "fastapi>=0.115,<1", "httpx>=0.28,<1", - "mypy>=1.14,<2", + "mypy>=1.14,<3", "onnx>=1.17,<2", "onnxruntime>=1.20,<2", "onnxscript>=0.2,<1", - "pytest>=8.3,<9", + "pytest>=8.3,<10", "pytest-cov>=6,<8", "python-multipart>=0.0.18,<1", "ruff>=0.9,<1",