From 9d019a71cedaadaa896e455e81927eb96e6c2ca5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 16:22:31 +0000 Subject: [PATCH] chore(deps-dev): Bump the python-deps group with 2 updates Updates the requirements on [nodejs-wheel](https://github.com/njzjz/nodejs-wheel) and [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. Updates `nodejs-wheel` to 24.14.0 - [Release notes](https://github.com/njzjz/nodejs-wheel/releases) - [Commits](https://github.com/njzjz/nodejs-wheel/compare/v22.9.0rc0...v24.14.0) Updates `pytest` to 9.0.2 - [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.0.2) --- updated-dependencies: - dependency-name: nodejs-wheel dependency-version: 24.14.0 dependency-type: direct:development dependency-group: python-deps - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:development dependency-group: python-deps ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bfc395d..1b9f687 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,8 +23,8 @@ examples = [ dev = [ "ruff>=0.15.2", "basedpyright>=1.38.1", - "nodejs-wheel>=22,<24", - "pytest>=8.3.0,<9.0.0", + "nodejs-wheel>=22,<25", + "pytest>=8.3.0,<10.0.0", "pytest-asyncio>=1.0.0", "pytest-cov>=4.0.0", "respx>=0.20.0",